The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A063600 Smallest k such that 6^k has exactly n 4's in its decimal representation. 0
1, 6, 14, 15, 47, 31, 28, 44, 70, 49, 74, 93, 124, 128, 126, 130, 116, 156, 125, 175, 228, 207, 214, 201, 174, 264, 230, 241, 238, 266, 211, 370, 368, 279, 288, 305, 358, 366, 401, 385, 416, 387, 461, 466, 475, 429, 456, 428, 471, 470, 494 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[6^k], 4] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
Module[{nn=60, k6=6^Range[500]}, Table[Position[k6, _?(DigitCount[#, 10, 4]== n&), 1, 1], {n, 0, nn}]]//Flatten (* Harvey P. Dale, Jun 26 2022 *)
CROSSREFS
Sequence in context: A338907 A218005 A337384 * A116926 A140330 A242832
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)