login
This site is supported by donations 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 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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: A030629 A056587 A134847 * A016961 A174155 A017033

Adjacent sequences:  A066368 A066369 A066370 * A066372 A066373 A066374

KEYWORD

base,nonn

AUTHOR

Erich Friedman (efriedma(AT)stetson.edu), Dec 22 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 23 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 22:22 EST 2012. Contains 205566 sequences.