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!)
A126455 Column 0 of triangle A126454; a(n) = C( C(n+2,3) + 2, n). 5
1, 3, 15, 220, 7315, 435897, 40475358, 5373200880, 962889794295, 223581013518060, 65230517839369311, 23345156728397937888, 10052806195411162278095, 5126493560257678027274800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Binomial[n+2, 3]+2, n], {n, 0, 20}] (* Harvey P. Dale, Dec 08 2018 *)
PROG
(PARI) a(n)=binomial(n*(n+1)*(n+2)/3!+2, n)
CROSSREFS
Sequence in context: A117820 A126453 A007081 * A136466 A296856 A303290
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)