login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085375 a(n)=C(2n+1,n+1)C(n+4,4). 0
1, 15, 150, 1225, 8820, 58212, 360360, 2123550, 12033450, 66050270, 353068716, 1845586470, 9464546000, 47738754000, 237329805600, 1164893795820, 5653161067950, 27157342385250, 129275302348500, 610315506350550 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n)=A000332/2*A000984 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 18 2007

FORMULA

a(n)=C(n+3,4)/2*C(2*n,n), n>=1 . - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 18 2007

MAPLE

seq(binomial(n+3, 4)/2*binomial(2*n, n), n=1..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 18 2007

MATHEMATICA

Table[Binomial[2 n + 1, n + 1]Binomial[n + 4, 4], {n, 0, 30}]

CROSSREFS

Cf. A001700, A002457, A085373, A085374.

Cf. A000332, A000984.

Sequence in context: A023069 A121035 A022739 * A081135 A084902 A021364

Adjacent sequences:  A085372 A085373 A085374 * A085376 A085377 A085378

KEYWORD

easy,nonn

AUTHOR

Mario Catalani (mario.catalani(AT)unito.it), Jun 26 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.