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

A013139
sec(tanh(x)+tan(x))=1+4/2!*x^2+80/4!*x^4+4288/6!*x^6+426240/8!*x^8...
0
1, 4, 80, 4288, 426240, 67920896, 15873495040, 5113806962688, 2172417489305600, 1176644688113041408, 791421023406538096640, 647183647775891247857664, 632330839348840678513704960
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Tanh[x]+Tan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Feb 21 2023 *)
CROSSREFS
Sequence in context: A012922 A013090 A012042 * A013007 A013008 A013180
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved