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”).

A012099
Expansion of e.g.f.: exp(arcsin(sinh(x)))=1+x+1/2!*x^2+3/3!*x^3+9/4!*x^4+41/5!*x^5...
0
1, 1, 1, 3, 9, 41, 201, 1403, 9649, 90641, 809201, 9578803, 105268089, 1504717241, 19650225401, 329275068203, 4982657935329, 95780865239841, 1648151554792801, 35749976635509603, 689411371817131369
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[ArcSin[Sinh[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Apr 21 2024 *)
CROSSREFS
Sequence in context: A325289 A274739 A012246 * A159039 A074502 A109743
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Apr 21 2024
STATUS
approved