login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A012667 Expansion of sin(tanh(x)*tan(x)). 2
2, -8, -159328, -1254489728, -20109957303808, -562928915963168768, -18213125504516311441408, 1487241135313514473061711872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)