|
| |
|
|
A106822
|
|
Triangle read by rows: g.f. for row n is Product( (x^i-x^(r+1))/(1-x^i), i = 1..r-2).
|
|
2
| |
|
|
1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 3, 3, 2, 2, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,12
|
|
|
REFERENCES
| See A008967 for references.
|
|
|
EXAMPLE
| Initial rows are:
[1]
[1]
[0, 1, 1, 1]
[0, 0, 0, 1, 1, 2, 1, 1]
[0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 1, 1]
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 2, 2, 1, 1]
|
|
|
MAPLE
| f2:=r->mul( (x^i-x^(r+1))/(1-x^i), i = 1..r-2); for r from 1 to 10 do series(f2(r), x, 50); od:
|
|
|
CROSSREFS
| If the initial zeros in each row are omitted, we get A008967.
Cf. A008967, A106823.
Sequence in context: A086073 A053622 A016408 * A203905 A064532 A025926
Adjacent sequences: A106819 A106820 A106821 * A106823 A106824 A106825
|
|
|
KEYWORD
| nonn,tabf
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), May 20 2005
|
| |
|
|