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!)
A085374 a(n) = binomial(2n+1, n+1)*binomial(n+3, 3). 2
1, 12, 100, 700, 4410, 25872, 144144, 772200, 4011150, 20323160, 100876776, 492156392, 2366136500, 11232648000, 52739956800, 245240799120, 1130632213590, 5172827121000, 23504600427000, 106141827191400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000292(n+1)*A000984(n+1)/2. - Zerinvary Lajos, Jan 18 2007, corrected Aug 09 2015
D-finite with recurrence n*(n+1)*a(n) - 2*(n+3)*(2*n+1)*a(n-1) = 0. - R. J. Mathar, Aug 09 2015
G.f.: 2F1(3/2,4;2;4x). - R. J. Mathar, Aug 09 2015
MAPLE
seq(binomial(n+2, 3)/2*binomial(2*n, n), n=1..20); # Zerinvary Lajos, Jan 18 2007
MATHEMATICA
Table[Binomial[2 n + 1, n + 1]Binomial[n + 3, 3], {n, 0, 30}]
CROSSREFS
Sequence in context: A367607 A123902 A358302 * A016283 A243880 A338811
KEYWORD
easy,nonn
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Jun 26 2003
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 July 18 11:35 EDT 2024. Contains 374378 sequences. (Running on oeis4.)