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

A024338
Expansion of log(1+x)*log(1+tan(x))/2.
0
0, 0, 1, -3, 15, -80, 542, -4158, 37228, -374592, 4237120, -53017712, 729890528, -10957004864, 178355968576, -3129133077376, 58889303575296, -1183497066823680, 25300855990394880, -573326855846475776
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Log[1+x]Log[1+Tan[x]]/2, {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 27 2011 *)
CROSSREFS
Cf. A009422.
Sequence in context: A093889 A369085 A020044 * A253774 A003448 A229841
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs, Mar 1997
STATUS
approved