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!)
A009212 E.g.f. exp(sin(x)*exp(x)). 1
1, 1, 3, 9, 33, 137, 619, 3017, 15617, 84625, 474771, 2723721, 15730209, 89487257, 482793211, 2259370697, 6292321025, -41172399839, -1066104760797, -14517156416247, -163539106749663, -1652237279663959, -15169567281615221 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=2*sum(k=1..n, sum(j=0..(n-k)/2, binomial(n,n-k-2*j)*(k^(n-k-2*j)*sum(i=0..k/2, (2*i-k)^(k+2*j)*binomial(k,i)*(-1)^(k+j-i))))/(2^k*k!)), n>0, a(0)=1. - Vladimir Kruchinin, Jun 13 2011
MATHEMATICA
Array[ SeriesCoefficient[ Series[ Exp[ Sin[ x ]*Exp[ x ] ], {x, 0, 30} ], # ]*#!&, 29, 0 ]
PROG
(Maxima)
a(n):=2*sum(sum(binomial(n, n-k-2*j)*(k^(n-k-2*j)*sum((2*i-k)^(k+2*j)*binomial(k, i)*(-1)^(k+j-i), i, 0, k/2)), j, 0, (n-k)/2)/(2^k*k!), k, 1, n); /* Vladimir Kruchinin, Jun 13 2011 */
CROSSREFS
Sequence in context: A320186 A320187 A207542 * A153344 A193110 A001930
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)