login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063582 Smallest k such that 4^k has exactly n 7's in its decimal representation. 1
1, 10, 15, 12, 23, 60, 58, 76, 83, 85, 114, 130, 151, 141, 180, 107, 174, 190, 249, 187, 248, 220, 212, 269, 287, 297, 237, 316, 327, 370, 405, 383, 416, 313, 424, 412, 390, 483, 512, 496, 479, 502, 596, 578, 626, 581, 612, 593, 446, 587, 600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[4^k], 7] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A329772 A343961 A289361 * A074391 A324527 A164865
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2001
EXTENSIONS
Name corrected by Jon E. Schoenfield, Jun 26 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)