A293470
a(n) = [x^n] (1/(1 - x/(1 - 2*x/(1 - 3*x/(1 - 4*x/(1 - 5*x/(1 - 6*x/(1 - ...))))))))^n, a continued fraction.
Original entry on oeis.org
1, 1, 7, 64, 691, 8506, 117586, 1811902, 30977059, 585159526, 12157511122, 276365651992, 6835179127294, 182885413524568, 5265255383238592, 162296482607602714, 5332203008816278819, 185989603728568482598, 6863252473075010369626, 267102762222709967674384, 10932746393513621360731066
Offset: 0
-
Table[SeriesCoefficient[1/(1 + ContinuedFractionK[-k x, 1, {k, 1, n}])^n, {x, 0, n}], {n, 0, 20}]
Table[SeriesCoefficient[Sum[(2 k - 1)!! x^k, {k, 0, n}]^n, {x, 0, n}], {n, 0, 20}]
A301833
G.f. A(x) satisfies: A(x) = 1/(1 - 2*x*A(x)/(1 - 2*x*A(x)/(1 - 4*x*A(x)/(1 - 4*x*A(x)/(1 - 6*x*A(x)/(1 - 6*x*A(x)/(1 - ...))))))), a continued fraction.
Original entry on oeis.org
1, 2, 12, 104, 1104, 13472, 183488, 2749056, 44996864, 802443776, 15579089920, 329170937856, 7562372632576, 188526816632832, 5083702487990272, 147676990509580288, 4600624321049722880, 153012055369679241216, 5409813656756850262016, 202534832564335070937088, 8001606648308588124045312
Offset: 0
G.f. A(x) = 1 + 2*x + 12*x^2 + 104*x^3 + 1104*x^4 + 13472*x^5 + 183488*x^6 + 2749056*x^7 + 44996864*x^8 + ...
log(A(x)) = 2*x + 20*x^2/2 + 248*x^3/3 + 3472*x^4/4 + 53152*x^5/5 + 878144*x^6/6 + ... + A293471(n)*x^n/n + ...
-
Table[SeriesCoefficient[(1 + Sum[(2*k)!!*x^k, {k, 1, n}])^(n+1)/(n+1), {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Nov 05 2021 *)
Showing 1-2 of 2 results.