login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A012342
tan(arcsin(x)*arcsin(x))=2/2!*x^2+8/4!*x^4+368/6!*x^6+18048/8!*x^8...
1
0, 2, 8, 368, 18048, 1827072, 253363200, 50403563520, 13158813696000, 4414765984972800, 1841972633056051200, 936689336904269168640, 569861032837432328847360, 408713488929007199437455360
OFFSET
0,2
FORMULA
a(n) ~ sqrt(2) * cos(sqrt(Pi/2)) * (2*n)! / (sqrt(Pi) * (sin(sqrt(Pi/2)))^(2*n+1)). - Vaclav Kotesovec, Feb 06 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[ArcSin[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 06 2015 *)
CROSSREFS
Sequence in context: A009489 A102597 A009836 * A012348 A219994 A014185
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 06 2015
STATUS
approved