login
A012924
exp(tan(x)+log(x+1))=1+2*x+3/2!*x^2+6/3!*x^3+21/4!*x^4+82/5!*x^5...
1
1, 2, 3, 6, 21, 82, 399, 2198, 13769, 96514, 741659, 6271430, 57131613, 564082066, 5940252647, 66977636630, 799946033937, 10133856674178, 135255348669235, 1901070660453382, 28024821142319397
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[Tan[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 04 2014 *)
CROSSREFS
Sequence in context: A292811 A025239 A127294 * A024485 A013155 A303224
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved