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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063607 Smallest power of 7 having just n 1's in its decimal representation. 0
1, 4, 6, 12, 19, 34, 24, 37, 38, 57, 52, 92, 96, 88, 116, 142, 133, 156, 108, 147, 115, 158, 209, 190, 180, 266, 200, 270, 240, 262, 263, 208, 279, 366, 339, 304, 352, 331, 406, 316, 407, 385, 396, 434, 437, 376, 386, 414, 470, 450, 551 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A048641 A023599 A087881 * A045956 A057339 A160856

Adjacent sequences:  A063604 A063605 A063606 * A063608 A063609 A063610

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 15 19:02 EST 2012. Contains 205852 sequences.