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.

A002298 Denominator of (2/Pi)*Integral_{0..inf} (sin x / x)^n dx.

Original entry on oeis.org

1, 1, 4, 3, 192, 20, 11520, 315, 573440, 36288, 928972800, 1663200, 54499737600, 74131200, 1322526965760, 6810804000, 228532659683328000, 37638881280, 16783438527143608320, 121645100408832, 30370031620545576960000
Offset: 1

Views

Author

Keywords

Comments

Except for the n=4 term, equal to A049331/2.

Examples

			1, 1, 3/4, 2/3, 115/192, 11/20, ...
		

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Mathematica
    Denominator[Table[2/Pi Integrate[(Sin[x]/x)^n,{x,0,\[Infinity]}],{n,25}]] (* Harvey P. Dale, Sep 04 2011 *)
    Denominator@Table[Sum[(-1)^k (n-2k)^(n-1) Binomial[n, k], {k, 0, n/2}]/((n-1)! 2^(n-1)), {n, 1, 30}] (* Vladimir Reshetnikov, Sep 02 2016 *)

Extensions

Corrected and extended by Barbara Haas Margolius (margolius(AT)math.csuohio.edu), Dec 02 2001