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!)
A009138 Expansion of e.g.f.: cosh(log(1+x)/cosh(x)). 1
1, 0, 1, -3, 0, 0, 210, -1260, 3752, -46872, 690960, -6013920, 58389672, -895065600, 12888358392, -168411308520, 2621915506688, -47022586623488, 824126273574336, -14767693271763840, 293589445235224960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * n! / (2 * Gamma(1/cosh(1)) * n^(1 - 1/cosh(1))). - Vaclav Kotesovec, Jul 31 2018
MAPLE
seq(coeff(series(factorial(n)*cosh(log(1+x)/cosh(x)), x, n+1), x, n), n=0..20); # Muniru A Asiru, Jul 31 2018
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Cosh[Log[1+x]/Cosh[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Jun 05 2012 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cosh(log(1+x)/cosh(x)))) \\ G. C. Greubel, Jul 30 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cosh(Log(1+x)/Cosh(x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 30 2018
CROSSREFS
Sequence in context: A215516 A009133 A180515 * A175562 A373202 A319330
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Jun 05 2012
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 September 9 05:33 EDT 2024. Contains 375759 sequences. (Running on oeis4.)