A364184 a(n) = (12*n)!*(2*n)!*(3*n/2)!/((6*n)!*(9*n/2)!*(4*n)!*n!).
1, 1408, 6374082, 32993443840, 180669266788650, 1020694137466257408, 5882199787281395215344, 34369110490167819009785856, 202857467914154836183288657770, 1206640354461153104738279049134080, 7221430962039777689508936047385667332
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((12*n)!*(2*n)!*(3*n/2)!/((6*n)!*(9*n/2)!*(4*n)!*n!)), n = 0..15);
Formula
a(n) ~ c^n * 1/sqrt(6*Pi*n), where c = (2^15)/(3^2) * sqrt(3).
a(n) = 49152*(12*n - 1)*(12*n - 5)*(12*n - 7)*(12*n - 11)*(12*n - 13)*(12*n - 17)*(12*n - 19)*(12*n - 23)/(n*(n - 1)*(9*n - 2)*(9*n - 4)*(9*n - 8)*(9*n - 10)*(9*n - 14)*(9*n - 16))*a(n-2) with a(0) = 1 and a(1) = 1408.
Comments