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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104476 C(n+7,7)*C(n+11,7). 0
330, 6336, 61776, 411840, 2123550, 9060480, 33372768, 109219968, 324246780, 886828800, 2261413440, 5427392256, 12352970916, 26829982080, 55895796000, 112183843200, 217706770710, 409800980160, 750266946000, 1339149240000 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(0) : if n=0 then C(0+7,7)*C(0+11,7)=C(7,7)*C(11,7)=1*330=330

a(7) : if n=7 then C(7+7,7)*C(7+11,7)=C(14,7)*(18,7)=3432*31824=109219968

MATHEMATICA

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

CROSSREFS

Sequence in context: A126997 A205993 A027807 * A140908 A179400 A139657

Adjacent sequences:  A104473 A104474 A104475 * A104477 A104478 A104479

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 16 14:05 EST 2012. Contains 205927 sequences.