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!)
A012637 tan(arcsinh(x)*cos(x))=x-2/3!*x^3-40/5!*x^5+824/7!*x^7+34880/9!*x^9... 0
1, -2, -40, 824, 34880, -3510784, -105236352, 50170105088, -740139765760, -1822790066204672, 239991990818783232, 116554901577925656576, -41369324496338787860480, -15006195846954859719360512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (-1)^n * cosh(1) * 2^(2*n+2) * n^(2*n) / ((cosh(Pi*cosh(1))+1) * exp(2*n)). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
Table[n!*SeriesCoefficient[Tan[ArcSinh[x]*Cos[x]], {x, 0, n}], {n, 1, 41, 2}] (* Vaclav Kotesovec, Nov 01 2013 *)
With[{nn=30}, Take[CoefficientList[Series[Tan[ArcSinh[x]Cos[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Sep 05 2015 *)
CROSSREFS
Sequence in context: A279214 A264716 A264713 * A127429 A322179 A012834
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)