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

A202359
Denominators of coefficients in Taylor series expansion of arccosh(exp(x)-sin(x)).
2
1, 1, 3, 18, 27, 648, 68040, 136080, 51030, 653184, 4849891200, 203695430400, 43649020800, 1466607098880, 285988384281600, 8579651528448000, 15014390174784000, 64061398079078400, 2793397263238213632000, 184364219373722099712000, 9669452065055354880000, 46459783282177969127424000, 16028625232351399348961280000
OFFSET
0,3
LINKS
EXAMPLE
x+1/3*x^2-1/18*x^3-1/27*x^4-5/648*x^5+503/68040*x^6+521/136080*x^7-13/51030*x^8...
MATHEMATICA
Join[{1}, Denominator[List@@(Normal[CoefficientList[Series[ArcCosh[ Exp[x]- Sin[x]], {x, 0, 30}], x] [[1, 2]]])]] (* Harvey P. Dale, Jun 28 2014 *)
CROSSREFS
Cf. A013305.
Sequence in context: A048080 A306279 A169598 * A118474 A163242 A190308
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Dec 17 2011
STATUS
approved