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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126453 Row sums of triangle A126450: a(n) = Sum_{k=0..n} C( C(n+2,3) - C(k+2,3) + 1, n-k). 3
1, 3, 15, 218, 7273, 434654, 40417797, 5369210845, 962496995941, 223528473482380, 65221305164439085, 23343099723197369886, 10052235133879615066675, 5126300310101866339983229 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) a(n)=sum(k=0, n, binomial(binomial(n+2, 3)-binomial(k+2, 3)+1, n-k))

CROSSREFS

Cf. A126450; A126451, A126452.

Sequence in context: A120601 A145272 A117820 * A007081 A126455 A136466

Adjacent sequences:  A126450 A126451 A126452 * A126454 A126455 A126456

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2006

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 14 15:39 EST 2012. Contains 205635 sequences.