Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154341
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154341 E(n,k), an additive decomposition of the Euler number (triangle read by rows). +0
6
1, 1, -1, 1, -3, 1, 1, -7, 6, 0, 1, -15, 25, 0, -6, 1, -31, 90, 0, -90, 30, 1, -63, 301, 0, -840, 630, -90, 1, -127, 966, 0, -6300, 7980, -2520, 0, 1, -255, 3025, 0, -41706, 79380, -41580, 0, 2520 (list; table; graph; listen)
OFFSET

0,5

COMMENT

The Swiss-Knife polynomials A153641 can be understood as a sum of polynomials. Evaluated at x=0 these polynomials result in a decomposition of the Euler number A122045.

LINKS

Peter Luschny, The Swiss-Knife polynomials.

FORMULA

Let c(k) = frac{(-1)^{floor(k/4)}{2^{floor(k/2)}} [4 not div k] (Iverson notation).

E(n,k) = Sum(v=0..k, (-1)^(v)*binomial(k,v)*c(k)*(v+1)^n);

E(n) = Sum(k=0..n, E(n,k)).

EXAMPLE

1,

1, -1,

1, -3, 1,

1, -7, 6, 0,

1, -15, 25, 0, -6,

1, -31, 90, 0, -90, 30,

1, -63, 301, 0, -840, 630, -90,

1, -127, 966, 0, -6300, 7980, -2520, 0,

1, -255, 3025, 0, -41706, 79380, -41580, 0, 2520,

MAPLE

E := proc(n, k) local v, c; c := m -> if irem(m+1, 4) = 0 then 0 else 1/((-1)^iquo(m+1, 4)*2^iquo(m, 2)) fi; add((-1)^(v)*binomial(k, v)*c(k)*(v+1)^n, v=0..k) end: seq(print(seq(E(n, k), k=0..n)), n=0..8);

CROSSREFS

Cf. A153641,A154342,A154343,A154344,A154345.

Sequence in context: A080936 A094507 A065625 this_sequence A130749 A154959 A008277

Adjacent sequences: A154338 A154339 A154340 this_sequence A154342 A154343 A154344

KEYWORD

easy,sign,tabl

AUTHOR

Peter Luschny (peter(AT)luschny.de), Jan 07 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research