login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141684 Triangle read by rows formed from Euler polynomials: p(x,n) = if(n mod 2 = 1, 2^(1 + ((n - 1)/2))*EulerE(n, x), EulerE(n, x)); t(n,m) = Coefficients(p(x,n)). 1
1, -1, 2, 0, -1, 1, 1, 0, -6, 4, 0, 1, 0, -2, 1, -4, 0, 20, 0, -20, 8, 0, -3, 0, 5, 0, -3, 1, 34, 0, -168, 0, 140, 0, -56, 16, 0, 17, 0, -28, 0, 14, 0, -4, 1, -496, 0, 2448, 0, -2016, 0, 672, 0, -144, 32, 0, -155, 0, 255, 0, -126, 0, 30, 0, -5, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Row sums are {1, 1, 0, -1, 0, 4, 0, -34, 0, 496, 0, ...}.
LINKS
EXAMPLE
{ 1},
{ -1, 2},
{ 0, -1, 1},
{ 1, 0, -6, 4},
{ 0, 1, 0, -2, 1},
{ -4, 0, 20, 0, -20, 8},
{ 0, -3, 0, 5, 0, -3, 1},
{ 34, 0, -168, 0, 140, 0, -56, 16},
{ 0, 17, 0, -28, 0, 14, 0, -4, 1},
{-496, 0, 2448, 0, -2016, 0, 672, 0, -144, 32},
{ 0, -155, 0, 255, 0, -126, 0, 30, 0, -5, 1}
MATHEMATICA
T[x_, n_] := If[Mod[n, 2] == 1, 2^(1 + ((n - 1)/2))*EulerE[n, x], EulerE[n, x]]; Table[Expand[T[x, n]], {n, 0, 10}]; Table[CoefficientList[T[x, n], x], {n, 0, 10}]; Flatten[%]
CROSSREFS
Cf. A060083, A004172, etc.
Sequence in context: A307039 A243046 A058940 * A152492 A075446 A184159
KEYWORD
tabl,sign
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Jan 06 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)