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!)
A107868 Column 0 of triangle A107867; a(n) = C( n*(n-1)/2 + n + 1, n). 4

%I #3 Mar 30 2012 18:36:46

%S 1,2,6,35,330,4368,74613,1560780,38608020,1101716330,35607051480,

%T 1285063345176,51209646652255,2232785266876080,105710363656182600,

%U 5399936810873056584,295998326072989842600,17328840976366636057110

%N Column 0 of triangle A107867; a(n) = C( n*(n-1)/2 + n + 1, n).

%o (PARI) a(n)=binomial(n*(n-1)/2+n+1,n)

%Y Cf. A107867, A107869.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Jun 04 2005

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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)