[go: up one dir, main page]

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!)
A128579 Antidiagonal sums of table A128570. 10
1, 2, 7, 44, 419, 5254, 80687, 1458524, 30259147, 707813762, 18421139495, 527856303160, 16513700403347, 560082210938174, 20471657576850655, 802275966701866964, 33560323690860843995, 1492638035099491033402 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(1/2) * A128318(n). - Vaclav Kotesovec, Mar 19 2016
PROG
(PARI) {a(n)=local(F=1+x, A=0); for(k=0, n, for(j=0, k, F=1+(n+1-j)*x*F^2 +x*O(x^k)); A+=polcoeff(F, k)); A}
CROSSREFS
Cf. A128570 (triangle), rows: A128318, A128571, A128572, A128573, A128574, A128575, A128576; A128577 (square of row 0), A128578 (main diagonal).
Sequence in context: A194018 A196793 A306880 * A194453 A346258 A242105
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 11 2007
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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)