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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063615 Exponent of smallest power of 7 having just n 9's in its decimal representation. 0
1, 2, 13, 18, 22, 28, 43, 46, 71, 66, 83, 104, 86, 128, 127, 125, 139, 142, 124, 190, 195, 185, 202, 216, 215, 265, 235, 245, 244, 263, 278, 282, 274, 277, 286, 310, 320, 323, 432, 348, 376, 448, 400, 392, 459, 446, 441, 413, 587, 456, 486 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A067522 A128852 A191765 * A020585 A038943 A019343

Adjacent sequences:  A063612 A063613 A063614 * A063616 A063617 A063618

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 03:37 EST 2012. Contains 205978 sequences.