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”).
%I #12 May 14 2022 20:02:36
%S 0,1,-1,5,-12,49,-225,1133,-8176,61665,-567225,5701365,-62634924,
%T 755601105,-9768453513,136547354973,-2041147352640,32565339301569,
%U -552510593169489,9924462641102181,-188278493388946860,3759992000006225265
%N Expansion of e.g.f.: log(1+x)/cos(sin(x)).
%t With[{nn=30},CoefficientList[Series[Log[1+x]/Cos[Sin[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, May 14 2022 *)
%K sign,easy
%O 0,4
%A _R. H. Hardin_
%E Extended with signs by _Olivier Gérard_, Mar 15 1997
%E Definition clarified and prior Mathematica program replaced by _Harvey P. Dale_, May 14 2022