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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063633 Smallest power of 9 having just n 7's in its decimal representation. 0
1, 3, 14, 19, 24, 34, 25, 50, 64, 45, 87, 56, 92, 86, 112, 150, 84, 73, 142, 140, 162, 165, 147, 196, 207, 195, 211, 278, 187, 172, 224, 234, 258, 254, 268, 291, 287, 249, 342, 306, 331, 339, 361, 309, 396, 439, 343, 391, 413, 397, 533 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A022125 A121459 A121226 * A108933 A108420 A015639

Adjacent sequences:  A063630 A063631 A063632 * A063634 A063635 A063636

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 04:18 EST 2012. Contains 205860 sequences.