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!)
A126447 Column 1 of triangle A126445; a(n) = C( C(n+3,3) - 1, n). 7
1, 3, 36, 969, 46376, 3478761, 377447148, 56017460733, 10912535409348, 2703343379981793, 830496702831140346, 310006778438284515093, 138247735223480364826280, 72613463426660610635960445 (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, Apr 22 2022 *)
PROG
(PARI) a(n)=binomial((n+1)*(n+2)*(n+3)/3!-1, n)
CROSSREFS
Sequence in context: A004824 A132912 A303866 * A102921 A265475 A233197
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)