The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A126981 Largest perfect square less than 2*10^n. 0
1, 16, 196, 1936, 19881, 199809, 1999396, 19998784, 199996164, 1999967841, 19999899241, 199999467369, 1999998409369, 19999991458225, 199999982358225, 1999999950806881, 19999999932878736, 199999999552824025 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(sqrt(2*10^n))^2.
EXAMPLE
a(4) = 19881 because 19881 is the largest perfect square less than 2*10^4.
MATHEMATICA
Table[Floor[Sqrt[2*10^k]]^2, {k, 0, 30}]
CROSSREFS
Sequence in context: A068989 A017318 A173668 * A086940 A016173 A005747
KEYWORD
easy,nonn
AUTHOR
Adam M. Kalman (akalman(AT)icsd.k12.ny.us), Mar 21 2007
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 May 20 16:26 EDT 2024. Contains 372717 sequences. (Running on oeis4.)