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).

This page as a plain text file.
%I A004173 #26 Feb 16 2025 08:32:28
%S A004173 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,
%T A004173 0,-126,0,255,0,-155,0,1,-6,0,55,0,-396,0,1683,0,-3410,0,2073,0,1,-7,
%U A004173 0,91,0,-1001,0,7293,0,-31031,0,62881,0,-38227,0,1,-8,0,140,0
%N A004173 Triangle of coefficients of Euler polynomials E_2n(x) (exponents in decreasing order).
%D A004173 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.
%H A004173 T. D. Noe, <a href="/A004173/b004173.txt">Rows n=0..50 of triangle, flattened</a>
%H A004173 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
%H A004173 H. Pan and Z. W. Sun, <a href="http://arXiv.org/abs/math.NT/0407363">New identities involving Bernoulli and Euler polynomials</a>, arXiv:math/0407363 [math.NT], 2004.
%H A004173 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/EulerPolynomial.html">Euler Polynomial</a>.
%t A004173 Flatten[Table[Reverse @ CoefficientList[EulerE[2n, x], x] , {n, 0, 8}]] (* _Jean-François Alcover_, Jul 21 2011 *)
%Y A004173 Cf. A060082
%K A004173 sign,tabf,nice
%O A004173 0,6
%A A004173 _N. J. A. Sloane_, corrected Jan 09 2007