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!)
A063589 Smallest k such that 5^k has exactly n 4's in its decimal representation. 0
1, 11, 20, 12, 33, 41, 58, 87, 45, 76, 91, 106, 114, 136, 156, 150, 115, 140, 198, 190, 218, 189, 241, 231, 283, 254, 243, 311, 249, 275, 347, 345, 353, 294, 460, 361, 372, 496, 420, 431, 499, 424, 484, 546, 428, 449, 483, 558, 613, 540, 622 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[5^k], 4] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A003284 A257401 A283903 * A102815 A105957 A105958
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 18 10:46 EDT 2024. Contains 371779 sequences. (Running on oeis4.)