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

A013061
cos(sinh(x)+arctan(x))=1-4/2!*x^2+24/4!*x^4-534/6!*x^6+27272/8!*x^8...
0
1, -4, 24, -534, 27272, -2170874, 260563908, -43811275382, 9816624434928, -2827858695802930, 1018209224687676028, -448073447471574806926, 236608835615446145622184, -147657298507133683247970826
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Sinh[x]+ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 11 2024 *)
CROSSREFS
Sequence in context: A111425 A374068 A013100 * A071302 A211215 A249028
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved