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

A012667
Expansion of sin(tanh(x)*tan(x)).
2
2, -8, -159328, -1254489728, -20109957303808, -562928915963168768, -18213125504516311441408, 1487241135313514473061711872
OFFSET
0,1
FORMULA
G.f.: sin(tanh(x)*tan(x)).
(* [ x^(4n+2) ] *)
EXAMPLE
sin(tanh(x)*tan(x)) = 2/2!*x^2-8/6!*x^6-159328/10!*x^10...
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tanh[x]Tan[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Sep 16 2023 *)
CROSSREFS
Sequence in context: A081979 A012672 A024340 * A124075 A260548 A019315
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Corrected by and prior Mathematica program replaced by Harvey P. Dale, Sep 16 2023
STATUS
approved