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.

A004173 Triangle of coefficients of Euler polynomials E_2n(x) (exponents in decreasing order).

Original entry on oeis.org

1, 1, -1, 0, 1, -2, 0, 1, 0, 1, -3, 0, 5, 0, -3, 0, 1, -4, 0, 14, 0, -28, 0, 17, 0, 1, -5, 0, 30, 0, -126, 0, 255, 0, -155, 0, 1, -6, 0, 55, 0, -396, 0, 1683, 0, -3410, 0, 2073, 0, 1, -7, 0, 91, 0, -1001, 0, 7293, 0, -31031, 0, 62881, 0, -38227, 0, 1, -8, 0, 140, 0
Offset: 0

Views

Author

N. J. A. Sloane, corrected Jan 09 2007

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 809.

Crossrefs

Programs

  • Mathematica
    Flatten[Table[Reverse @ CoefficientList[EulerE[2n, x], x] , {n, 0, 8}]] (* Jean-François Alcover, Jul 21 2011 *)