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!)
A063597 Smallest k such that 6^k has exactly n 1's in its decimal representation. 0
1, 3, 8, 18, 22, 38, 45, 67, 58, 56, 86, 84, 96, 134, 166, 103, 112, 99, 178, 126, 187, 203, 184, 269, 208, 258, 229, 267, 233, 307, 249, 346, 337, 318, 361, 428, 404, 418, 310, 321, 406, 333, 422, 447, 425, 451, 454, 466, 508, 441, 522 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[6^k], 1] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A354538 A088589 A319764 * A328054 A171701 A288249
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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)