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!)
A063583 Smallest k such that 4^k has exactly n 8's in its decimal representation. 1
1, 7, 13, 31, 27, 41, 65, 37, 89, 110, 90, 117, 135, 158, 155, 201, 171, 211, 208, 175, 161, 235, 227, 213, 290, 321, 316, 354, 363, 344, 459, 277, 532, 350, 517, 409, 448, 419, 536, 465, 541, 490, 525, 549, 565, 605, 604, 674, 577, 719, 615 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[4^k], 8] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
With[{tbl=Table[{n, DigitCount[4^n, 10, 8]}, {n, 1000}]}, Table[SelectFirst[tbl, #[[2]]==k&], {k, 0, 50}]][[;; , 1]] (* Harvey P. Dale, Oct 24 2023 *)
CROSSREFS
Sequence in context: A133325 A336117 A283709 * A350072 A065764 A273757
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)