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

A009378
Expansion of log(1+tan(x)*sinh(x)).
1
0, 2, 0, 22, 280, 5402, 515460, 11703382, 2688141040, 146635350962, 34251754225020, 4629204580980142, 993794187704175400, 265705552906954222922, 63184407507496166760180
OFFSET
0,2
FORMULA
a(n) ~ (2*n)! * 4^n / (n * Pi^(2*n)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Log[ 1+Tan[ x ]*Sinh[ x ] ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Log[1 + Sinh[x]*Tan[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A293938 A254042 A368014 * A106708 A138551 A133490
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
STATUS
approved