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!)
A107872 Column 1 of triangle A107870; a(n) = C(n*(n+1)/2 + n+2, n). 3
1, 4, 21, 165, 1820, 26334, 475020, 10295472, 260932815, 7575968400, 247994680648, 9036996468045, 362827605867363, 15913388077274800, 757000487505568680, 38819452599736372800, 2134712294190092847615 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A107872:=n->binomial(n*(n+1)/2+n+2, n): seq(A107872(n), n=0..20); # Wesley Ivan Hurt, Aug 09 2014
MATHEMATICA
Table[Binomial[(n(n+1))/2+n+2, n], {n, 0, 20}] (* Harvey P. Dale, Aug 09 2014 *)
PROG
(PARI) a(n)=binomial(n*(n+1)/2+n+2, n)
(Magma) [Binomial((n^2+3*n+4) div 2, n): n in [0..20]] // Vincenzo Librandi, Aug 09 2014
CROSSREFS
Sequence in context: A366184 A179496 A339233 * A008858 A217484 A078670
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 04 2005
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)