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!)
A004351 Binomial coefficient C(5*n,n-9). 0
1, 50, 1485, 34220, 677040, 12103014, 201359550, 3176716400, 48124511370, 706252528630, 10104934117421, 141629804643600, 1951641934005400, 26515202245096950, 355964264416391940, 4730523156632595024 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
FORMULA
a(n+1) = 5*(5*n + 1)*(5*n + 2)*(5*n + 3)*(5*n + 4)*(n + 1)*a(n)/(8*(4*n + 13)*(2*n + 5)*(n - 8)*(4*n + 11)*(n + 3)). - Robert Israel, Feb 18 2024
MAPLE
seq(binomial(5*n, n-9), n=9..30); # Georg Fischer, Jun 03 2021
MATHEMATICA
Table[Binomial[5*n, n-9], {n, 9, 30}] (* Harvey P. Dale, Feb 09 2015 *)
PROG
(PARI) a(n) = binomial(5*n, n-9) \\ Felix Fröhlich, Jun 03 2021
CROSSREFS
Sequence in context: A231743 A140520 A114251 * A229316 A159177 A159176
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset corrected by Georg Fischer, Jun 03 2021
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)