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!)
A012177 tan(tan(arctanh(x)))=x+6/3!*x^3+176/5!*x^5+11792/7!*x^7... 1
1, 6, 176, 11792, 1399808, 258010112, 68048472064, 24288413734912, 11265869660880896, 6584336654436794368, 4732528038730841194496, 4101916559962554300891136, 4218542156655644369974460416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 8*(2*n+1)! / ((4+Pi^2) * cosh(arctan(Pi/2))^2 * tanh(arctan(Pi/2))^(2*n+2)). - Vaclav Kotesovec, Feb 06 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[Tan[ArcTanh[x]]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 06 2015 *)
CROSSREFS
Sequence in context: A071095 A134632 A024277 * A012227 A012152 A165928
KEYWORD
nonn
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)