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!)
A107874 Column 0 of triangle A107873; a(n) = C( n*(n-1)/2 + n+3, n). 2
1, 4, 15, 84, 715, 8568, 134596, 2629575, 61523748, 1677106640, 52179482355, 1823810410032, 70724320184700, 3012192716517082, 139737927523546800, 7012067478708989884, 378371310857796292200, 21843987843214746108900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[(n(n-1))/2+n+3, n], {n, 0, 20}] (* Harvey P. Dale, Oct 05 2019 *)
PROG
(PARI) a(n)=binomial(n*(n-1)/2+n+3, n)
CROSSREFS
Sequence in context: A151379 A130679 A243048 * A237627 A034496 A079155
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 March 28 17:25 EDT 2024. Contains 371254 sequences. (Running on oeis4.)