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!)
A063601 Smallest k such that 6^k has exactly n 5's in its decimal representation. 1
1, 6, 20, 18, 33, 48, 47, 52, 70, 55, 103, 92, 102, 138, 121, 128, 161, 123, 151, 183, 190, 193, 215, 216, 199, 227, 290, 277, 243, 274, 268, 333, 270, 298, 372, 365, 341, 332, 359, 406, 465, 475, 481, 442, 512, 453, 468, 541, 523, 563, 525 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[6^k], 5] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
Join[{1}, With[{c6=DigitCount[#, 10, 5]&/@(6^Range[600])}, Flatten[Table[ Position[ c6, n, 1, 1], {n, 51}]]]] (* Harvey P. Dale, May 17 2018 *)
CROSSREFS
Sequence in context: A321328 A007253 A096897 * A222604 A112809 A289659
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)