A337809 O.g.f.: 1/(1 - x/(1 - 2^7*x/(1 - 3^7*x/(1 - 4^7*x/(1 - 5^7*x/(1 - 6^7*x/(1 -...))))))), a continued fraction.
1, 1, 129, 296577, 5273061633, 456296857756929, 143521873041157216641, 134210828762693919568092033, 322179101908965036802512977670657, 1775143826590061506939568896182460951041, 20554318541749460884980441781629250054049026689
Offset: 0
Keywords
Programs
-
Mathematica
nmax = 15; CoefficientList[Series[1/Fold[(1 - #2/#1) &, 1, Reverse[Range[nmax + 1]^7*x]], {x, 0, nmax}], x]
Formula
a(n) ~ c * d^n * (n!)^7 / sqrt(n), where
d = 14^7 * Gamma(2/7)^7 / Gamma(1/7)^14 = 1.2151675804792498774003050188354949771364793751019885755525736...
c = sqrt(7*d/(2*Pi)) = 1.1635288951410008357326423559026931516828251494058147648...
Comments