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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063602 Smallest power of 6 having just n 6's in its decimal representation. 0
1, 9, 6, 10, 45, 38, 33, 50, 58, 78, 76, 75, 64, 82, 123, 148, 160, 154, 156, 157, 166, 204, 186, 215, 234, 250, 257, 275, 202, 295, 302, 232, 330, 313, 351, 334, 395, 364, 412, 391, 417, 422, 427, 458, 481, 388, 457, 462, 558, 519 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A146486 A137907 A070164 * A180572 A182873 A180856

Adjacent sequences:  A063599 A063600 A063601 * A063603 A063604 A063605

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 12:38 EST 2012. Contains 206021 sequences.