login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A013069
Expansion of e.g.f.: exp(arcsinh(x)+log(x+1))=1+2*x+3/2!*x^2+3/3!*x^3-3/4!*x^4-15/5!*x^5...
3
1, 2, 3, 3, -3, -15, 45, 315, -1575, -14175, 99225, 1091475, -9823275, -127702575, 1404728325, 21070924875, -273922023375, -4656674397375, 69850115960625, 1327152203251875, -22561587455281875
OFFSET
0,2
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[ArcSinh[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 15 2024 *)
CROSSREFS
Cf. A046126.
a(2n) = (-1)^(n+1) * A079484(n), n>1.
Sequence in context: A347208 A210483 A022296 * A096393 A010120 A012887
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Aug 15 2024
STATUS
approved