Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 May 01 2016 15:12:23
%S 1,2,4,9,24,89,438,2527,16072,111257,851866,7138923,65286276,
%T 641779181,6769229670,76040241775,908362886512,11481062493713,
%U 153172480730482,2149793170916115,31664861861245692
%N Expansion of e.g.f.: exp(tan(x)+sin(x))=1+2*x+4/2!*x^2+9/3!*x^3+24/4!*x^4+89/5!*x^5...
%t With[{nn=30},CoefficientList[Series[Exp[Tan[x]+Sin[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, May 01 2016 *)
%K nonn
%O 0,2
%A Patrick Demichel (patrick.demichel(AT)hp.com)
%E Definition clarified by _Harvey P. Dale_, May 01 2016