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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116467 Row squared sums of triangle A114700: a(n) = Sum_{k=0..n} A114700(n,k)^2. 1
1, 2, 2, 4, 2, 4, 4, 8, 18, 52, 164, 544, 1852, 6416, 22520, 79888, 285938, 1031316, 3744628, 13676384, 50209860, 185190400, 685888736, 2549873880, 9511787452, 35592025904, 133559834064, 502494233128, 1895089009088, 7162963968712 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: A(x) = 2*(1-6*x+2*x^2+6*x^3+3*x^4)/(2-10*x-x^2)/(1-x)^2 + x*(2+x)*(1-4*x)/(2-10*x-x^2)/2*deriv(A(x)).

PROG

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

CROSSREFS

Cf. A114700 (triangle), A116466 (unsigned row sums).

Sequence in context: A161831 A096865 A116466 * A079314 A060609 A205138

Adjacent sequences:  A116464 A116465 A116466 * A116468 A116469 A116470

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 19 2006

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 17 09:09 EST 2012. Contains 206003 sequences.