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!)
A012824 tan(sec(x)*arcsinh(x))=x+4/3!*x^3+80/5!*x^5+3176/7!*x^7+240128/9!*x^9... 1
1, 4, 80, 3176, 240128, 26523264, 4329123968, 926411177472, 262606340440064, 92031599216406528, 40177149524079247360, 20888461815920151461888, 13005071730835628127846400, 9394925108531366128729587712 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 4 * cos(r) * (2*n+1)! / ((2/sqrt(1+r^2) + Pi*sin(r)) * r^(2*n+2)), where r = 0.9838660479616109267190065546103701708288146085255331828633... is the root of the equation sec(r)*arcsinh(r) = Pi/2. - Vaclav Kotesovec, Feb 07 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[ArcSinh[x]*Sec[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: A057875 A187543 A268734 * A012057 A214298 A102063
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)