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

A012936
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...
0
1, 2, 4, 9, 24, 89, 438, 2527, 16072, 111257, 851866, 7138923, 65286276, 641779181, 6769229670, 76040241775, 908362886512, 11481062493713, 153172480730482, 2149793170916115, 31664861861245692
OFFSET
0,2
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tan[x]+Sin[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 01 2016 *)
CROSSREFS
Sequence in context: A006406 A097656 A324148 * A013091 A013168 A013183
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 01 2016
STATUS
approved