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.

Showing 1-2 of 2 results.

A047689 Numerators of coefficients in Taylor series for exp(cos(x)-1).

Original entry on oeis.org

1, -1, 1, -31, 379, -1639, 150349, -4373461, 39074491, -6698486371, 30708135509, -4934550701809, 1319703681935929, -99896787342523081, 2121075416425574701, -72929243565543262421, 83877585692383961052499, -2410048463569672917849859
Offset: 0

Views

Author

Keywords

Examples

			1 - (1/2)*x^2 + (1/6)*x^4 - (31/720)*x^6 + (379/40320)*x^8 - (1639/907200)*x^10 + ...
		

References

  • CRC Standard Mathematical Tables and Formulae, 30th ed. 1996, p. 42.

Crossrefs

A097322 (2n)! divided by denominator of Taylor expansion of exp(cos(x)-1).

Original entry on oeis.org

1, 4, 1, 1, 4, 1, 1, 4, 1, 11, 4, 1, 1, 4, 11, 1, 4, 31, 1, 44, 29, 1, 4, 1, 11, 4, 29, 1, 4, 11, 1, 4, 31, 1, 1276, 1, 41, 4, 1, 11, 116, 1, 1, 292, 11, 1, 4, 31, 127571, 44, 1, 1, 4, 1, 319, 4, 41, 1, 4, 11, 1, 4, 899, 1, 44, 1, 1, 4, 29, 11, 4, 1, 1, 4, 583, 1, 4756, 361429
Offset: 1

Views

Author

Ralf Stephan, Aug 08 2004

Keywords

Crossrefs

Equals A010050(n) / A047690(n).
Cf. A005046.

Programs

  • PARI
    a(n)=(2*n)!/denominator(polcoeff(Ser(exp(cos(x)-1)),2*n))
Showing 1-2 of 2 results.