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!)
A012461 sinh(arctan(x)*arctan(x))=2/2!*x^2-16/4!*x^4+488/6!*x^6-30336/8!*x^8... 1
0, 2, -16, 488, -30336, 3061152, -450481920, 90676698240, -23889578496000, 7972943138664960, -3286129765438771200, 1638857583672607549440, -972524875970827007262720, 677113960144029088030433280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Sinh[ArcTan[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
CROSSREFS
Sequence in context: A201383 A354279 A306816 * A012458 A012171 A068472
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 08 2015
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 23 13:04 EDT 2024. Contains 371913 sequences. (Running on oeis4.)