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

A009719
Expansion of tan(tanh(x))/cos(x).
0
1, 3, 17, 371, 11329, 398211, 31717649, 2487281075, 257775723265, 40422383525763, 6249491749613201, 1324448178268807283, 327217658581539104833, 91010297536273890164739, 29953128179590939779490961, 11561544419017955546723388851
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Tanh[x]]/Cos[x], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 08 2012 *)
CROSSREFS
Sequence in context: A144033 A349643 A098138 * A332758 A023150 A257116
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
More terms from Harvey P. Dale, Oct 08 2012
STATUS
approved