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

A012891
Expansion of e.g.f.: cos(sin(x)+log(x+1))=1-4/2!*x^2+6/3!*x^3+5/4!*x^4-10/5!*x^5...
0
1, 0, -4, 6, 5, -10, -124, 357, 1765, -20052, 192746, -2608045, 36156029, -495945762, 7131236628, -108900686685, 1754698305289, -29762316131304, 531245939638022, -9965541871978821, 196101116893487289
OFFSET
0,3
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Cos[Sin[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Apr 23 2020 *)
CROSSREFS
Sequence in context: A375318 A258827 A347092 * A013074 A140384 A274929
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Apr 23 2020
STATUS
approved