login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099607 Antidiagonal sums of triangle A099605, in which row n equals the inverse binomial transform of column n of the triangle A034870 of even-indexed rows of Pascal's triangle. 1
1, 2, 3, 9, 21, 40, 100, 225, 482, 1119, 2513, 5565, 12636, 28376, 63481, 143118, 321483, 721413, 1622729, 3645740, 8188668, 18406009, 41355654, 92914375, 208799157, 469157625, 1054150840, 2368736000, 5322460497, 11959337226 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+2*x+x^2-x^3)/(1-2*x^2-6*x^3-3*x^4+2*x^5+x^6).
PROG
(PARI) {a(n)=polcoeff((1+2*x+x^2-x^3)/(1-2*x^2-6*x^3-3*x^4+2*x^5+x^6)+x*O(x^n), n)}
CROSSREFS
Sequence in context: A015951 A244666 A101531 * A077550 A301809 A056780
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 25 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)