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!)
A065736 Largest square <= 10^n. 2
9, 100, 961, 10000, 99856, 1000000, 9998244, 100000000, 999950884, 10000000000, 99999515529, 1000000000000, 9999995824729, 100000000000000, 999999961946176, 10000000000000000, 99999999989350756 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A048760(A011557) = A048760(10^n).
MATHEMATICA
Table[Floor[Sqrt[10^n]]^2, {n, 20}] (* Harvey P. Dale, Dec 04 2014 *)
PROG
(PARI) { for (n=1, 100, a=sqrtint(10^n)^2; write("b065736.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 28 2009
CROSSREFS
Sequence in context: A017018 A027769 A266098 * A092936 A056002 A060150
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 27 15:03 EDT 2024. Contains 372019 sequences. (Running on oeis4.)