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!)
A213068 Expansion of e.g.f. arcsinh(sech(x)^2), even powers only. 5
0, -1, 5, -31, -85, 4919, 1248125, -158970631, 2094813635, 2311829506319, -210731879464555, -109642894428121231, 37051431528058442555, 4409666909576599299719, -6492299377660512249146035, 648925901618982079024132169 (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(sech(x)^2) - arcsinh(1))/sqrt(2).
EXAMPLE
(arcsinh(sech(x)^2) - arcsinh(1))/sqrt(2) = -x^2/2 + 5*x^4/4! - 31*x^6/6! - 85*x^8/8! + ...
MATHEMATICA
Part[#, Range[1, Length[#], 2]] &@(Array[#! &, Length[#], 0]*#) &@ CoefficientList[Series[(ArcSinh[Sech[x]^2] - ArcSinh[1])/Sqrt[2], {x, 0, 30}], x] // ExpandAll
CROSSREFS
Sequence in context: A139862 A299505 A102732 * A138657 A106909 A304659
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 7 01:33 EDT 2024. Contains 374061 sequences. (Running on oeis4.)