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!)
A013321 E.g.f.: sech(exp(x)-cos(x)). 0
1, 0, -1, -6, -11, 80, 923, 3682, -26567, -585120, -3969849, 24427370, 948294477, 9793100720, -42570639997, -3129194240622, -45887540775759, 90022891149760, 18204741288946383, 363299569735984474 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
sech(exp(x)-cos(x)) = 1 -x^2/2! -6*x^3/3! -11*x^4/4! +80*x^5/5! ...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sech[Exp[x]-Cos[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jun 06 2015 *)
CROSSREFS
Sequence in context: A283820 A332659 A219702 * A192893 A188599 A217934
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)