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

%I #12 Aug 29 2019 05:22:49

%S 1,4,25,256,3025,46656,822649,16777216,387420489,10000000000,

%T 285310881025,8916100448256,302875094536249,11112006825558016,

%U 437893889165373169,18446744073709551616,827240261832761854009,39346408075296537575424,1978419655659032909463364,104857600000000000000000000

%N Largest square <= n^n.

%H Harry J. Smith, <a href="/A065740/b065740.txt">Table of n, a(n) for n = 1..100</a>

%F a(n) = A048760(A000312(n)).

%o (PARI) { for (n=1, 100, a=sqrtint(n^n)^2; write("b065740.txt", n, " ", a) ) } \\ _Harry J. Smith_, Oct 29 2009

%Y Cf. A048760, A000312, A065730-A065741.

%K easy,nonn

%O 1,2

%A _Labos Elemer_, Nov 15 2001

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 September 17 14:02 EDT 2024. Contains 375987 sequences. (Running on oeis4.)