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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112556 Sums of squared terms in rows of triangle A112555. 3
1, 2, 2, 4, 10, 32, 112, 408, 1514, 5680, 21472, 81644, 311896, 1196132, 4602236, 17757184, 68680170, 266200112, 1033703056, 4020716124, 15662273840, 61092127492, 238582873476, 932758045124, 3650336341240, 14298633670932 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

First differences form A072547 and equals the unsigned central terms of triangle A112555.

LINKS

Table of n, a(n) for n=0..25.

FORMULA

G.f.: ( 2*(1+x)/(1-x) + x/(1-4*x)^(1/2) )/(2+x).

MATHEMATICA

CoefficientList[Series[(2(1+x)/(1-x)+x/(1-4x)^(1/2))/(2+x), {x, 0, 30}], x] (* From Harvey P. Dale, May 26 2011 *)

PROG

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

CROSSREFS

Cf. A112555, A072547.

Sequence in context: A132824 A078801 A002420 * A054100 A034165 A006181

Adjacent sequences:  A112553 A112554 A112555 * A112557 A112558 A112559

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Sep 21 2005

STATUS

approved

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 May 22 05:54 EDT 2013. Contains 225511 sequences.