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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063589 Smallest power of 5 having just 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; internal format)
OFFSET

0,2

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: A129909 A174976 A003284 * A102815 A105957 A105958

Adjacent sequences:  A063586 A063587 A063588 * A063590 A063591 A063592

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 10 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 16 01:56 EST 2012. Contains 205860 sequences.