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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063608 Smallest power of 7 having just n 2's in its decimal representation. 0
1, 4, 12, 10, 20, 32, 30, 68, 49, 73, 82, 93, 125, 103, 109, 131, 146, 119, 161, 113, 172, 163, 191, 197, 199, 240, 232, 243, 210, 217, 288, 317, 292, 289, 321, 333, 319, 327, 276, 374, 358, 397, 354, 357, 373, 452, 428, 489, 391, 516, 470 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A205849 A084415 A156681 * A074258 A120213 A005886

Adjacent sequences:  A063605 A063606 A063607 * A063609 A063610 A063611

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 02:51 EST 2012. Contains 205860 sequences.