|
| |
|
|
A084611
|
|
a(n) = sum of absolute values of coefficients of (1+x-x^2)^n.
|
|
5
| |
|
|
1, 3, 7, 13, 35, 83, 165, 367, 899, 1957, 3839, 9771, 22709, 43213, 102963, 255061, 525601, 1098339, 2798273, 6202969, 11746259, 29976073, 70898649, 140495779, 314391789, 787757461, 1688887719, 3337986541, 8583687613, 19647782463
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
PROG
| (PARI) for(n=0, 40, S=0; for(k=0, 2*n, t=polcoeff((1+x-x^2)^n, k, x); S=S+abs(t)); print1(S", "))
|
|
|
CROSSREFS
| Cf. A002426, A084600-A084610, A084612-A084615.
Sequence in context: A100382 A152981 A112040 * A078454 A023212 A106952
Adjacent sequences: A084608 A084609 A084610 * A084612 A084613 A084614
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Jun 01 2003
|
| |
|
|