|
| |
|
|
A104970
|
|
Sum of squares of terms in even-indexed rows of triangle A104967.
|
|
1
| |
|
|
1, 6, 18, 92, 298, 1444, 4852, 22840, 78490, 362580, 1265564, 5767688, 20366596, 91866984, 327351336, 1464522864, 5257011066, 23361650484, 84371466636, 372831130344, 1353477992556, 5952169844664, 21704580414936, 95051752387344
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Sum of squares of terms in odd-indexed rows of triangle A104967 equals twice this sequence.
|
|
|
FORMULA
| G.f. A(x) satisfies: 2*(1+12*x)*A(x) - (1-16*x^2)*deriv(A(x), x) + 4 = 0.
|
|
|
PROG
| (PARI) {a(n)=local(X=x+x*O(x^(2*n))); sum(k=0, 2*n, polcoeff(polcoeff((1-2*X)/(1-X-X*y*(1-2*X)), 2*n, x), k, y)^2)}
|
|
|
CROSSREFS
| Cf. A104967, A104969.
Sequence in context: A057051 A188119 A194995 * A151470 A009573 A052655
Adjacent sequences: A104967 A104968 A104969 * A104971 A104972 A104973
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Mar 30 2005
|
| |
|
|