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!)
A296678 Expansion of e.g.f. arctanh(arcsin(x)) (odd powers only). 0
1, 3, 53, 2303, 185033, 23756667, 4457821821, 1150764459063, 391167511473681, 169370797497060339, 91013260219635394629, 59435772666287730632559, 46362471059282707504957401, 42577231265939498962852834155, 45471686987452309473064526678925 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: arctan(arcsinh(x)) (odd powers only, absolute values).
E.g.f.: log(1 - i*log(i*x + sqrt(1 - x^2)))/2 - log(1 + i*log(i*x + sqrt(1 - x^2)))/2, where i is the imaginary unit (odd powers only).
EXAMPLE
arctanh(arcsin(x)) = x/1! + 3*x^3/3! + 53*x^5/5! + 2303*x^7/7! + 185033*x^9/9! + 23756667*x^11/11! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[ArcTanh[ArcSin[x]], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
nmax = 15; Table[(CoefficientList[Series[Log[1 - I Log[I x + Sqrt[1 - x^2]]]/2 - Log[1 + I Log[I x + Sqrt[1 - x^2]]]/2, {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
CROSSREFS
Sequence in context: A100444 A300420 A300683 * A227051 A300606 A301348
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 18 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)