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!)
A296980 Expansion of e.g.f. arcsinh(log(1 + x)). 3
0, 1, -1, 1, 0, -2, -30, 446, -3248, 12412, 16020, -211356, -10756944, 284038272, -3556910448, 19122463296, 135073768320, -1286054192304, -108801241372368, 3952903127312016, -65667347037774720, 339816855220730784, 8862271481944986336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
arcsinh(log(1 + x)) = x^1/1! - x^2/2! + x^3/3! - 2*x^5/5! - 30*x^6/6! + ...
MAPLE
a:=series(arcsinh(log(1+x)), x=0, 23): seq(n!*coeff(a, x, n), n=0..22); # Paolo P. Lava, Mar 26 2019
MATHEMATICA
nmax = 22; CoefficientList[Series[ArcSinh[Log[1 + x]], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 22; CoefficientList[Series[Log[Log[1 + x] + Sqrt[1 + Log[1 + x]^2]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A217855 A285298 A134362 * A219706 A318477 A219869
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 22 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 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)