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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031146 Least power of 2 having just n zeros in its decimal representation. 4
0, 10, 42, 43, 79, 88, 100, 102, 189, 198, 242, 250, 252, 263, 305, 262, 370, 306, 368, 383, 447, 464, 496, 672, 466, 557, 630, 629, 628, 654, 657, 746, 771, 798, 908, 913, 917, 906, 905, 1012, 1113, 988, 1020, 989, 1044, 1114, 1120, 1118, 1221, 1218, 1255 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

a(3)=43 since 2^m contains 3 0's for m starting with 43 (2^43=8796093022208) and followed by 53,61,69,70,83,87,89,90,93,...

MATHEMATICA

a = {}; Do[k = 1; While[ Count[ IntegerDigits[2^k], 0] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a (Robert G. Wilson v)

CROSSREFS

Cf. A000079, A007377, A031147.

Sequence in context: A113683 A060994 A086544 * A163815 A108678 A027171

Adjacent sequences:  A031143 A031144 A031145 * A031147 A031148 A031149

KEYWORD

base,nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Erich Friedman (erich.friedman(AT)stetson.edu).

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 16 21:51 EST 2012. Contains 205978 sequences.