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

A012983
sec(arctan(x)+sin(x))=1+4/2!*x^2+56/4!*x^4+1894/6!*x^6+117288/8!*x^8...
0
1, 4, 56, 1894, 117288, 11804634, 1728907572, 351044605734, 93615747164592, 31926736599252978, 13490290255530367052, 6942626443208363650846, 4262966686937642406398792, 3085748295626999896052048426
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[ArcTan[x]+Sin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Feb 10 2019 *)
CROSSREFS
Sequence in context: A013055 A243486 A322733 * A012959 A013113 A009105
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved