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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105252 C(n+5,n)*C(n+9,n). 0
1, 60, 1155, 12320, 90090, 504504, 2312310, 9060480, 31286970, 97337240, 277411134, 733649280, 1818838840, 4261894560, 9502285320, 20271542016, 41572498275, 82281899700, 157706974425, 293570877600, 532097215650 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

a(0) : if n=0 then C(0+5,0)*C(0+9,0)=C(5,0)*C(9,0)=1*1=1

a(10) : if n=10 then C(10+5,10)*C(10+9,10)=C(15,10)*(19,10)=3003*92378=277411134

MATHEMATICA

f[n_] := Binomial[n + 5, n]Binomial[n + 9, n]; Table[ f[n], {n, 0, 20}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 20 2005)

CROSSREFS

Sequence in context: A189607 A056352 A056346 * A146347 A054331 A160349

Adjacent sequences:  A105249 A105250 A105251 * A105253 A105254 A105255

KEYWORD

easy,nonn

AUTHOR

Zerinvary Lajos (zlaja(AT)freemail.hu), Apr 14 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 20 2005

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 17:35 EST 2012. Contains 206061 sequences.