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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063558 Smallest power of 3 having just n 3's in its decimal representation. 0
2, 1, 13, 21, 29, 65, 66, 56, 69, 114, 101, 112, 137, 165, 172, 219, 233, 185, 252, 299, 268, 261, 322, 394, 310, 345, 435, 329, 405, 500, 498, 427, 395, 517, 586, 555, 548, 590, 596, 574, 578, 531, 717, 661, 689, 732, 669, 789, 718, 875, 834 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

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

CROSSREFS

Sequence in context: A032001 A118679 A087451 * A174170 A013020 A012906

Adjacent sequences:  A063555 A063556 A063557 * A063559 A063560 A063561

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:34 EST 2012. Contains 206018 sequences.