OFFSET
0,2
COMMENTS
Numerators are A359553, see there for details.
LINKS
Kevin Ryde, Table of n, a(n) for n = 0..220
Christopher Towse, Iteration of Sine and Related Power Series, Mathematics Magazine, volume 87, number 5, December 2014, pages 338-349.
FORMULA
a(n) = denominator of A003712(n)/(2n+1)!.
PROG
(PARI) a_vector(len) = apply(denominator, Vec(substpol(sin(sin(Ser('x, , 2*len)))/'x, 'x^2, 'x)));
CROSSREFS
KEYWORD
sign,frac,easy
AUTHOR
Kevin Ryde, Jan 11 2023
STATUS
approved