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.

A046981 Denominators of Taylor series for exp(x)*cos(x).

Original entry on oeis.org

1, 1, 1, 3, 6, 30, 1, 630, 2520, 22680, 1, 1247400, 7484400, 97297200, 1, 10216206000, 81729648000, 1389404016000, 1, 237588086736000, 2375880867360000, 49893498214560000, 1, 12623055048283680000, 151476660579404160000, 3786916514485104000000
Offset: 0

Views

Author

Keywords

Examples

			1+1*x-1/3*x^3-1/6*x^4-1/30*x^5+1/630*x^7+1/2520*x^8+1/22680*x^9-...
		

References

  • G. W. Caunt, Infinitesimal Calculus, Oxford Univ. Press, 1914, p. 477.

Crossrefs

Absolute values are essentially the same as A007452.

Programs

  • Mathematica
    Denominator/@CoefficientList[Series[Exp[x]Cos[x],{x,0,30}],x] (* Harvey P. Dale, Jun 28 2011 *)

Formula

a(4n+2) = 1, a(n) = n!/2^[n/2].