The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A108289 Antidiagonal sums of table A060543. 2
1, 2, 5, 17, 72, 357, 2022, 12900, 91448, 711180, 6004981, 54619489, 531854438, 5515551251, 60642234815, 704106298738, 8603658260904, 110306422692488, 1479905106340895, 20727595895871297, 302423908621734606 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=Sum_{k=0..n} C(n+(n-k)*k, (n-k)*k+k)).
PROG
(PARI) a(n)=sum(k=0, n, binomial(n+(n-k)*k, (n-k)*k+k))
CROSSREFS
Sequence in context: A005967 A369402 A104859 * A007779 A084161 A325294
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 31 2005
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)