|
| |
|
|
A092241
|
|
Triangle read by rows: row n gives coefficients of (1+x+x^2)^n mod n.
|
|
1
| |
|
|
0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 2, 0, 3, 0, 2, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 3, 2, 0, 0, 3, 0, 0, 2, 3, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 4, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 4, 0, 1, 1, 0, 0, 3, 0, 0, 6, 0, 0, 7, 0, 0, 6, 0, 0, 3, 0, 0, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,19
|
|
|
EXAMPLE
| Triangle begins:
[0]
[0, 0, 0]
[1, 0, 1, 0, 1]
[1, 0, 0, 1, 0, 0, 1]
[1, 0, 2, 0, 3, 0, 2, 0, 1]
[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
[1, 0, 3, 2, 0, 0, 3, 0, 0, 2, 3, 0, 1]
|
|
|
MAPLE
| f := n -> seriestolist( series( expand( (1+x+x^2)^n ) mod n, x, 2*n+1));
|
|
|
CROSSREFS
| Cf. A053200.
Sequence in context: A133735 A095704 A163496 * A128144 A128145 A128143
Adjacent sequences: A092238 A092239 A092240 * A092242 A092243 A092244
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Feb 20 2004
|
| |
|
|