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

A009813
Expansion of tanh(tan(x))/cos(x).
0
1, 3, 17, 147, 3265, 248259, 25402769, 2697740307, 299763466753, 36321927229443, 5149754111041937, 933794260030934547, 223162280662322953153, 65749433548871560459971
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[Tan[x]]/Cos[x], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Aug 15 2021 *)
CROSSREFS
Sequence in context: A052807 A080253 A234289 * A319946 A213507 A305471
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
Prior Mathematica program replaced by Harvey P. Dale, Aug 15 2021
STATUS
approved