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-1 of 1 results.

A059342 Triangle giving denominators of coefficients of Euler polynomials, highest powers first.

Original entry on oeis.org

1, 1, 2, 1, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 4, 1, 2, 1, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 4, 1, 1, 1, 4, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2
Offset: 0

Views

Author

N. J. A. Sloane, Jan 27 2001

Keywords

Examples

			1; x-1/2; x^2-x; x^3-3*x^2/2+1/4; ...
		

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.
  • L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 48, [14b].

Crossrefs

Programs

  • Maple
    for n from 0 to 30 do for k from n to 0 by -1 do printf(`%d,`,denom(coeff(euler(n,x), x, k))) od:od:
  • Mathematica
    Denominator[Table[Reverse[CoefficientList[Series[EulerE[n, x], {x, 0, 20}], x]], {n, 0, 10}]] (* G. C. Greubel, Jan 07 2017 *)

Extensions

More terms from James Sellers, Jan 29 2001
Showing 1-1 of 1 results.