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!)
A009084 Expansion of e.g.f.: cos(tanh(log(1+x))). 1
1, 0, -1, 3, -2, -40, 314, -1134, -3044, 87408, -733636, 1835020, 43592176, -792796368, 6272579312, 14019198480, -1257528653744, 20065121039744, -124527163941136, -2075494412476368, 75585686698926496, -1110720454454795520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
cos(tanh(log(1+x))) = 1 +0*x/1! -1*x^2/2! +3*x^3/3! -2*x^4/4! -40*x^5/5! +...
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Cos[Tanh[Log[1+x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Sep 07 2012 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(tanh(log(1+x))))) \\ G. C. Greubel, Jul 24 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Tanh(Log(1+x))))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 24 2018
CROSSREFS
Sequence in context: A136635 A062743 A370825 * A096057 A179984 A260888
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Sep 07 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 April 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)