|
| |
|
|
A163663
|
|
a(0) = 0 and A059153(n-1) written in base 2 otherwise.
|
|
1
| |
|
|
0, 100, 11000, 1110000, 111100000, 11111000000, 1111110000000, 111111100000000, 11111111000000000, 1111111110000000000, 111111111100000000000, 11111111111000000000000, 1111111111110000000000000, 111111111111100000000000000, 11111111111111000000000000000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| The digit pattern of a(n) is: n times 1 and (n+1) times 0.
|
|
|
FORMULA
| a(n)= 110*a(n-1)-1000*a(n-2) = 100*A109241(n-1). G.f.: 100*x/((100*x-1)*(10*x-1)). - R. J. Mathar, Aug 12 2009
|
|
|
CROSSREFS
| Sequence in context: A096885 A027576 A099374 * A151648 A013747 A065447
Adjacent sequences: A163660 A163661 A163662 * A163664 A163665 A163666
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Aug 02 2009
|
|
|
EXTENSIONS
| Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 12 2009
|
| |
|
|