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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063580 Smallest power of 4 having just n 5's in its decimal representation. 0
1, 4, 8, 37, 38, 34, 72, 54, 71, 89, 99, 136, 105, 134, 151, 172, 206, 159, 202, 214, 156, 304, 274, 278, 253, 281, 268, 358, 326, 375, 389, 345, 424, 429, 460, 488, 449, 484, 466, 521, 531, 544, 568, 556, 638, 540, 590, 547, 508, 677, 606 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

a = {}; Do[k = 1; While[ Count[ IntegerDigits[4^k], 5] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a

CROSSREFS

Sequence in context: A149112 A100214 A047710 * A003049 A098563 A032301

Adjacent sequences:  A063577 A063578 A063579 * A063581 A063582 A063583

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 14 23:53 EST 2012. Contains 205689 sequences.