The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A012769 tan(cosh(x)*arctan(x))=x+3/3!*x^3+45/5!*x^5+1071/7!*x^7+69177/9!*x^9... 1
1, 3, 45, 1071, 69177, 3986939, 609782693, 60159520487, 18315680711153, 2425226987446387, 1432393396034388637, 194035475753231168543, 248503763037617443112745, 18849742079674987910368107 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Note that a(15) is negative. - Vaclav Kotesovec, Feb 07 2015
LINKS
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[ArcTan[x]*Cosh[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 07 2015 *)
CROSSREFS
Sequence in context: A171080 A188681 A012827 * A302106 A361046 A241242
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 May 14 07:09 EDT 2024. Contains 372530 sequences. (Running on oeis4.)