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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063619 Smallest power of 8 having just n 3's in its decimal representation. 0
1, 5, 22, 15, 26, 38, 32, 56, 45, 77, 65, 52, 73, 112, 110, 120, 108, 100, 144, 166, 129, 192, 226, 169, 211, 255, 189, 195, 205, 227, 277, 275, 273, 345, 274, 347, 283, 280, 293, 364, 375, 326, 358, 387, 446, 408, 442, 428, 431, 417, 516 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A144779 A193324 A156860 * A045015 A085101 A184724

Adjacent sequences:  A063616 A063617 A063618 * A063620 A063621 A063622

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 16 10:07 EST 2012. Contains 205904 sequences.