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

A012957
cosh(tan(x)+arcsin(x))=1+4/2!*x^2+40/4!*x^4+934/6!*x^6+39064/8!*x^8...
0
1, 4, 40, 934, 39064, 2572314, 247234332, 33003190406, 5905698391952, 1378247307547506, 409930747848171812, 152227803027302287806, 69261955789532321824024, 37950380064596445532181866
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Tan[x]+ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 04 2015 *)
CROSSREFS
Sequence in context: A117251 A220404 A211040 * A012977 A321526 A361057
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved