login
A291651
a(n) = [x^n] (1/(1 + x/(1 + x^2/(1 + x^3/(1 + x^4/(1 + x^5/(1 + ...)))))))^n, a continued fraction.
6
1, -1, 3, -7, 15, -26, 15, 153, -1049, 4790, -18522, 64481, -206181, 606384, -1615121, 3715993, -6289929, 550850, 61250694, -382787092, 1726745790, -6691501530, 23413714107, -75179994017, 221304346963, -586004040651, 1318720868416, -2044320913276, -1137686341077, 28530838758784, -165361803129585
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Rogers-Ramanujan Continued Fraction
FORMULA
a(n) = A286509(n,n).
MATHEMATICA
Table[SeriesCoefficient[1/(1 + ContinuedFractionK[x^i, 1, {i, 1, n}])^n, {x, 0, n}], {n, 0, 30}]
CROSSREFS
Main diagonal of A286509.
Cf. A291335.
Sequence in context: A144643 A034757 A328688 * A078869 A011890 A131076
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Aug 28 2017
STATUS
approved