|
|
A009433
|
|
Expansion of e.g.f. log(1+x)/cosh(tan(x)).
|
|
3
|
|
|
0, 1, -1, -1, 0, -11, 15, 27, -504, 11817, -94185, 1226455, -12442056, 155936221, -1995562569, 27870901107, -423463160400, 6793396567633, -117302680146033, 2130615128588591, -40960288523646320, 827190717641773765
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,6
|
|
LINKS
|
|
|
FORMULA
|
|
|
MATHEMATICA
|
With[{m=25}, CoefficientList[Series[Log[1+x]/Cosh[Tan[x]], {x, 0, m}], x]*Range[0, m]!] (* modified by G. C. Greubel, Sep 06 2023 *)
CoefficientList[Series[Log[1 + x]*Sech[Tan[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
|
|
PROG
|
(Magma)
R<x>:=PowerSeriesRing(Rationals(), 30);
[0] cat Coefficients(R!(Laplace( Log(1+x)/Cosh(Tan(x)) ))); // G. C. Greubel, Sep 06 2023
(SageMath)
P.<x> = PowerSeriesRing(QQ, prec)
return P( log(1+x)/cosh(tan(x)) ).egf_to_ogf().list()
(PARI) my(x='x+O('x^30)); concat([0], Vec(serlaplace(log(1+x)/cosh(tan(x))))) \\ Joerg Arndt, Sep 06 2023
|
|
CROSSREFS
|
|
|
KEYWORD
|
sign,easy
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|