cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A359554 Denominator of the coefficient of x^(2n+1) in the Taylor series expansion of sin(sin(x)).

Original entry on oeis.org

1, 3, 10, 315, 2520, 49896, 97297200, 638512875, 126309456000, 47517617347200, 2934911659680000, 105192125402364000, 1178623253808000000, 1329207696584271504000000, 77094046401887747232000000, 10455880043256025718340000000, 6973521679375808310673920000000
Offset: 0

Views

Author

Kevin Ryde, Jan 11 2023

Keywords

Comments

Numerators are A359553, see there for details.

Crossrefs

Cf. A359553 (numerators), A003712 (e.g.f. sin(sin(x))).

Programs

  • PARI
    a_vector(len) = apply(denominator, Vec(substpol(sin(sin(Ser('x,,2*len)))/'x, 'x^2,'x)));

Formula

a(n) = denominator of A003712(n)/(2n+1)!.