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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063597 Smallest power of 6 having just 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; internal format)
OFFSET

0,2

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: A058811 A101822 A088589 * A171701 A004210 A119881

Adjacent sequences:  A063594 A063595 A063596 * A063598 A063599 A063600

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 15 20:26 EST 2012. Contains 205852 sequences.