login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104969 Sum of squares of terms in rows of triangle A104967. 3
1, 2, 6, 12, 18, 36, 92, 184, 298, 596, 1444, 2888, 4852, 9704, 22840, 45680, 78490, 156980, 362580, 725160, 1265564, 2531128, 5767688, 11535376, 20366596, 40733192, 91866984, 183733968, 327351336, 654702672, 1464522864, 2929045728 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(2*n+1) = 2*a(2*n). G.f.: A(x) = (1+2*x)*G(x^2) where G(x) is the g.f. of A104970 such that G(x) satisfies: 2*(1+12*x)*G(x) - (1-16*x^2)*deriv(G(x), x) + 4 = 0.

PROG

(PARI) {a(n)=local(X=x+x*O(x^n)); sum(k=0, n, polcoeff(polcoeff((1-2*X)/(1-X-X*y*(1-2*X)), n, x), k, y)^2)}

CROSSREFS

Cf. A104967, A104970.

Sequence in context: A125024 A178480 A053660 * A065005 A139084 A086958

Adjacent sequences:  A104966 A104967 A104968 * A104970 A104971 A104972

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 30 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:49 EST 2012. Contains 205824 sequences.