The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113857 a(n) = binomial(4+2*n, n) * binomial(9+2*n, 4+n). 1
126, 2772, 48048, 772200, 12033450, 184940756, 2824549728, 43028530272, 655081791000, 9977399586000, 152112583402560, 2322021633001200, 35496198345658050, 543418421128852500, 8331507823355640000, 127919340117331963200, 1966759854303978934200, 30279186980267369086800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
If one uses the "table" view of array A062190, the sequence appears as the fourth column right from the middle in the "formatted as a triangular array" subpanel.
LINKS
FORMULA
a(n) = A062190(4+2*n, 4+n).
a(n) = A002694(n+2)*A001700(n+4). - R. J. Mathar, Nov 28 2008
EXAMPLE
a(0) = C(4+2*n,n)*C(9+2*n,4+n) = C(4,0)*C(9,4) = 1*126 = 126.
a(7) = C(4+2*7,7)*C(9+2*7,4+7) = C(18,7)*C(23,11) = 31824*1352078 = 43028530272.
PROG
(PARI) a(n)={binomial(4+2*n, n) * binomial(9+2*n, 4+n)} \\ Andrew Howroyd, Jan 07 2020
CROSSREFS
Cf. A062190.
Sequence in context: A133499 A219005 A202398 * A267282 A008397 A329754
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Feb 02 2006
EXTENSIONS
Rephrased definition. - R. J. Mathar, Nov 28 2008
Edited and more terms added by Andrew Howroyd, Jan 07 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 09:52 EDT 2024. Contains 372532 sequences. (Running on oeis4.)