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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132428 Central terms of triangle A132427. 1
1, 1, 3, 10, 43, 216, 1241, 7988, 56763, 440254, 3693728, 33281359, 320112326, 3270177860, 35329070470, 402128329243, 4806784533967, 60166803598106, 786622663286330, 10717555856584617, 151864784070048105 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

Binomial transform equals A125273.

PROG

(PARI) {a(n)=local(G=1+x+x*O(x^n)); for(i=0, n, G=1+x*subst(G, x, x/(1-x)^2)/(1-x)); polcoeff(subst((G-1)/x, x, x/(1+x))/(1+x), n)}

CROSSREFS

Cf. A125273; A132427.

Sequence in context: A082936 A205487 A030935 * A030890 A030833 A157313

Adjacent sequences:  A132425 A132426 A132427 * A132429 A132430 A132431

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 21 2007

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 16 21:51 EST 2012. Contains 205978 sequences.