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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009250 E.g.f. exp(tan(x)*sin(x)) (even powers only). 0
1, 2, 16, 302, 10456, 564842, 43545676, 4528889822, 610057244176, 103185102761042, 21388501828276756, 5328050642207280902, 1569616725144816645016, 539516138161105990193402 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=2*sum(k=1..2*n, sum(t=0..n-k, binomial(2*n,2*t+k)*((sum(j=k..2*n-2*t-k, binomial(j-1,k-1)*j!*stirling2(2*n-2*t-k,j)*(-1)^(n+j)*2^(-2*t-k+2*n-j)))*sum(i=0..k/2, (2*i-k)^(2*t+k)*binomial(k,i)*(-1)^(k-i))))/(2^k*k!)), n>0, a(0)=1. [From Vladimir Kruchinin, Jun 30 2011]

PROG

(Maxima)

a(n):=if n=0 then 1 else 2*sum(sum(binomial(2*n, 2*t+k)*((sum(binomial(j-1, k-1)*j!*stirling2(2*n-2*t-k, j)*(-1)^(n+j)*2^(-2*t-k+2*n-j), j, k, 2*n-2*t-k))*sum((2*i-k)^(2*t+k)*binomial(k, i)*(-1)^(k-i), i, 0, k/2)), t, 0, n-k)/(2^k*k!), k, 1, 2*n); [From Vladimir Kruchinin, Jun 30 2011]

CROSSREFS

Sequence in context: A189689 A188740 A188985 * A174487 A140051 A189058

Adjacent sequences:  A009247 A009248 A009249 * A009251 A009252 A009253

KEYWORD

nonn

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended and signs tested Mar 15 1997 by Olivier Gerard.

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 13 13:13 EST 2012. Contains 205482 sequences.