login
Expansion of tan(tanh(x)/cos(x)).
2

%I #14 Nov 28 2024 03:31:54

%S 1,3,57,1995,128881,12775059,1796958633,342118793307,84276974508769,

%T 26141579246291235,9956883572644073241,4570240365824839488747,

%U 2487549038143714062879313,1584207614996350912703688627

%N Expansion of tan(tanh(x)/cos(x)).

%F a(n) ~ c * d^n * n^(2*n + 3/2), where d = 0.491131788453837761770391039276... and c = 3.6558020994214430118438069889... - _Vaclav Kotesovec_, Nov 27 2024

%t With[{nn=30},Take[CoefficientList[Series[Tan[Tanh[x]/Cos[x]],{x,0,nn}],x] Range[0,nn-1]!,{2,-1,2}]] (* _Harvey P. Dale_, Dec 15 2014 *)

%K nonn

%O 0,2

%A _R. H. Hardin_

%E Extended and signs tested Mar 15 1997 by _Olivier GĂ©rard_.

%E Prior Mathematica program replaced by _Harvey P. Dale_, Dec 15 2014