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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105251 C(n+4,n)*C(n+8,n). 0
1, 45, 675, 5775, 34650, 162162, 630630, 2123550, 6370650, 17381650, 43801758, 103169430, 229265400, 484306200, 978496200, 1900457064, 3563356995, 6473226375, 11428041625, 19658764125, 33026723730, 54295634250, 87501228750 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

a(0) : if n=0 then C(0+4,0)*C(0+8,0)=C(4,0)*C(8,0)=1*1=1

a(10) : if n=10 then C(10+4,10)*C(10+8,10)=C(14,10)*(18,10)=1001*43758=43801758

MATHEMATICA

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

CROSSREFS

Sequence in context: A090024 A160234 A110691 * A099632 A024379 A134290

Adjacent sequences:  A105248 A105249 A105250 * A105252 A105253 A105254

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 14 06:09 EST 2012. Contains 205570 sequences.