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!)
A067472 Smallest n-digit square starting with 2. 3
25, 225, 2025, 20164, 200704, 2002225, 20007729, 200024449, 2000057284, 20000182084, 200000361796, 2000001237796, 20000000402496, 200000010642496, 2000000040249600, 20000000215721449, 200000000447251216 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = ceiling(sqrt(2*10^(n-1)))^2, n>1. - Rick L. Shepherd, Feb 14 2002
MATHEMATICA
Table[Ceiling[Sqrt[2*10^(n-1)]]^2, {n, 2, 30}] (* Harvey P. Dale, Apr 18 2021 *)
PROG
(PARI) for(n=2, 25, a=ceil(sqrt(2*10^(n-1)))^2; print(a))
CROSSREFS
Cf. A035069 (roots), A045785, A067479 (2..9).
Sequence in context: A288876 A065779 A095241 * A058426 A189275 A048384
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
More terms from Rick L. Shepherd, Feb 14 2002
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)