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

A013378
cos(sin(x)-arcsinh(x)) = 1-8064/10!*x^10 + 1419264/12!*x^12 ...
0
1, 0, 0, 0, 0, -8064, 1419264, -262662400, 59455492096, -16726941245440, 5796860719775744, -2439524053684551680, 1228699611612771516416, -730845840019971307929600, 507327256430827248463380480
OFFSET
0,6
FORMULA
a(n) ~ (-1)^n * sinh(Pi/2-sinh(1)) * 2^(2*n) * n^(2*n-1) / exp(2*n). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
Table[n!*SeriesCoefficient[Cos[Sin[x]-ArcSinh[x]], {x, 0, n}], {n, 0, 40, 2}] (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A159224 A234446 A318104 * A013458 A172775 A172843
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved