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!)
A213069 Expansion of e.g.f. arcsinh(cos(x)*sech(x)), even powers only. 3
0, -1, 3, -1, -77, -13921, 791043, 23892959, -3518362637, -801110007361, 149920222346883, 24069808471917119, -7334638751184472397, -2673575321959933341601, 1059696929013386749787523, 413637485668406346391368479 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This function is even, with constant term arcsinh(1) = 0.881373587019543...
LINKS
FORMULA
E.g.f.: (arcsinh(cos(x)*sech(x))-arcsinh(1))/sqrt(2).
EXAMPLE
(arcsinh(cos(x)*sech(x))-arcsinh(1))/sqrt(2) = -x^2/2 + 3*x^4/4! - x^6/6! - 77*x^8/8! + ...
MATHEMATICA
Part[#, Range[1, Length[#], 2]] &@(Array[#! &, Length[#], 0]*#) &@ CoefficientList[Series[(ArcSinh[Cos[x]*Sech[x]] - ArcSinh[1])/Sqrt[2], {x, 0, 30}], x] // ExpandAll
With[{nn=30}, Take[CoefficientList[Series[(ArcSinh[Cos[x]Sech[x]]-ArcSinh[ 1])/ Sqrt[2], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 24 2013 *)
CROSSREFS
Sequence in context: A213127 A361091 A344050 * A357813 A266277 A016482
KEYWORD
sign
AUTHOR
Olivier Gérard, Jun 04 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 July 30 02:34 EDT 2024. Contains 374734 sequences. (Running on oeis4.)