login
This site is supported by donations 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; internal format)
OFFSET

0,2

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

Cf. A108267, A060543, A108288.

Sequence in context: A082282 A005967 A104859 * A007779 A084161 A102038

Adjacent sequences:  A108286 A108287 A108288 * A108290 A108291 A108292

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 31 2005

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 20:10 EST 2012. Contains 205959 sequences.