Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066371
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066371 Smallest positive square that contains n consecutive internal 0's. +0
3
1, 1024, 60025, 1560001, 39000025, 1900000921, 460000002289, 2441400000004, 381470000000049 (list; graph; listen)
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 this_sequence A016961 A017033 A017117

Adjacent sequences: A066368 A066369 A066370 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research