OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Rogers-Ramanujan Continued Fraction
FORMULA
G.f.: 1/(1 - x*Product_{k>=1} (1 - x^(5*k-2))*(1 - x^(5*k-3))/((1 - x^(5*k-1))*(1 - x^(5*k-4)))).
a(0) = 1; a(n) = Sum_{k=1..n} A003823(k-1)*a(n-k).
a(n) ~ c / r^n, where r = 0.669643458685499460127124120930664114507093547265881... is the root of the equation x*QPochhammer[x^2, x^5]*QPochhammer[x^3, x^5] = QPochhammer[x, x^5]*QPochhammer[x^4, x^5] and c = 0.833333547701931811823757549354805979633827853516233646128015838266... - Vaclav Kotesovec, Jun 08 2019
MATHEMATICA
nmax = 44; CoefficientList[Series[1/(1 - x - x^2/(1 + ContinuedFractionK[x^k, 1, {k, 2, nmax}])), {x, 0, nmax}], x]
nmax = 44; CoefficientList[Series[1/(1 - x QPochhammer[x^2, x^5] QPochhammer[x^3, x^5]/(QPochhammer[x, x^5] QPochhammer[x^4, x^5])), {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 30 2018
STATUS
approved