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!)
A126452 Column 1 of triangle A126450; a(n) = C( C(n+3,3), n). 6
1, 4, 45, 1140, 52360, 3819816, 406481544, 59487568920, 11468588169060, 2818651865383860, 860587163078645431, 319667046321630491484, 141992594868360194121800, 74339194732961502662043600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Binomial[n+3, 3], n], {n, 0, 20}] (* Harvey P. Dale, Oct 09 2014 *)
PROG
(PARI) a(n)=binomial((n+1)*(n+2)*(n+3)/3!, n)
CROSSREFS
Sequence in context: A276292 A174484 A158887 * A082765 A132873 A244753
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 July 15 17:56 EDT 2024. Contains 374333 sequences. (Running on oeis4.)