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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063613 Smallest power of 7 having just n 7's in its decimal representation. 0
2, 1, 14, 11, 26, 29, 49, 33, 67, 81, 84, 96, 101, 95, 89, 132, 163, 160, 137, 152, 185, 177, 195, 230, 205, 188, 214, 267, 274, 288, 325, 307, 286, 285, 270, 311, 324, 353, 318, 336, 309, 329, 403, 375, 432, 436, 447, 479, 401, 459, 491 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

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

CROSSREFS

Sequence in context: A087169 A155729 A187920 * A080346 A124026 A106204

Adjacent sequences:  A063610 A063611 A063612 * A063614 A063615 A063616

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 22:48 EST 2012. Contains 206085 sequences.