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

A009701
Expansion of e.g.f. tan(tan(x))/cos(x), odd powers only.
1
1, 7, 137, 5535, 386481, 41604055, 6390472441, 1326107352879, 357130810766305, 121056393177867303, 50420813008501457897, 25307979564532627724095, 15065045963101006722139793
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 4 * (2*n+1)! / (sqrt(4+Pi^2) * (arctan(Pi/2))^(2*n+2)). - Vaclav Kotesovec, Apr 20 2014
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Tan[x]]/Cos[x], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Aug 25 2013 *)
CROSSREFS
Sequence in context: A100520 A221342 A221298 * A120052 A171106 A217504
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
Prior Mathematica program deleted by Harvey P. Dale, Aug 25 2013
Clarified definition - Joerg Arndt, Feb 09 2014
STATUS
approved