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

A012148
sec(tan(sin(x)))=1+1/2!*x^2+9/4!*x^4+153/6!*x^6+4337/8!*x^8...
0
1, 1, 9, 153, 4337, 188049, 11533497, 947095529, 100391885153, 13337306468001, 2164609458010345, 420395208704497849, 96150102074339268945, 25560738902667056074801, 7807205800461246020523161, 2710746396065167779192263433, 1059485323408621763305666629825
OFFSET
0,3
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sec[Tan[Sin[x]]], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 23 2011 *)
CROSSREFS
Sequence in context: A113391 A045755 A009037 * A193540 A193543 A374854
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Dec 23 2011
STATUS
approved