login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007118 E.g.f. (1+x)^sin(x).
(Formerly M0916)
0
1, 0, 2, -3, 16, -80, 440, -3171, 24680, -218952, 2170018, -23566675, 279907076, -3603250716, 49968204078, -742893013695, 11785962447792, -198748512229968, 3550002639307890, -66954457199954115, 1329661510693923636 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

a(n)=sum(k=1..n, sum(r=0..n/2-k, binomial(n,2*r+k)*(stirling1(n-2*r-k,k)*sum(i=0..k/2, (2*i-k)^(2*r+k)*binomial(k,i)*(-1)^(r+k-i))))/2^(k-1)), n>0, a(0)=1. [From Vladimir Kruchinin, Jun 01 2011]

PROG

(Maxima)

a(n):=sum(sum(binomial(n, 2*r+k)*(stirling1(n-2*r-k, k)*sum((2*i-k)^(2*r+k)*binomial(k, i)*(-1)^(r+k-i), i, 0, k/2)), r, 0, n/2-k)/2^(k-1), k, 1, n); [From Vladimir Kruchinin, Jun 01 2011]

CROSSREFS

Sequence in context: A052858 A191416 A073997 * A012572 A067848 A139802

Adjacent sequences:  A007115 A007116 A007117 * A007119 A007120 A007121

KEYWORD

sign,easy

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

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 17 16:39 EST 2012. Contains 206058 sequences.