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

A009479
Expansion of sin(sin(x))/cos(x).
0
1, 1, 17, 201, 7041, 291025, 18979729, 1597285977, 176766161281, 24470008076193, 4166922390589073, 854427257015747305, 207778779976099167233, 59114568337761907619441
OFFSET
0,3
MATHEMATICA
Take[With[{nn=40}, CoefficientList[Series[Sin[Sin[x]]/Cos[x], {x, 0, nn}], x]Range[0, nn-1]!], {2, -1, 2}] (* Harvey P. Dale, Sep 18 2011 *)
CROSSREFS
Sequence in context: A166216 A021134 A065895 * A279448 A017897 A016311
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
STATUS
approved