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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009665 E.g.f. tan(sin(x))*sin(x), (even powers only). 1
0, 2, 0, -32, -640, 1024, 661504, 25305088, -948699136, -216606572544, -10006005547008, 2013855760777216, 462400685741178880, 10633324821284388864, -16549579084211148554240 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

PROG

(Maxima)

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

CROSSREFS

Sequence in context: A156452 A156473 A156504 * A053552 A009548 A172388

Adjacent sequences:  A009662 A009663 A009664 * A009666 A009667 A009668

KEYWORD

sign

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 17 03:20 EST 2012. Contains 205978 sequences.