login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A126458
Column 0 of triangle A126457; a(n) = C( C(n+2,3) + 3, n).
5
1, 4, 21, 286, 8855, 501942, 45057474, 5843355957, 1029873432159, 236236542585120, 68292983465630781, 24268885951464043344, 10392619362579990298763, 5276256293478688846049120
OFFSET
0,2
PROG
(PARI) a(n)=binomial(n*(n+1)*(n+2)/3!+3, n)
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
STATUS
approved