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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063559 Smallest power of 3 having just n 4's in its decimal representation. 0
1, 5, 12, 20, 59, 58, 86, 63, 72, 139, 125, 159, 136, 211, 204, 170, 196, 197, 271, 302, 218, 308, 344, 392, 309, 351, 434, 488, 490, 414, 529, 452, 484, 523, 538, 526, 594, 522, 605, 592, 705, 670, 649, 672, 771, 785, 691, 819, 788, 887, 808 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A099192 A047077 A086570 * A121291 A097984 A028347

Adjacent sequences:  A063556 A063557 A063558 * A063560 A063561 A063562

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 09:56 EST 2012. Contains 205904 sequences.