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

A009408
Expansion of log(1+x)*cos(tan(x)).
0
0, 1, -1, -1, 0, -31, 75, -953, 3976, -41631, 255375, -2595825, 21904344, -229744191, 2548875147, -28954555113, 403320390960, -5182050779583, 86114063275263, -1283638256263905, 24297343149251280, -420632032451656671
OFFSET
0,6
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) * cos(tan(1)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Log[1+x]Cos[Tan[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 11 2012 *)
CROSSREFS
Sequence in context: A130468 A068917 A317053 * A165615 A142408 A246929
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved