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!)
A296463 Expansion of e.g.f. arcsinh(x)*arctanh(x) (even powers only). 1
0, 2, 4, 158, 3624, 427482, 29665260, 6948032310, 991515848400, 383952670412850, 93532380775766100, 53913667654307868750, 20087427376748637675000, 16096655588343149442026250, 8531309209053208518037597500, 9057367559484733295974741323750, 6486329752640392315697926589700000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: arcsin(x)*arctan(x) (even powers only, absolute values).
E.g.f.: (log(1 + x) - log(1 - x))*log(x + sqrt(1 + x^2))/2 (even powers only).
a(n) ~ (2*n-1)! * log(1+sqrt(2)) * (1 - (-1)^n * sqrt(Pi) / (4 * log(1+sqrt(2)) * sqrt(n))). - Vaclav Kotesovec, Dec 13 2017
EXAMPLE
arcsinh(x)*arctanh(x) = 2*x^2/2! + 4*x^4/4! + 158*x^6/6! + 3624*x^8/8! + 427482*x^10/10! + ..
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcSinh[x] ArcTanh[x], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
nmax = 16; Table[(CoefficientList[Series[(Log[1 + x] - Log[1 - x]) Log[x + Sqrt[1 + x^2]]/2, {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A192063 A326796 A018558 * A132528 A018573 A018583
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 13 2017
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)