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!)
A213066 E.g.f.: (arcsinh(cosh(x)^2) - arcsinh(1))/sqrt(2), (even terms only). 4
0, 1, 1, -29, 211, 20161, -1206479, -54804749, 16984806931, -363209849759, -519143744434559, 87734755669460131, 25846367065418224051, -14672317296701543650079, -716886263478049393332239, 3283895381829696830969594611 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
This function is even, with constant term arcsinh(1) = 0.881373587019543...
LINKS
FORMULA
E.g.f.: (arcsinh(cosh(x)^2)-arcsinh(1))/sqrt(2), even terms only.
EXAMPLE
(arcsinh(cosh(x)^2)-arcsinh(1))/sqrt(2) = 0 + x^2/2 + x^4/4! - 29*x^6/6! + 211*x^8/8! + ...
MATHEMATICA
Part[#, Range[1, Length[#], 2]] &@(Array[#! &, Length[#], 0]*#) &@ CoefficientList[Series[(ArcSinh[Cosh[x]^2] - ArcSinh[1])/Sqrt[2], {x, 0, 30}], x] // ExpandAll
PROG
(PARI) x='x+O('x^30); v=Vec(serlaplace((asinh(cosh(x)^2) - asinh(1) )/sqrt(2))); round(vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Feb 01 2018
CROSSREFS
Sequence in context: A200471 A027724 A042638 * A324624 A146224 A287306
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 March 29 03:41 EDT 2024. Contains 371264 sequences. (Running on oeis4.)