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

A012948
Expansion of e.g.f.: exp(tan(x)+arcsin(x))=1+2*x+4/2!*x^2+11/3!*x^3+40/4!*x^4+177/5!*x^5...
0
1, 2, 4, 11, 40, 177, 934, 5665, 39064, 301209, 2572314, 24156365, 247234332, 2751134557, 33003190406, 426920246945, 5905698391952, 87530592395793, 1378247307547506, 23127717388170197, 409930747848171812
OFFSET
0,2
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tan[x]+ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 31 2019 *)
CROSSREFS
Sequence in context: A013044 A110577 A335441 * A013182 A013170 A094762
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Mar 31 2019
STATUS
approved