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

A013511
tanh(sec(x)-sech(x))=2/2!*x^2-118/6!*x^6-29998/10!*x^10...
0
2, -118, -29998, 611334362, -1141045350238, -231711278648170198, 7649386255065750464882, 1186434281262233535413422202, -294894146013123744005989421634238, -35339306131583165000023092663749603638, 51906656021441065578375756307601650588611602
OFFSET
0,1
MATHEMATICA
With[{nn=50}, Take[CoefficientList[Series[Tanh[Sec[x]-Sech[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Dec 29 2015 *)
CROSSREFS
Sequence in context: A379549 A147774 A013470 * A013507 A013476 A103851
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from N. J. A. Sloane, Dec 17 2011
STATUS
approved