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!)
A107869 Column 1 of triangle A107867; a(n) = binomial( n*(n+1)/2 + n+1, n). 1
1, 3, 15, 120, 1365, 20349, 376740, 8347680, 215553195, 6358402050, 210980549208, 7778680504140, 315502265971620, 13961746143269400, 669413654240461560, 34569147570568156800, 1912924003884628655655, 112923282067713332728110 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) a(n)=binomial(n*(n+1)/2+n+1, n)
(Sage) [binomial(binomial(binomial(n+1, n), n-1), n-1) for n in range(1, 19)] # Zerinvary Lajos, Nov 30 2009
CROSSREFS
Sequence in context: A260511 A093571 A093570 * A156360 A160884 A173468
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 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)