|
| |
|
|
A165402
|
|
a(n) = (10^n*2-11)/9
|
|
0
|
|
|
|
1, 21, 221, 2221, 22221, 222221, 2222221, 22222221, 222222221, 2222222221, 22222222221, 222222222221, 2222222222221, 22222222222221, 222222222222221, 2222222222222221, 22222222222222221, 222222222222222221
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
a(n) are also n-1 twos followed by a one.
|
|
|
LINKS
|
Table of n, a(n) for n=1..18.
Markus Tervooren, Factorizations of (2)w1
|
|
|
MATHEMATICA
|
Table[FromDigits[PadLeft[{1}, n, 2]], {n, 20}] (* or *) (2*10^Range[20]-11)/9 (* From Harvey P. Dale, Aug 10 2011 *)
|
|
|
CROSSREFS
|
Sequence in context: A152161 A008421 A134585 * A135120 A027812 A171112
Adjacent sequences: A165399 A165400 A165401 * A165403 A165404 A165405
|
|
|
KEYWORD
|
easy,nonn
|
|
|
AUTHOR
|
Ivan Panchenko, Sep 17 2009
|
|
|
STATUS
|
approved
|
| |
|
|