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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009596 E.g.f. sinh(sin(x)^2) (even powers only). 2
0, 2, -8, 152, -6848, 312992, -17468288, 1385712512, -143250864128, 17321985331712, -2418583050119168, 396575082357512192, -75839817371814084608, 16517549362496506929152 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

EXAMPLE

sinh(sin(x)*sin(x))=2/2!*x^2-8/4!*x^4+152/6!*x^6-6848/8!*x^8... - Patrick Demichel (dml(AT)hpfrcu03.france.hp.com)

PROG

(Maxima)

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

CROSSREFS

Sequence in context: A007314 A102099 A012298 * A012571 A018926 A012432

Adjacent sequences:  A009593 A009594 A009595 * A009597 A009598 A009599

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 14 10:16 EST 2012. Contains 205614 sequences.