A364174 a(n) = (9*n)!*(5*n/2)!*(3*n/2)!/((5*n)!*(9*n/2)!*(3*n)!*(n/2)!).
1, 48, 4862, 549120, 65132550, 7945986048, 987291797996, 124259864002560, 15789207515217990, 2021092963752345600, 260227401685879140612, 33665720694993527504896, 4372592850984736084611996, 569819472537519480058675200, 74468439316740019538310543000
Offset: 0
Links
- J. W. Bober, Factorial ratios, hypergeometric series, and a family of step functions, arXiv:0709.1977 [math.NT], 2007; J. London Math. Soc., 79, Issue 2, (2009), 422-444.
Crossrefs
Programs
-
Maple
seq( simplify((9*n)!*(5*n/2)!*(3*n/2)!/((5*n)!*(9*n/2)!*(3*n)!*(n/2)!)), n = 0..15)
Formula
a(n) ~ c^n * 1/sqrt(2*Pi*n), where c = 2*(3^7)/(5^3) * sqrt(15) = 135.5234332504899....
a(n) = 108*(9*n - 1)*(9*n - 5)*(9*n - 7)*(9*n - 11)*(9*n - 13)*(9*n - 17)/(5*n*(n - 1)*(5*n - 1)*(5*n - 3)*(5*n - 7)*(5*n - 9))*a(n-2) for n >= 2 with a(0) = 1 and a(1) = 48.
Comments