login
This site is supported by donations 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[Mod[n, 2] == 1, 2^(1 + ((n - 1)/2))*EulerE[n, x], EulerE[n, x]]; t(n,m)=Coefficients(p(x,n). 0
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; internal format)
OFFSET

1,3

COMMENTS

Row sums are: {1, 1, 0, -1, 0, 4, 0, -34, 0, 496, 0, ...}.

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: A074169 A099362 A058940 * A152492 A075446 A184159

Adjacent sequences:  A141681 A141682 A141683 * A141685 A141686 A141687

KEYWORD

tabl,sign,more

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 08 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 06 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:09 EST 2012. Contains 205663 sequences.