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

A009529
Sin(tanh(x)*tan(x))/2 = Sum a(n)*x^(4*n+2)/(4*n+2)!.
0
1, -4, -79664, -627244864, -10054978651904, -281464457981584384, -9106562752258155720704, 743620567656757236530855936, 627496952440053395297142177857536
OFFSET
0,2
EXAMPLE
sin(tanh(x)*tan(x))/2 = (1/2)*x^2 - (1/180)*x^6 - (4979/226800)*x^10 - (9800701/1362160800)*x^14 - (39277260359/
25009272288000)*x^18 + ..., and (say) -(4979/226800)*10! = -79664 = a(2).
MATHEMATICA
Sin[ Tanh[ x ]*Tan[ x ] ]/2 (* [ x^(4n+2) ] *)
CROSSREFS
Cf. A012667.
Sequence in context: A257769 A370683 A066544 * A339450 A273231 A360760
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Edited by N. J. A. Sloane, Apr 02 2017
STATUS
approved