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!)
A063559 Smallest k such that 3^k has exactly 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; text; internal format)
OFFSET
0,2
LINKS
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: A270079 A266937 A270214 * A259913 A224824 A121291
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)