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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045875 a(n) is the smallest m for which 2^m contains n consecutive identical digits. 1
0, 16, 24, 41, 220, 971, 972, 8554, 42485, 42486 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Next term is greater than 20000. - David Wasserman (dwasserm(AT)earthlink.net), Feb 16 2002

a(11) > 250000. [From Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 21 2010]

MATHEMATICA

f[n_] := Block[{k = 0}, While[ !MemberQ[ Length /@ Split@ IntegerDigits[2^k], n], k++ ]; k] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 21 2010]

CROSSREFS

Sequence in context: A120142 A110228 A175161 * A046434 A111046 A205187

Adjacent sequences:  A045872 A045873 A045874 * A045876 A045877 A045878

KEYWORD

base,hard,nonn

AUTHOR

Erich Friedman (erich.friedman(AT)stetson.edu)

EXTENSIONS

More terms from David Wasserman (dwasserm(AT)earthlink.net), Feb 16 2002

a(9) & a(10) from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 21 2010

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 17 14:50 EST 2012. Contains 206050 sequences.