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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104475 C(n+4,4)*C(n+8,4). 0
70, 630, 3150, 11550, 34650, 90090, 210210, 450450, 900900, 1701700, 3063060, 5290740, 8817900, 14244300, 22383900, 34321980, 51482970, 75710250, 109359250, 155405250, 217567350, 300450150, 409704750, 552210750, 736281000, 971890920 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

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

a(7) : if n=5 then C(5+4,4)*C(5+8,4)=C(9,4)*(13,4)=126*715=90090

MATHEMATICA

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

CROSSREFS

Sequence in context: A007330 A060541 A183715 * A169712 A199829 A027804

Adjacent sequences:  A104472 A104473 A104474 * A104476 A104477 A104478

KEYWORD

easy,nonn

AUTHOR

Zerinvary Lajos (zlaja(AT)freemail.hu), Apr 18 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 15 23:53 EST 2012. Contains 205860 sequences.