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!)
A063584 Smallest k such that 4^k has exactly n 9's in its decimal representation. 1
1, 6, 17, 16, 45, 56, 46, 70, 77, 86, 93, 122, 127, 173, 171, 166, 172, 214, 178, 217, 253, 300, 265, 238, 286, 266, 298, 364, 331, 343, 368, 365, 446, 447, 425, 423, 396, 483, 480, 506, 576, 575, 594, 592, 678, 579, 671, 621, 539, 664, 620 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[4^k], 9] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
With[{n9s=DigitCount[#, 10, 9]&/@(4^Range[700])}, Flatten[Table[ Position[ n9s, n, {1}, 1], {n, 0, 50}]]] (* Harvey P. Dale, Oct 20 2013 *)
CROSSREFS
Sequence in context: A200871 A112366 A095421 * A019296 A035484 A277684
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)