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!)
A009432 Expansion of e.g.f. log(1+x)/cosh(sinh(x)). 2
0, 1, -1, -1, 0, 9, -45, 447, -2744, 17553, -171585, 1757535, -19723176, 245370969, -3189613245, 44636677407, -674857335120, 10851333193249, -185485926579489, 3356664148618047, -64009236131219760, 1284480775318317225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
With[{m=30}, CoefficientList[Series[Log[1+x]/Cosh[Sinh[x]], {x, 0, m}], x]*Range[0, m]!] (* modified by G. C. Greubel, Sep 08 2023 *)
PROG
(Magma)
R<x>:=PowerSeriesRing(Rationals(), 30);
[0] cat Coefficients(R!(Laplace( Log(1+x)/Cosh(Sinh(x)) ))); // G. C. Greubel, Sep 08 2023
(SageMath)
def A009432_list(prec):
P.<x> = PowerSeriesRing(QQ, prec)
return P( log(1+x)/cosh(sinh(x)) ).egf_to_ogf().list()
A009432_list(31) # G. C. Greubel, Sep 08 2023
CROSSREFS
Sequence in context: A030113 A001556 A230063 * A145757 A058824 A244302
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)