login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127304 a(n) = floor(n^(n + 1/2)). 2
0, 1, 5, 46, 512, 6987, 114283, 2178889, 47453132, 1162261467, 31622776601, 946271759726, 30886277963534, 1092031726879989, 41577322420731606, 1695955744851044543, 73786976294838206464, 3410798977520981898013 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
By Stirling's approximation, a(n) ~ n! e^n /sqrt(2 pi).
LINKS
MAPLE
Digits := 80 : A127304 := proc(n) floor(n^(n+1/2)) ; end: seq(A127304(n), n=0..30) ; # R. J. Mathar, Nov 01 2007
MATHEMATICA
Table[Floor[n^(n+1/2)], {n, 0, 20}] (* Harvey P. Dale, Dec 10 2016 *)
CROSSREFS
Sequence in context: A371744 A198256 A232972 * A112029 A371380 A295544
KEYWORD
nonn
AUTHOR
Leroy Quet, Mar 28 2007
EXTENSIONS
More terms from R. J. Mathar, Nov 01 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)