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

A012835
arctan(sec(x)*tanh(x))=x-1/3!*x^3+25/5!*x^5-761/7!*x^7+42065/9!*x^9...
1
1, -1, 25, -761, 42065, -3898321, 521329705, -96017526281, 23356125062945, -7240133620964641, 2786977252450841785, -1304375789021987253401, 729394652578427432666225, -480281453260247282387992561
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Sec[x]Tanh[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jul 30 2020 *)
CROSSREFS
Sequence in context: A246906 A286439 A123835 * A277584 A223228 A132540
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved