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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063630 Smallest power of 9 having just n 4's in its decimal representation. 0
1, 5, 6, 10, 30, 29, 43, 45, 36, 73, 75, 92, 68, 116, 102, 85, 98, 141, 166, 151, 109, 154, 172, 196, 175, 176, 217, 244, 245, 207, 275, 226, 242, 289, 269, 263, 297, 261, 326, 296, 355, 335, 369, 336, 412, 414, 360, 458, 394, 457, 404 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

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

With[{ns=9^Range[500]}, Log[9, #]&/@Flatten[Table[Select[ns, Count[ IntegerDigits[#], 4]==n&, 1], {n, 0, 50}]]] (* From Harvey P. Dale, Oct 20 2011 *)

CROSSREFS

Sequence in context: A075904 A018834 A029943 * A119102 A162015 A162017

Adjacent sequences:  A063627 A063628 A063629 * A063631 A063632 A063633

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 16:00 EST 2012. Contains 205938 sequences.