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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063562 Smallest power of 3 having just n 7's in its decimal representation. 0
1, 3, 23, 11, 47, 41, 50, 100, 123, 90, 174, 112, 179, 172, 201, 233, 168, 146, 211, 280, 247, 330, 294, 369, 411, 390, 401, 451, 374, 344, 448, 468, 516, 501, 536, 559, 574, 498, 523, 577, 662, 678, 722, 618, 615, 833, 686, 782, 717, 794, 707 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A196086 A196083 A088605 * A130475 A157819 A122902

Adjacent sequences:  A063559 A063560 A063561 * A063563 A063564 A063565

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:53 EST 2012. Contains 205904 sequences.