login
A012480
Expansion of e.g.f.: exp(cos(x)*arcsin(x))=1+x+1/2!*x^2-1/3!*x^3-7/4!*x^4-15/5!*x^5...
0
1, 1, 1, -1, -7, -15, 25, 359, 1297, 3713, 785, 347151, 3237577, 62839153, 476552297, 10196506423, 93536269473, 2397571040897, 25410713978785, 714196911010335, 8498142387238425, 263318643848985457
OFFSET
0,5
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Cos[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 21 2024 *)
CROSSREFS
Sequence in context: A299569 A260558 A154935 * A226470 A063611 A292379
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Jul 21 2024
STATUS
approved