OFFSET
1,3
COMMENTS
See the sequence of numerators, A353583, for references and more.
EXAMPLE
1 + tan x = (1 + x)(1 + 1/3*x^3)(1 - 1/3*x^4/3)(1 + 7/15*x^5)(1 - 7/15*x^5)(...),
and this sequence lists the denominators of (1, 0, 1/3, -1/3, 7/15, -7/15, ...).
PROG
(PARI) t=1+tan(x+O(x)^29); vector(#t-1, n, c=polcoef(t, n); t/=1+c*x^n; denominator(c))
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
M. F. Hasler, May 07 2022
STATUS
approved