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!)
A114761 a(n) = (floor(sqrt(2)*10^n))^2. 14
1, 196, 19881, 1999396, 199996164, 19999899241, 1999998409369, 199999982358225, 19999999932878736, 1999999998944727844, 199999999979325598129, 19999999999912458800169, 1999999999999731161391129, 199999999999973116139112900, 19999999999999857198323561481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
a(1) = floor[2^(1/2)*10]^2 = 14^2 = 196.
MATHEMATICA
f[n_] := Floor[ Sqrt@2*10^n]^2; Table[ f[n], {n, 0, 12}] (* Robert G. Wilson v *)
PROG
(PARI) for(n=0, 50, print1((floor(sqrt(2)*10^n))^2, ", ")) \\ G. C. Greubel, Jul 05 2017
CROSSREFS
Cf. A114762.
Sequence in context: A006362 A363176 A035834 * A076002 A145020 A333641
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 17 2005
EXTENSIONS
More terms from Robert G. Wilson v, Jan 03 2006
More terms from Joshua Zucker, May 05 2006
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 June 9 01:05 EDT 2024. Contains 373227 sequences. (Running on oeis4.)