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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063611 Smallest power of 7 having just n 5's in its decimal representation. 0
1, 7, 15, 27, 21, 49, 55, 47, 51, 87, 85, 107, 75, 99, 61, 149, 138, 133, 171, 135, 165, 237, 209, 197, 269, 221, 232, 219, 277, 248, 258, 306, 271, 264, 357, 296, 310, 347, 354, 260, 342, 374, 407, 425, 362, 457, 485, 480, 486, 488, 492 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A082111 A154935 A012480 * A146624 A193553 A195041

Adjacent sequences:  A063608 A063609 A063610 * A063612 A063613 A063614

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 18:22 EST 2012. Contains 205835 sequences.