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

A012799
sec(sec(x)*tan(x))=1+1/2!*x^2+25/4!*x^4+1177/6!*x^6+98705/8!*x^8...
0
1, 1, 25, 1177, 98705, 13250769, 2607761385, 707007382057, 252591724020385, 115013019820614177, 65019184411131252025, 44683093185748102178361, 36687179790948560158256945, 35468646820376578609567141873
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Sec[x]Tan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 11 2023 *)
CROSSREFS
Sequence in context: A123204 A012508 A112102 * A120694 A012809 A014769
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved