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!)
A003722 E.g.f. sin(sinh(x)) (odd powers only).
(Formerly M4541)
4
1, 0, -8, -56, 64, 12672, 309376, 2917888, -163782656, -12716052480, -495644917760, -4004259037184, 1359174582304768, 153146435763437568, 9620207941273255936, 142966118908253962240, -62984506636368191946752 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
FORMULA
a(n) = sum(j=1..n+1, (sum(i=0..2*j-1, (-1)^(i+j-1)*(2*j-1-2*i)^(2*n+1)*binomial(2*j-1,i)))/(2^(2*j-1)*(2*j-1)!)); [Vladimir Kruchinin, Jun 09 2011]
MATHEMATICA
With[{nn = 50}, Take[CoefficientList[Series[Sin[Sinh[x]], {x, 0, nn}], x] Range[0, nn - 1]!, {2, -1, 2}]] (* Vincenzo Librandi, Apr 11 2014 *)
PROG
(Maxima)
a(n):=sum((sum((-1)^(i+j-1)*(2*j-1-2*i)^(2*n+1)*binomial(2*j-1, i), i, 0, 2*j-1))/(2^(2*j-1)*(2*j-1)!), j, 1, n+1); /* Vladimir Kruchinin, Jun 09 2011 */
CROSSREFS
Sequence in context: A264644 A144748 A160429 * A364124 A044146 A118772
KEYWORD
sign
AUTHOR
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 15:19 EDT 2024. Contains 371916 sequences. (Running on oeis4.)