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!)
A066642 a(n) = floor(n^(n/2)). 6
1, 2, 5, 16, 55, 216, 907, 4096, 19683, 100000, 534145, 2985984, 17403307, 105413504, 661735513, 4294967296, 28761784747, 198359290368, 1406563064942, 10240000000000, 76436817165460, 584318301411328, 4569515072723572 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = 55 as {5^(1/2)}^5 = 55.9016994374947424102293417182819...
MATHEMATICA
Table[ Floor[Sqrt[n]^n], {n, 1, 25} ]
PROG
(PARI) a(n) = sqrtint(n^n); \\ Michel Marcus, Nov 01 2022
(Magma) [Floor(n^(n/2)): n in [1..25]]; // G. C. Greubel, Dec 30 2017
CROSSREFS
Sequence in context: A149972 A026106 A308027 * A333233 A019988 A137732
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Dec 29 2001
EXTENSIONS
More terms from Robert G. Wilson v, Jan 03 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)