login
A013312
tan(exp(x)-cos(x)) = x + 2/2!*x^2 + 3/3!*x^3 + 24/4!*x^4 + 157/5!*x^5...
0
0, 1, 2, 3, 24, 157, 962, 8575, 88816, 948025, 11551682, 158525499, 2329270152, 37012621141, 638280394754, 11767984017847, 230953513192672, 4823470878737521, 106685348433700994, 2489115873636707187
OFFSET
0,3
FORMULA
a(n) ~ n! / ((exp(r) + sin(r)) * r^(n+1)), where r = 0.814158996828781376878265969211452855533947645871032054776582... is the root of the equation exp(r)-cos(r) = Pi/2. - Vaclav Kotesovec, Feb 06 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Tan[Exp[x]-Cos[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Nov 24 2011 *)
CROSSREFS
Sequence in context: A353165 A003221 A359951 * A013318 A374858 A372737
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved