login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063628 Smallest k such that 9^k has exactly n 2's in its decimal representation. 2
1, 3, 15, 12, 28, 26, 30, 39, 70, 50, 54, 82, 93, 106, 105, 80, 110, 121, 130, 135, 156, 175, 173, 183, 174, 211, 194, 264, 158, 216, 285, 251, 306, 262, 308, 298, 263, 322, 346, 323, 354, 276, 375, 380, 419, 350, 404, 432, 384, 465, 403 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[9^k], 2] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A232076 A329770 A099476 * A280201 A296842 A279925
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2001
EXTENSIONS
Name corrected by Jon E. Schoenfield, Jun 26 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 11 08:14 EDT 2024. Contains 374216 sequences. (Running on oeis4.)