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!)
A066371 Smallest positive square that contains n consecutive internal 0's. 2
1, 1024, 60025, 1560001, 39000025, 1900000921, 460000002289, 2441400000004, 381470000000049, 64750000000005369, 259000000000021476, 800000000000150481, 20000000000003762025, 668913126000000000000025, 1100000000000000100085830916 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
a(2)= 60025 since 60025 is square and contains 2 consecutive internal 0's.
MATHEMATICA
Do[k = Floor[10^(n/2)]; While[a = Flatten[ Position[ IntegerDigits[k^2], 0]]; Mod[k, 10] == 0 || Length[a] < n || Last[a] - First[a] + 1 != n, k++ ]; Print[k^2], {n, 0, 8} ]
CROSSREFS
Square roots are in A066392.
Sequence in context: A321819 A231309 A134847 * A236216 A264002 A016961
KEYWORD
base,nonn
AUTHOR
Erich Friedman, Dec 22 2001
EXTENSIONS
More terms from Robert G. Wilson v, Dec 23 2001
a(9)-a(14) from Lars Blomberg, Apr 29 2013
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)