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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063599 Smallest power of 6 having just n 3's in its decimal representation. 0
1, 2, 12, 22, 30, 24, 40, 61, 56, 84, 87, 93, 115, 114, 118, 170, 139, 129, 180, 165, 206, 197, 209, 172, 263, 258, 227, 293, 303, 327, 283, 331, 299, 329, 315, 342, 353, 346, 426, 439, 424, 448, 464, 412, 472, 435, 437, 512, 463, 498, 502 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A077410 A193828 A191226 * A163479 A017293 A189330

Adjacent sequences:  A063596 A063597 A063598 * A063600 A063601 A063602

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 14 18:47 EST 2012. Contains 205663 sequences.