|
| |
|
|
A030512
|
|
Concatenation of first n 2-digit positive integers including leading zeros.
|
|
0
| |
|
|
1, 102, 10203, 1020304, 102030405, 10203040506, 1020304050607, 102030405060708, 10203040506070809, 1020304050607080910, 102030405060708091011, 10203040506070809101112, 1020304050607080910111213, 102030405060708091011121314
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
FORMULA
| a(n+1) = 100*a(n)+n+1 for n<100.
a(n)=-(199/9801)-(1/99)*n+(10000/9801)*100^n, with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Oct 09 2008]
|
|
|
CROSSREFS
| Sequence in context: A206651 A163435 A203401 * A097725 A129751 A094095
Adjacent sequences: A030509 A030510 A030511 * A030513 A030514 A030515
|
|
|
KEYWORD
| nonn,fini,base
|
|
|
AUTHOR
| Ralf W. Stephan (stephan(AT)tmt.de)
|
|
|
EXTENSIONS
| Edited by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Apr 28 2010
|
| |
|
|