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

A012928
Expansion of e.g.f.: cos(tan(x)+log(x+1))=1-4/2!*x^2+6/3!*x^3-19/4!*x^4+20/5!*x^5...
0
1, 0, -4, 6, -19, 20, 26, -1218, 13021, -123624, 1277216, -12476530, 142470545, -1576920228, 20310039174, -259802497290, 3783797829145, -55910099232336, 917432601399236, -15504261990312618, 284553809208217365
OFFSET
0,3
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Cos[Tan[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 09 2015 *)
CROSSREFS
Sequence in context: A196570 A274992 A317584 * A013160 A153777 A034189
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Aug 09 2015
STATUS
approved