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!)
A323533 a(n) = Product_{k=1..n} (binomial(k-1,5) + binomial(n-k,5)). 6
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 790420571136, 100389735898841088, 14582663231533605863424, 2458550581659926554038239232, 529554691027323329170207744475136, 146980847512952623091566575072055001088, 53003014923687519392206631372837133989462016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
FORMULA
a(n) ~ exp((1 + 2*Pi*sqrt(5 - 2/sqrt(5))/5) * (n-5)) * n^(5*n) / (exp(5*n)*120^n).
MATHEMATICA
Table[Product[Binomial[k-1, 5] + Binomial[n-k, 5], {k, 1, n}], {n, 0, 20}]
PROG
(PARI) a(n) = prod(k=1, n, binomial(k-1, 5) + binomial(n-k, 5)); \\ Michel Marcus, Jan 17 2019
CROSSREFS
Sequence in context: A348204 A233806 A066543 * A233800 A162027 A172616
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 17 2019
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)