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!)
A126456 Column 1 of triangle A126454; a(n) = C( C(n+3,3) + 1, n). 5
1, 5, 55, 1330, 58905, 4187106, 437353560, 63140314380, 12049276177620, 2938311614386005, 891655291709643461, 329600203128234828790, 145830232567505064233200, 76102715775896720790887700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Binomial[n+3, 3]+1, n], {n, 0, 20}] (* Harvey P. Dale, Feb 03 2015 *)
PROG
(PARI) a(n)=binomial((n+1)*(n+2)*(n+3)/3!+1, n)
CROSSREFS
Sequence in context: A102221 A056600 A177819 * A126157 A176267 A105715
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 24 12:42 EDT 2024. Contains 371938 sequences. (Running on oeis4.)