Circle-Packings/fractal_dimension/Bipyramid Coordinates.nb
2021-07-08 15:20:11 -04:00

35449 lines
1.1 MiB

(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 12.3' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 158, 7]
NotebookDataLength[ 1188486, 35441]
NotebookOptionsPosition[ 1187291, 35415]
NotebookOutlinePosition[ 1187682, 35431]
CellTagsIndexPosition[ 1187639, 35428]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{"n", "=", "20"}], "\[IndentingNewLine]",
RowBox[{"gram", "=",
RowBox[{
RowBox[{"IdentityMatrix", "[",
RowBox[{
RowBox[{"3", "n"}], "+", "2"}], "]"}], "//",
"MatrixForm"}]}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "=",
RowBox[{
RowBox[{"ConstantArray", "[",
RowBox[{"0", ",",
RowBox[{"{",
RowBox[{"3", ",",
RowBox[{
RowBox[{"3", "n"}], "+", "2"}]}], "}"}]}], "]"}], "//",
"MatrixForm"}]}], "\n",
RowBox[{"(*",
RowBox[{
RowBox[{"Order", " ", "is", " ", "X"}], ",", " ", "Y", ",", " ",
RowBox[{
RowBox[{
"R", "\[IndentingNewLine]", "unit", " ", "circle", " ", "passes", " ",
"through", " ", "the", " ", "centers", " ", "of", " ", "circles", " ",
"1"}], "-",
RowBox[{"n", "\[IndentingNewLine]", "1"}], "-",
RowBox[{"n", " ", "ring", "\[IndentingNewLine]", "n"}], "+",
RowBox[{"1", " ", "inner", " ", "\[IndentingNewLine]", "n"}], "+",
RowBox[{"2", " ", "outer", "\[IndentingNewLine]", "n"}], "+", "3", "-",
RowBox[{"2", "n"}], "+",
RowBox[{
"2", " ", "inner", " ", "dualS", "\[IndentingNewLine]", "2", "n"}], "+",
"3", "-",
RowBox[{"3", "n"}], "+",
RowBox[{"2", " ", "outer", " ", "dual"}]}]}], "*)"}]}], "\n",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Cos", "[",
RowBox[{"2", "Pi", "*",
RowBox[{"i", "/", "n"}]}], "]"}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Sin", "[",
RowBox[{"2", "Pi", "*",
RowBox[{"i", "/", "n"}]}], "]"}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}], "]"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"n", "+", "1"}]}], "]"}], "]"}], "=",
RowBox[{"1", "-",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"n", "+", "2"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}], "\[IndentingNewLine]",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Cos", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+", "n", "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "-",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}]}],
"]"}], "\[IndentingNewLine]",
RowBox[{"For", "[",
RowBox[{
RowBox[{"i", "=", "0"}], ",",
RowBox[{"i", "<", "n"}], ",",
RowBox[{"i", "++"}], ",",
RowBox[{
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Cos", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"2", " ", "i"}], "+", "1"}], ")"}],
RowBox[{"Pi", "/", "n"}]}], "]"}]}]}], ";",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",",
RowBox[{"i", "+",
RowBox[{"2", "n"}], "+", "3"}]}], "]"}], "]"}], "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
RowBox[{"Pi", "/", "n"}], "]"}], "+",
RowBox[{"Tan", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}], ")"}],
RowBox[{"Sin", "[",
RowBox[{"Pi", "/", "n"}], "]"}]}]}]}]}],
"]"}], "\[IndentingNewLine]",
RowBox[{"Graphics", "[",
RowBox[{"{",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Circle", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1", ",", "i"}], "]"}], "]"}], ",",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "2", ",", "i"}], "]"}], "]"}]}], "}"}], ",",
RowBox[{"Abs", "[",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "3", ",", "i"}], "]"}], "]"}], "]"}]}], "]"}],
",",
RowBox[{"{",
RowBox[{"i", ",",
RowBox[{"Length", "[",
RowBox[{"regularcoords", "[",
RowBox[{"[",
RowBox[{"1", ",", "1"}], "]"}], "]"}], "]"}]}], "}"}]}], "]"}],
"}"}], "]"}]}], "Input",
CellChangeTimes->{{3.83449323929599*^9, 3.834493249900744*^9}, {
3.834520365947041*^9, 3.834520390639029*^9}, {3.83476054390351*^9,
3.834760650335586*^9}, {3.8347607951221237`*^9,
3.834760798594076*^9}},ExpressionUUID->"0f4b8f1d-84c6-415b-a3e5-\
51d504112893"],
Cell[BoxData["20"], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.8347606511051598`*^9},
CellLabel->
"Out[729]=",ExpressionUUID->"7f374c60-9708-473e-8502-19ceef19274d"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "1",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"1", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "1", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "1", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "1", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "1", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "1"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.8347606511515417`*^9},
CellLabel->
"Out[730]//MatrixForm=",ExpressionUUID->"19e87388-89aa-47b2-84f1-\
88155c346f00"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"},
{"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0",
"0", "0", "0", "0", "0", "0"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.8347606511670513`*^9},
CellLabel->
"Out[731]//MatrixForm=",ExpressionUUID->"9b6966c0-ec5e-42c6-94ee-\
cc907df3fdeb"],
Cell[BoxData[
RowBox[{"1", "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.834760651174362*^9},
CellLabel->
"Out[733]=",ExpressionUUID->"585c22b9-c341-4259-b9f3-301c2c5551d2"],
Cell[BoxData[
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.834760651180214*^9},
CellLabel->
"Out[734]=",ExpressionUUID->"0cc917b2-12bf-42c2-a17e-cfbdd9cf7f25"],
Cell[BoxData[
GraphicsBox[{
CircleBox[{1, 0}, NCache[Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^Rational[1, 2],
Rational[1, 4] (-1 + 5^Rational[1, 2])}, {0.9510565162951535,
0.30901699437494745`}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (1 + 5^Rational[1, 2]), (Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {0.8090169943749475,
0.5877852522924731}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2], Rational[1, 4] (1 + 5^Rational[1, 2])}, {
0.5877852522924731, 0.8090169943749475}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (-1 + 5^Rational[1, 2]), (Rational[5, 8] +
Rational[1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {
0.30901699437494745`, 0.9510565162951535}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[{0, 1}, NCache[Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (1 - 5^Rational[1, 2]), (Rational[5, 8] +
Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.30901699437494745`, 0.9510565162951535}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2],
Rational[1, 4] (1 + 5^Rational[1, 2])}, {-0.5877852522924731,
0.8090169943749475}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (-1 - 5^Rational[1, 2]), (Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.8090169943749475, 0.5877852522924731}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2],
Rational[1, 4] (-1 + 5^Rational[1, 2])}, {-0.9510565162951535,
0.30901699437494745`}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[{-1, 0}, NCache[Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2],
Rational[1, 4] (1 - 5^
Rational[1, 2])}, {-0.9510565162951535, -0.30901699437494745`}],
NCache[Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (-1 - 5^
Rational[1, 2]), -(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.8090169943749475, -0.5877852522924731}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{-(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2],
Rational[1, 4] (-1 - 5^
Rational[1, 2])}, {-0.5877852522924731, -0.8090169943749475}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (1 - 5^
Rational[1, 2]), -(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {-0.30901699437494745`, -0.9510565162951535}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[{0, -1}, NCache[Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (-1 +
5^Rational[1, 2]), -(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^
Rational[1, 2]}, {0.30901699437494745`, -0.9510565162951535}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[-1, 8] 5^Rational[1, 2])^
Rational[1, 2], Rational[1, 4] (-1 - 5^Rational[1, 2])}, {
0.5877852522924731, -0.8090169943749475}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{Rational[1, 4] (1 +
5^Rational[1, 2]), -(Rational[5, 8] +
Rational[-1, 8] 5^Rational[1, 2])^Rational[1, 2]}, {
0.8090169943749475, -0.5877852522924731}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[
NCache[{(Rational[5, 8] + Rational[1, 8] 5^Rational[1, 2])^Rational[1, 2],
Rational[1, 4] (1 - 5^Rational[1, 2])}, {
0.9510565162951535, -0.30901699437494745`}], NCache[
Sin[Rational[1, 20] Pi], 0.15643446504023087`]],
CircleBox[{0, 0}, NCache[1 - Sin[Rational[1, 20] Pi], 0.8435655349597692]],
CircleBox[{0, 0}, NCache[1 + Sin[Rational[1, 20] Pi], 1.156434465040231]],
CircleBox[
NCache[{Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.8435655349597692, 0.13360765513167108`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.7609914629312221, 0.38774451721145387`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.603926244371672, 0.603926244371672}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.38774451721145387`, 0.7609914629312221}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.13360765513167108`, 0.8435655349597692}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.13360765513167108`, 0.8435655349597692}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.38774451721145387`, 0.7609914629312221}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.603926244371672, 0.603926244371672}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.7609914629312221, 0.38774451721145387`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]),
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.8435655349597692, 0.13360765513167108`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.8435655349597692, -0.13360765513167108`}],
NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.7609914629312221, -0.38774451721145387`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] -
Tan[Rational[1, 20] Pi])}, {-0.603926244371672, -0.603926244371672}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.38774451721145387`, -0.7609914629312221}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{-Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {-0.13360765513167108`, -0.8435655349597692}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.13360765513167108`, -0.8435655349597692}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.38774451721145387`, -0.7609914629312221}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] -
Tan[Rational[1, 20] Pi])}, {0.603926244371672, -0.603926244371672}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.7609914629312221, -0.38774451721145387`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), -
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi])}, {0.8435655349597692, -0.13360765513167108`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] - Tan[
Rational[1, 20] Pi]), 0.13360765513167108`]],
CircleBox[
NCache[{Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {1.1564344650402307`,
0.18316122551740147`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {1.0432346022493921`, 0.5315545796392631}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {0.8279156679475033, 0.8279156679475033}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {0.5315545796392631, 1.0432346022493921`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {0.18316122551740147`,
1.1564344650402307`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-0.18316122551740147`,
1.1564344650402307`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-0.5315545796392631, 1.0432346022493921`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-0.8279156679475033, 0.8279156679475033}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-1.0432346022493921`, 0.5315545796392631}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]),
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-1.1564344650402307`,
0.18316122551740147`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20]
Pi])}, {-1.1564344650402307`, -0.18316122551740147`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20]
Pi])}, {-1.0432346022493921`, -0.5315545796392631}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {-0.8279156679475033, -0.8279156679475033}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20]
Pi])}, {-0.5315545796392631, -1.0432346022493921`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{-Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20]
Pi])}, {-0.18316122551740147`, -1.1564344650402307`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {
0.18316122551740147`, -1.1564344650402307`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {0.5315545796392631, -1.0432346022493921`}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -2^Rational[-1, 2] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {0.8279156679475033, -0.8279156679475033}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Cos[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Sin[Rational[3, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {1.0432346022493921`, -0.5315545796392631}],
NCache[Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]],
CircleBox[
NCache[{Cos[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), -
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi])}, {
1.1564344650402307`, -0.18316122551740147`}], NCache[
Sin[Rational[1, 20] Pi] (Sec[Rational[1, 20] Pi] +
Tan[Rational[1, 20] Pi]), 0.18316122551740147`]]},
ImageSize->{1059.1287841796875`, Automatic}]], "Output",
CellChangeTimes->{
3.8344931666005983`*^9, {3.8344932407624187`*^9, 3.834493250317463*^9}, {
3.834520366912965*^9, 3.834520391090468*^9}, {3.834760545923839*^9,
3.834760572895718*^9}, {3.834760604977359*^9, 3.834760609778987*^9},
3.834760651194612*^9},
CellLabel->
"Out[737]=",ExpressionUUID->"34ab9651-6fa0-400b-94c2-c755561cb33d"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData["regularcoords"], "Input",
CellChangeTimes->{{3.834493173828258*^9, 3.83449317728242*^9}},
CellLabel->
"In[267]:=",ExpressionUUID->"6eb74dbe-64fd-4b09-897e-8c8deaa35f44"],
Cell[BoxData[
TagBox[
RowBox[{"(", "\[NoBreak]", GridBox[{
{"1",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}], "0",
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-", "1"}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}]}], "0",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}], "0", "0",
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}]},
{"0",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}], "1",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}],
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "+",
SqrtBox["5"]}], ")"}]}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}], "0",
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-", "1"}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "+",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "1"}], "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"28", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"26", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
SqrtBox[
RowBox[{
FractionBox["5", "8"], "-",
FractionBox[
SqrtBox["5"], "8"]}]]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"24", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"22", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"18", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"16", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"14", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{
FractionBox["1", "4"], " ",
RowBox[{"(",
RowBox[{"1", "-",
SqrtBox["5"]}], ")"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"12", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"8", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"6", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "25"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"4", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "50"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"2", " ", "\[Pi]"}], "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "250"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "125"], "]"}]}],
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "250"], "]"}]}], "0", "0",
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Cos", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{"-",
FractionBox[
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
SqrtBox["2"]]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"123", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"121", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"119", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"117", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"113", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"111", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"109", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"107", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"103", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"101", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"99", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"97", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"93", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"91", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"89", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"87", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"83", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"81", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"79", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"77", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"73", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"71", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"69", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"67", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"63", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"61", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"59", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"57", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"53", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"51", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"49", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"47", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"43", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"41", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"39", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"37", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"33", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"31", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"29", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"27", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "20"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"23", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"21", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"19", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"17", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"13", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"11", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"9", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"7", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "100"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox[
RowBox[{"3", " ", "\[Pi]"}], "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}]},
{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}],
RowBox[{"1", "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
RowBox[{
RowBox[{"-", "1"}], "-",
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "-",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}],
RowBox[{
RowBox[{"Sin", "[",
FractionBox["\[Pi]", "500"], "]"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"Sec", "[",
FractionBox["\[Pi]", "500"], "]"}], "+",
RowBox[{"Tan", "[",
FractionBox["\[Pi]", "500"], "]"}]}], ")"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}], "\[NoBreak]", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]], "Output",
CellChangeTimes->{3.834493177658388*^9, 3.834520413332355*^9},
CellLabel->
"Out[267]//MatrixForm=",ExpressionUUID->"c0e5424f-4ff3-4f97-a843-\
0e51ead1118e"]
}, Open ]]
},
WindowSize->{1304, 747},
WindowMargins->{{4, Automatic}, {Automatic, 4}},
FrontEndVersion->"12.3 for Mac OS X x86 (64-bit) (May 11, 2021)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"6041ecf9-0826-4bf6-a1d4-51e22551d8c5"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[580, 22, 7523, 229, 472, "Input",ExpressionUUID->"0f4b8f1d-84c6-415b-a3e5-51d504112893"],
Cell[8106, 253, 381, 7, 34, "Output",ExpressionUUID->"7f374c60-9708-473e-8502-19ceef19274d"],
Cell[8490, 262, 22204, 331, 1080, "Output",ExpressionUUID->"19e87388-89aa-47b2-84f1-88155c346f00"],
Cell[30697, 595, 1849, 36, 76, "Output",ExpressionUUID->"9b6966c0-ec5e-42c6-94ee-cc907df3fdeb"],
Cell[32549, 633, 457, 10, 48, "Output",ExpressionUUID->"585c22b9-c341-4259-b9f3-301c2c5551d2"],
Cell[33009, 645, 475, 11, 48, "Output",ExpressionUUID->"0cc917b2-12bf-42c2-a17e-cfbdd9cf7f25"],
Cell[33487, 658, 19856, 387, 1097, "Output",ExpressionUUID->"34ab9651-6fa0-400b-94c2-c755561cb33d"]
}, Open ]],
Cell[CellGroupData[{
Cell[53380, 1050, 187, 3, 30, "Input",ExpressionUUID->"6eb74dbe-64fd-4b09-897e-8c8deaa35f44"],
Cell[53570, 1055, 1133705, 34357, 122, "Output",ExpressionUUID->"c0e5424f-4ff3-4f97-a843-0e51ead1118e"]
}, Open ]]
}
]
*)