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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107421 C(n+6,6)*C(n+9,9). 0
1, 70, 1540, 18480, 150150, 924924, 4624620, 19631040, 73002930, 243343100, 739763024, 2078672960, 5456516520, 13495999440, 31674284400, 70950397056, 152432493675, 315413948850, 630827897700, 1223211990000, 2305754601150 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

If n=0 then C(0+6,6)*C(0+9,9)= C(6,6)*C(9,9)=1*1=1

If n=7 then C(7+6,6)*C(7+9,9)=C(13,6)*C(16,9)=1716*11440=19631040

PROG

(PARI) for(n=0, 29, print1(binomial(n+6, 6)*binomial(n+9, 9), ", "))

CROSSREFS

Cf. A062145.

Sequence in context: A125114 A189413 A061606 * A076430 A006296 A047835

Adjacent sequences:  A107418 A107419 A107420 * A107422 A107423 A107424

KEYWORD

easy,nonn

AUTHOR

Zerinvary Lajos (zlaja(AT)freemail.hu), May 26 2005

EXTENSIONS

Corrected and extended by Ricky L. Shepherd (rshepherd2(AT)hotmail.com), May 27 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 13 18:59 EST 2012. Contains 205535 sequences.