|
Search: id:A084615
|
|
|
| A084615 |
|
a(n) = sum of absolute values of coefficients of (1+x-3x^2)^n. |
|
+0 16
|
|
| 1, 5, 23, 99, 401, 1525, 6345, 27331, 122083, 520805, 2117293, 8301441, 34517395, 147850771, 628707981, 2675100397, 10920387779, 43701876543, 180872758207, 769658883325, 3243501133481, 13617178197183, 56148348498199
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
PROGRAM
|
(PARI) for(n=0, 40, S=0; for(k=0, 2*n, t=polcoeff((1+x-3*x^2)^n, k, x); S=S+abs(t)); print1(S", "))
|
|
CROSSREFS
|
Cf. A002426, A084600-A084614.
Sequence in context: A055489 A109765 A119012 this_sequence A049674 A077277 A073682
Adjacent sequences: A084612 A084613 A084614 this_sequence A084616 A084617 A084618
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jun 01 2003
|
|
|
Search completed in 0.002 seconds
|