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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009048 E.g.f. cos(sin(x)*exp(x)). 0
1, 0, -1, -6, -19, -20, 203, 1862, 9305, 20472, -159849, -2441230, -17558715, -60043100, 365766243, 8445023358, 80287239857, 383311153776, -1756145007825, -61596647223446, -735340088843107, -4522824431862308, 15016682566162427 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

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

PROG

(Maxima)

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

CROSSREFS

Sequence in context: A184197 A173568 A012589 * A046955 A042215 A041911

Adjacent sequences:  A009045 A009046 A009047 * A009049 A009050 A009051

KEYWORD

sign,easy

AUTHOR

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

EXTENSIONS

Extended with signs 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 16 06:27 EST 2012. Contains 205860 sequences.