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!)
A065740 Largest square <= n^n. 1
1, 4, 25, 256, 3025, 46656, 822649, 16777216, 387420489, 10000000000, 285310881025, 8916100448256, 302875094536249, 11112006825558016, 437893889165373169, 18446744073709551616, 827240261832761854009, 39346408075296537575424, 1978419655659032909463364, 104857600000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A048760(A000312(n)).
PROG
(PARI) { for (n=1, 100, a=sqrtint(n^n)^2; write("b065740.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 29 2009
CROSSREFS
Sequence in context: A220356 A210809 A071896 * A308008 A144281 A361589
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Nov 15 2001
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 July 16 10:13 EDT 2024. Contains 374345 sequences. (Running on oeis4.)