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

A009372
Expansion of log(1+tan(x))/cos(x).
0
0, 1, -1, 7, -20, 145, -781, 6711, -55040, 578465, -6372241, 81400295, -1118247140, 17017477425, -278763221101, 4944906503959, -93847119338720, 1903841305391425, -41033336868850561, 937270802152757703
OFFSET
0,4
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) * 2^(2*n+1/2) / Pi^n. - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Log[ 1+Tan[ x ]]/Cos[ x ]
CoefficientList[Series[Log[1 + Tan[x]]*Sec[x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A009370 A299091 A299873 * A051102 A299009 A299800
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved