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!)
A009488 E.g.f. sin(sinh(sin(x))) (odd powers only). 0
1, -1, -7, 223, -2959, -82721, 8156073, -239061825, -19348243487, 3454706477375, -182295608480935, -26905043182243041, 7790129367007385681, -641827191323121911009, -147325911341260680509175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
sin(sinh(sin(x))) = x - 1/6*x^3 - 7/120*x^5 + 223/5040*x^7 - 2959/362880*x^9 - ...
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Sinh[Sin[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 07 2013 *)
CROSSREFS
Sequence in context: A231487 A140018 A202655 * A302059 A352312 A138247
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)