OFFSET
0,4
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..750
Paul D. Hanna et al., Formula Needed for a Family of Continued Fractions and follow-up messages on the SeqFan list, Jul 28 2013
MATHEMATICA
nMax = 39; col[m_ /; 0 <= m <= nMax] := 1/(1 + ContinuedFractionK[-x^k (1 - x^(m + k)), 1, {k, 1, Ceiling[nMax/2]}]) + O[x]^(2 nMax) // CoefficientList[#, x]&; A185649 = col[10][[1 ;; nMax]] (* Jean-François Alcover, Nov 03 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 29 2013
STATUS
approved