login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063583 Smallest power of 4 having just n 8's in its decimal representation. 0
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; internal format)
OFFSET

0,2

MATHEMATICA

a = {}; Do[k = 1; While[ Count[ IntegerDigits[4^k], 8] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a

CROSSREFS

Sequence in context: A182624 A096333 A133325 * A065764 A073473 A040084

Adjacent sequences:  A063580 A063581 A063582 * A063584 A063585 A063586

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 10 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.