|
Search: id:A048354
|
|
|
| A048354 |
|
a(n)^2 is the smallest square containing exactly n 9's. |
|
+0 1
|
|
| 3, 63, 173, 1414, 17313, 53937, 138923, 953937, 3082207, 31622764, 99849687, 301579177
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Next two terms are both >1000000000 - Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 23 2006
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Square Number
|
|
MATHEMATICA
|
a[n_]:=Module[{i}, i=1; While[DigitCount[i^2][[9]]!=n, i++ ]; i]; - Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 23 2006
|
|
CROSSREFS
|
Cf. A036516, A034994.
Sequence in context: A135444 A087886 A123754 this_sequence A046181 A120053 A139293
Adjacent sequences: A048351 A048352 A048353 this_sequence A048355 A048356 A048357
|
|
KEYWORD
|
nonn,base,more
|
|
AUTHOR
|
Patrick De Geest (pdg(AT)worldofnumbers.com), Mar 15 1999.
|
|
|
Search completed in 0.006 seconds
|