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!)
A009570 Expansion of e.g.f. sinh(log(1+tanh(x))). 2
0, 1, -1, 1, -4, 16, -16, -104, -64, 4096, -256, -176384, -1024, 11186176, -4096, -951870464, -16384, 104932704256, -65536, -14544442425344, -262144, 2475749027086336, -1048576, -507711943251329024, -4194304, 123460740095112380416, -16777216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: (1/Q(0)-Q(0))/2, where Q(k) = 1 - x/( 2*k+1 + x/Q(k+1) ); (continued fraction). - Sergei N. Gladkovskii, Dec 20 2013
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sinh[Log[1 + Tanh[x]]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jan 21 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace( sin(log(1+tanh(x)))))) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
Cf. A009126.
Sequence in context: A223585 A202680 A263568 * A232839 A140299 A119007
KEYWORD
sign,easy
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 20 04:18 EDT 2024. Contains 371798 sequences. (Running on oeis4.)