login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066390 Smallest cube that contains n consecutive internal 0's. 1
1, 4096, 250047, 2000376, 21300003648, 100000721719296, 64927000000829448, 738622548340000000776 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

Do[ While[a = Flatten[ Position[ IntegerDigits[ k^3], 0]]; Mod[k, 10] == 0 || Length[a] < n || Last[a] - First[a] + 1 != n, k++ ]; Print[k^3], {n, 0, 7} ]

CROSSREFS

The cube roots are in A066391. Cf. A066371.

Sequence in context: A016782 A017488 A017620 * A016806 A195660 A016902

Adjacent sequences:  A066387 A066388 A066389 * A066391 A066392 A066393

KEYWORD

nonn

AUTHOR

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 15 19:15 EST 2012. Contains 205852 sequences.