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!)
A065732 Largest square <= 2^n. 2
1, 4, 4, 16, 25, 64, 121, 256, 484, 1024, 2025, 4096, 8100, 16384, 32761, 65536, 131044, 262144, 524176, 1048576, 2096704, 4194304, 8386816, 16777216, 33547264, 67108864, 134212225, 268435456, 536848900, 1073741824, 2147395600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A048760(A000079(n)) = A048760(2^n).
MATHEMATICA
Table[Floor[Sqrt[2^w]//N]^2, {w, 1, 50}]
PROG
(PARI) { for (n=1, 200, a=sqrtint(2^n)^2; write("b065732.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 28 2009
CROSSREFS
Sequence in context: A082649 A156232 A053441 * A092959 A330054 A183433
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 April 23 09:45 EDT 2024. Contains 371905 sequences. (Running on oeis4.)