Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

A (one dimensional) cellular automaton is a function1 F : Σ → Σ with the property that there is a K > 0 such that F (x)i depends only on the 2K + 1 coordinates xi−K , xi−K+1, . . . , xi−1, xi, xi+1, . . . , xi+K . A periodic point of σ is any x such that σ^p (x) = x for some p ∈ N, and a periodic point of F is any x such that F^q (x) = x for some q ∈ N. Given a cellular automaton F, a point x ∈ Σ is jointly periodic if there are p, q ∈ N such that σ^p (x) = F^q (x) = x, that is, it is a periodic point under both functions.

This project aims to explore the nature of one-dimensional Cellular Automata, in the hope of finding the structure of cellular automata through its periodic points.

2034 views
License: MIT
ubuntu2004
(* Content-type: application/vnd.wolfram.mathematica *)

(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)

(* CreatedBy='Mathematica 13.2' *)

(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[       158,          7]
NotebookDataLength[    202674,       5094]
NotebookOptionsPosition[    199005,       5024]
NotebookOutlinePosition[    199401,       5040]
CellTagsIndexPosition[    199358,       5037]
WindowFrame->Normal*)

(* Beginning of Notebook Content *)
Notebook[{

Cell[CellGroupData[{
Cell[BoxData[{
 RowBox[{
  RowBox[{"Needs", "[", "\"\<KlausSutner`Automata`\>\"", "]"}], 
  ";"}], "\[IndentingNewLine]", 
 RowBox[{"tab", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{
    RowBox[{"Table", "[", 
     RowBox[{
      RowBox[{"ClassifyCA", "[", 
       RowBox[{"CA", "[", 
        RowBox[{"6", ",", "2", ",", "r"}], "]"}], "]"}], ",", " ", 
      RowBox[{"{", 
       RowBox[{"r", ",", "0", ",", "16777216"}], "}"}]}], "]"}], ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", " ", "==", " ", "1"}]}]}], "]"}]}]}], "Input",
 CellChangeTimes->{{3.8902368739165783`*^9, 3.89023689735165*^9}},
 CellLabel->"In[4]:=",ExpressionUUID->"e2ced5c4-e9f3-4811-8c9a-912b67e959b7"],

Cell[BoxData[
 TemplateBox[{
  "ClassifyCA", "shdw", 
   "\"Symbol \\!\\(\\*RowBox[{\\\"\\\\\\\"ClassifyCA\\\\\\\"\\\"}]\\) appears \
in multiple contexts \\!\\(\\*RowBox[{\\\"{\\\", \
RowBox[{\\\"\\\\\\\"KlausSutner`Automata`Cellaut`\\\\\\\"\\\", \\\",\\\", \
\\\"\\\\\\\"Global`\\\\\\\"\\\"}], \\\"}\\\"}]\\); definitions in context \\!\
\\(\\*RowBox[{\\\"\\\\\\\"KlausSutner`Automata`Cellaut`\\\\\\\"\\\"}]\\) may \
shadow or be shadowed by other definitions.\"", 2, 4, 1, 26176908905994332146,
    "Local", "KlausSutner`Automata`Cellaut`ClassifyCA"},
  "MessageTemplate2"]], "Message", "MSG",
 CellChangeTimes->{3.890236899028207*^9},
 CellLabel->
  "During evaluation of \
In[4]:=",ExpressionUUID->"4849335f-622b-4891-815d-c9e732bb1c39"],

Cell[BoxData[
 TemplateBox[{
  "load", "success", 
   "\"Automata loaded, version \
\\!\\(\\*RowBox[{\\\"\\\\\\\"1.0.1\\\\\\\"\\\"}]\\), date \\!\\(\\*RowBox[{\\\
\"\\\\\\\"2022/08/19\\\\\\\"\\\"}]\\).\"", 2, 4, 2, 26176908905994332146, 
   "Local", "Global`load"},
  "MessageTemplate2"]], "Message", "MSG",
 CellChangeTimes->{3.8902368990396*^9},
 CellLabel->
  "During evaluation of \
In[4]:=",ExpressionUUID->"11755efb-e062-49e0-9054-8823f553898d"],

Cell[BoxData[
 RowBox[{"{", "}"}]], "Output",
 CellChangeTimes->{3.8902380198080072`*^9},
 CellLabel->"Out[5]=",ExpressionUUID->"31c2a489-04db-4005-a9d2-41d1947f620b"]
}, Open  ]],

Cell[BoxData[
 RowBox[{
  RowBox[{"Needs", "[", "\"\<KlausSutner`Automata`\>\"", "]"}], 
  ";"}]], "Input",
 CellLabel->"In[6]:=",ExpressionUUID->"2f7371bc-871f-418d-a043-4657543db384"],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"tab", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{
    RowBox[{"Table", "[", 
     RowBox[{
      RowBox[{"ClassifyCA", "[", 
       RowBox[{"CA", "[", 
        RowBox[{"6", ",", "2", ",", "r"}], "]"}], "]"}], ",", " ", 
      RowBox[{"{", 
       RowBox[{"r", ",", "0", ",", "16777216"}], "}"}]}], "]"}], ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", " ", "==", " ", "1"}]}]}], "]"}]}]], "Input",
 CellLabel->"In[7]:=",ExpressionUUID->"5a391080-e451-4e61-8581-60e73ac078e2"],

Cell[BoxData[
 RowBox[{"{", "}"}]], "Output",
 CellChangeTimes->{3.890383601432494*^9},
 CellLabel->"Out[7]=",ExpressionUUID->"651551c6-116c-4b38-8932-c2ef7abcb5a7"]
}, Open  ]],

Cell[BoxData[
 RowBox[{
  RowBox[{"Needs", "[", "\"\<KlausSutner`Automata`\>\"", "]"}], 
  ";"}]], "Input",
 CellChangeTimes->{{3.890815437585299*^9, 3.890815445204143*^9}, {
  3.8908155040309267`*^9, 3.890815504753502*^9}},
 CellLabel->"In[23]:=",ExpressionUUID->"0a645727-6c95-4fb6-8d38-e02ced33c2b4"],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"tab", " ", "=", " ", 
  RowBox[{"Table", "[", 
   RowBox[{
    RowBox[{"{", 
     RowBox[{"r", ",", 
      RowBox[{"ClassifyCA", "[", 
       RowBox[{"CA", "[", 
        RowBox[{"4", ",", "2", ",", "r"}], "]"}], "]"}]}], "}"}], ",", 
    RowBox[{"{", 
     RowBox[{"r", ",", "1000", ",", "10000"}], "}"}]}], "]"}]}]], "Input",
 CellChangeTimes->{{3.890815452443857*^9, 3.890815489385805*^9}, {
  3.890815522511897*^9, 3.890815542678739*^9}, {3.890815856040688*^9, 
  3.8908158607868013`*^9}, {3.890817926568659*^9, 3.890817926714048*^9}},
 CellLabel->"In[77]:=",ExpressionUUID->"66787afb-7717-49d6-9437-cd8af09817c2"],

Cell[BoxData[
 TemplateBox[<|"shortenedBoxes" -> TagBox[
     RowBox[{"{", 
       RowBox[{
         RowBox[{"{", 
           RowBox[{"1000", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1001", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1002", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1003", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1004", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1005", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1006", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1007", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1008", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1009", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1010", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1011", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1012", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1013", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1014", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1015", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1016", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1017", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1018", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1019", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1020", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1021", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1022", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1023", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1024", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1025", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1026", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1027", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1028", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1029", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1030", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1031", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1032", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1033", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1034", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1035", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1036", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1037", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1038", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1039", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1040", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1041", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1042", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1043", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1044", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1045", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1046", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1047", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1048", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1049", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1050", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1051", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1052", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1053", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1054", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1055", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1056", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1057", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1058", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1059", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1060", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1061", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1062", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1063", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1064", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1065", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1066", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1067", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1068", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1069", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1070", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1071", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1072", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1073", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1074", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1075", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1076", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1077", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1078", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1079", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1080", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1081", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1082", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1083", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1084", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1085", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1086", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1087", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1088", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1089", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1090", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1091", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1092", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1093", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1094", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1095", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1096", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1097", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1098", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1099", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1100", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1101", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1102", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1103", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1104", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1105", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1106", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1107", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1108", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1109", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1110", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1111", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1112", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1113", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1114", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1115", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1116", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1117", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1118", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1119", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1120", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1121", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1122", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1123", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1124", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1125", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1126", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1127", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1128", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1129", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1130", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1131", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1132", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1133", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1134", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1135", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1136", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1137", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1138", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1139", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1140", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1141", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1142", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1143", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1144", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1145", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1146", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1147", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1148", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1149", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1150", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1151", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1152", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1153", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1154", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1155", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1156", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1157", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1158", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1159", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1160", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1161", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1162", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1163", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1164", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1165", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1166", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1167", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1168", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1169", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1170", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1171", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1172", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1173", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1174", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1175", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1176", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1177", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1178", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1179", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1180", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1181", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1182", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1183", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1184", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1185", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1186", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1187", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1188", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1189", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1190", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1191", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1192", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1193", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1194", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1195", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1196", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1197", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1198", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1199", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1200", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1201", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1202", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1203", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1204", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1205", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1206", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1207", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1208", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1209", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1210", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1211", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1212", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1213", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1214", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1215", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1216", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1217", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1218", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1219", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1220", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1221", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1222", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1223", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1224", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1225", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1226", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1227", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1228", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1229", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1230", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1231", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1232", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1233", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1234", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1235", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1236", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1237", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1238", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1239", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1240", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1241", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1242", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1243", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1244", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1245", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1246", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1247", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1248", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1249", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1250", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1251", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1252", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1253", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1254", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1255", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1256", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1257", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1258", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1259", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1260", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1261", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1262", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1263", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1264", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1265", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1266", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1267", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1268", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1269", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1270", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1271", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1272", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1273", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1274", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1275", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1276", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1277", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1278", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1279", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1280", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1281", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1282", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1283", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1284", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1285", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1286", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1287", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1288", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1289", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1290", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1291", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1292", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1293", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1294", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1295", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1296", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1297", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1298", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1299", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1300", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1301", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1302", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1303", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1304", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1305", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1306", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1307", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1308", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1309", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1310", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1311", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1312", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1313", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1314", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1315", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1316", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1317", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1318", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1319", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1320", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1321", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1322", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1323", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1324", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1325", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1326", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1327", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1328", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1329", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1330", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1331", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1332", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1333", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1334", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1335", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1336", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1337", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1338", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1339", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1340", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1341", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1342", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1343", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1344", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1345", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1346", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1347", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1348", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1349", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1350", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1351", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1352", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1353", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1354", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1355", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1356", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1357", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1358", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1359", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1360", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1361", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1362", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1363", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1364", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1365", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1366", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1367", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1368", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1369", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1370", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1371", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1372", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1373", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1374", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1375", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1376", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1377", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1378", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1379", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1380", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1381", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1382", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1383", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1384", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1385", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1386", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1387", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1388", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1389", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1390", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1391", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1392", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1393", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1394", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1395", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1396", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1397", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1398", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1399", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1400", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1401", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1402", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1403", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1404", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1405", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1406", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1407", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1408", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1409", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1410", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1411", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1412", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1413", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1414", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1415", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1416", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1417", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1418", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1419", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1420", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1421", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1422", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1423", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1424", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1425", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1426", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1427", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1428", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1429", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1430", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1431", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1432", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1433", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1434", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1435", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1436", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1437", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1438", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1439", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1440", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1441", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1442", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1443", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1444", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1445", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1446", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1447", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1448", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1449", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1450", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1451", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1452", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1453", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1454", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1455", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1456", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1457", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1458", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1459", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1460", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1461", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1462", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1463", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1464", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1465", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1466", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1467", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1468", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1469", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1470", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1471", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1472", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1473", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1474", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1475", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1476", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1477", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1478", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1479", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1480", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1481", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1482", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1483", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1484", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1485", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1486", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1487", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1488", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1489", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1490", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1491", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1492", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1493", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1494", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1495", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1496", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1497", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1498", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1499", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1500", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1501", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1502", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1503", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1504", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1505", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1506", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1507", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1508", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1509", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1510", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1511", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1512", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1513", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1514", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1515", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1516", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1517", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1518", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1519", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1520", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1521", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1522", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1523", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1524", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1525", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1526", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1527", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1528", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1529", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1530", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1531", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1532", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1533", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1534", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1535", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1536", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1537", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1538", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1539", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1540", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1541", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1542", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1543", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1544", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1545", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1546", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1547", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1548", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1549", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1550", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1551", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1552", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1553", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1554", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1555", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1556", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1557", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1558", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1559", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1560", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1561", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1562", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1563", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1564", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1565", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1566", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1567", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1568", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1569", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1570", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1571", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1572", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1573", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1574", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1575", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1576", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1577", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1578", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1579", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1580", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1581", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1582", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1583", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1584", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1585", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1586", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1587", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1588", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1589", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1590", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1591", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1592", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1593", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1594", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1595", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1596", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1597", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1598", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1599", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1600", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1601", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1602", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1603", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1604", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1605", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1606", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1607", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1608", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1609", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1610", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1611", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1612", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1613", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1614", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1615", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1616", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1617", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1618", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1619", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1620", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1621", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1622", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1623", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1624", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1625", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1626", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1627", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1628", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1629", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1630", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1631", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1632", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1633", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1634", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1635", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1636", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1637", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1638", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1639", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1640", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1641", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1642", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1643", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1644", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1645", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1646", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1647", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1648", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1649", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1650", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1651", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1652", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1653", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1654", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1655", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1656", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1657", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1658", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1659", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1660", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1661", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1662", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1663", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1664", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1665", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1666", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1667", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1668", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1669", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1670", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1671", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1672", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1673", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1674", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1675", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1676", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1677", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1678", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1679", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1680", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1681", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1682", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1683", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1684", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1685", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1686", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1687", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1688", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1689", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1690", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1691", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1692", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1693", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1694", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1695", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1696", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1697", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1698", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1699", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1700", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1701", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1702", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1703", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1704", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1705", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1706", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1707", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1708", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1709", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1710", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1711", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1712", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1713", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1714", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1715", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1716", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1717", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1718", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1719", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1720", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1721", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1722", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1723", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1724", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1725", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1726", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1727", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1728", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1729", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1730", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1731", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1732", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1733", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1734", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1735", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1736", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1737", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1738", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1739", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1740", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1741", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1742", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1743", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1744", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1745", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1746", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1747", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1748", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1749", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1750", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1751", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1752", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1753", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1754", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1755", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1756", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1757", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1758", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1759", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1760", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1761", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1762", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1763", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1764", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1765", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1766", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1767", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1768", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1769", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1770", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1771", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1772", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1773", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1774", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1775", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1776", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1777", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1778", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1779", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1780", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1781", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1782", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1783", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1784", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1785", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1786", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1787", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1788", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1789", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1790", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1791", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1792", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1793", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1794", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1795", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1796", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1797", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1798", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1799", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1800", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1801", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1802", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1803", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1804", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1805", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1806", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1807", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1808", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1809", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1810", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1811", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1812", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1813", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1814", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1815", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1816", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1817", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1818", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1819", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1820", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1821", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1822", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1823", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1824", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1825", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1826", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1827", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1828", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1829", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1830", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1831", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1832", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1833", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1834", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1835", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1836", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1837", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1838", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1839", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1840", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1841", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1842", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1843", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1844", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1845", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1846", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1847", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1848", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1849", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1850", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1851", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1852", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1853", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1854", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1855", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1856", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1857", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1858", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1859", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1860", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1861", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1862", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1863", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1864", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1865", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1866", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1867", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1868", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1869", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1870", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1871", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1872", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1873", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1874", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1875", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1876", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1877", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1878", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1879", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1880", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1881", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1882", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1883", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1884", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1885", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1886", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1887", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1888", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1889", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1890", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1891", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1892", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1893", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1894", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1895", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1896", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1897", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1898", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1899", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1900", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1901", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1902", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1903", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1904", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1905", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1906", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1907", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1908", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1909", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1910", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1911", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1912", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1913", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1914", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1915", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1916", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1917", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1918", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1919", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1920", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1921", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1922", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1923", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1924", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1925", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1926", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1927", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1928", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1929", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1930", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1931", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1932", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1933", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1934", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1935", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1936", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1937", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1938", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1939", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1940", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1941", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1942", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1943", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1944", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1945", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1946", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"1947", ",", "0"}], "}"}], ",", 
         TemplateBox[{"7106"}, "OutputSizeLimit`Skeleton"], ",", 
         RowBox[{"{", 
           RowBox[{"9054", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9055", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9056", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9057", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9058", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9059", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9060", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9061", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9062", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9063", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9064", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9065", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9066", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9067", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9068", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9069", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9070", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9071", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9072", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9073", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9074", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9075", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9076", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9077", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9078", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9079", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9080", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9081", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9082", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9083", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9084", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9085", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9086", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9087", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9088", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9089", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9090", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9091", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9092", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9093", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9094", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9095", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9096", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9097", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9098", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9099", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9100", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9101", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9102", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9103", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9104", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9105", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9106", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9107", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9108", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9109", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9110", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9111", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9112", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9113", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9114", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9115", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9116", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9117", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9118", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9119", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9120", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9121", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9122", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9123", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9124", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9125", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9126", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9127", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9128", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9129", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9130", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9131", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9132", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9133", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9134", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9135", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9136", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9137", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9138", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9139", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9140", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9141", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9142", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9143", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9144", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9145", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9146", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9147", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9148", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9149", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9150", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9151", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9152", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9153", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9154", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9155", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9156", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9157", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9158", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9159", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9160", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9161", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9162", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9163", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9164", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9165", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9166", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9167", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9168", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9169", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9170", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9171", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9172", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9173", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9174", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9175", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9176", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9177", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9178", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9179", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9180", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9181", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9182", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9183", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9184", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9185", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9186", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9187", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9188", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9189", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9190", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9191", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9192", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9193", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9194", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9195", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9196", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9197", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9198", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9199", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9200", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9201", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9202", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9203", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9204", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9205", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9206", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9207", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9208", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9209", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9210", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9211", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9212", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9213", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9214", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9215", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9216", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9217", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9218", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9219", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9220", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9221", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9222", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9223", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9224", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9225", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9226", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9227", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9228", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9229", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9230", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9231", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9232", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9233", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9234", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9235", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9236", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9237", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9238", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9239", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9240", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9241", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9242", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9243", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9244", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9245", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9246", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9247", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9248", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9249", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9250", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9251", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9252", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9253", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9254", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9255", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9256", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9257", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9258", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9259", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9260", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9261", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9262", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9263", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9264", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9265", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9266", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9267", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9268", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9269", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9270", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9271", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9272", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9273", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9274", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9275", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9276", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9277", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9278", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9279", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9280", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9281", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9282", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9283", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9284", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9285", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9286", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9287", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9288", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9289", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9290", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9291", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9292", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9293", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9294", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9295", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9296", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9297", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9298", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9299", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9300", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9301", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9302", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9303", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9304", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9305", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9306", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9307", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9308", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9309", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9310", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9311", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9312", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9313", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9314", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9315", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9316", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9317", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9318", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9319", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9320", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9321", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9322", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9323", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9324", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9325", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9326", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9327", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9328", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9329", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9330", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9331", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9332", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9333", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9334", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9335", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9336", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9337", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9338", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9339", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9340", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9341", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9342", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9343", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9344", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9345", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9346", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9347", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9348", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9349", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9350", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9351", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9352", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9353", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9354", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9355", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9356", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9357", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9358", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9359", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9360", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9361", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9362", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9363", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9364", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9365", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9366", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9367", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9368", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9369", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9370", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9371", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9372", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9373", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9374", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9375", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9376", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9377", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9378", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9379", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9380", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9381", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9382", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9383", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9384", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9385", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9386", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9387", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9388", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9389", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9390", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9391", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9392", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9393", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9394", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9395", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9396", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9397", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9398", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9399", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9400", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9401", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9402", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9403", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9404", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9405", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9406", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9407", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9408", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9409", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9410", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9411", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9412", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9413", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9414", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9415", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9416", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9417", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9418", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9419", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9420", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9421", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9422", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9423", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9424", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9425", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9426", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9427", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9428", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9429", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9430", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9431", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9432", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9433", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9434", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9435", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9436", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9437", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9438", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9439", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9440", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9441", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9442", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9443", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9444", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9445", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9446", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9447", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9448", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9449", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9450", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9451", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9452", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9453", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9454", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9455", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9456", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9457", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9458", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9459", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9460", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9461", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9462", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9463", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9464", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9465", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9466", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9467", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9468", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9469", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9470", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9471", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9472", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9473", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9474", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9475", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9476", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9477", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9478", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9479", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9480", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9481", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9482", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9483", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9484", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9485", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9486", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9487", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9488", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9489", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9490", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9491", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9492", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9493", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9494", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9495", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9496", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9497", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9498", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9499", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9500", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9501", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9502", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9503", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9504", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9505", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9506", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9507", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9508", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9509", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9510", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9511", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9512", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9513", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9514", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9515", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9516", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9517", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9518", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9519", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9520", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9521", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9522", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9523", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9524", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9525", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9526", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9527", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9528", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9529", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9530", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9531", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9532", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9533", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9534", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9535", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9536", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9537", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9538", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9539", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9540", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9541", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9542", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9543", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9544", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9545", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9546", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9547", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9548", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9549", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9550", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9551", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9552", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9553", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9554", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9555", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9556", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9557", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9558", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9559", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9560", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9561", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9562", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9563", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9564", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9565", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9566", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9567", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9568", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9569", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9570", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9571", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9572", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9573", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9574", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9575", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9576", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9577", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9578", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9579", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9580", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9581", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9582", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9583", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9584", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9585", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9586", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9587", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9588", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9589", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9590", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9591", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9592", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9593", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9594", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9595", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9596", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9597", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9598", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9599", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9600", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9601", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9602", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9603", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9604", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9605", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9606", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9607", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9608", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9609", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9610", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9611", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9612", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9613", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9614", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9615", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9616", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9617", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9618", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9619", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9620", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9621", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9622", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9623", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9624", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9625", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9626", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9627", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9628", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9629", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9630", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9631", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9632", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9633", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9634", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9635", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9636", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9637", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9638", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9639", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9640", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9641", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9642", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9643", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9644", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9645", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9646", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9647", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9648", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9649", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9650", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9651", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9652", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9653", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9654", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9655", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9656", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9657", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9658", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9659", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9660", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9661", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9662", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9663", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9664", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9665", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9666", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9667", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9668", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9669", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9670", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9671", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9672", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9673", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9674", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9675", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9676", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9677", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9678", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9679", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9680", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9681", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9682", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9683", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9684", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9685", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9686", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9687", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9688", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9689", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9690", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9691", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9692", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9693", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9694", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9695", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9696", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9697", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9698", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9699", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9700", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9701", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9702", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9703", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9704", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9705", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9706", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9707", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9708", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9709", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9710", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9711", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9712", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9713", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9714", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9715", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9716", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9717", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9718", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9719", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9720", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9721", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9722", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9723", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9724", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9725", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9726", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9727", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9728", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9729", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9730", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9731", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9732", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9733", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9734", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9735", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9736", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9737", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9738", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9739", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9740", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9741", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9742", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9743", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9744", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9745", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9746", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9747", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9748", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9749", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9750", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9751", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9752", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9753", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9754", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9755", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9756", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9757", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9758", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9759", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9760", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9761", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9762", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9763", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9764", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9765", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9766", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9767", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9768", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9769", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9770", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9771", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9772", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9773", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9774", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9775", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9776", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9777", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9778", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9779", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9780", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9781", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9782", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9783", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9784", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9785", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9786", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9787", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9788", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9789", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9790", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9791", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9792", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9793", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9794", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9795", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9796", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9797", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9798", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9799", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9800", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9801", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9802", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9803", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9804", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9805", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9806", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9807", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9808", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9809", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9810", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9811", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9812", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9813", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9814", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9815", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9816", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9817", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9818", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9819", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9820", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9821", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9822", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9823", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9824", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9825", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9826", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9827", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9828", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9829", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9830", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9831", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9832", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9833", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9834", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9835", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9836", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9837", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9838", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9839", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9840", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9841", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9842", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9843", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9844", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9845", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9846", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9847", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9848", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9849", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9850", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9851", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9852", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9853", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9854", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9855", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9856", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9857", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9858", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9859", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9860", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9861", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9862", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9863", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9864", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9865", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9866", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9867", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9868", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9869", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9870", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9871", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9872", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9873", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9874", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9875", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9876", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9877", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9878", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9879", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9880", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9881", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9882", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9883", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9884", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9885", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9886", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9887", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9888", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9889", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9890", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9891", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9892", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9893", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9894", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9895", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9896", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9897", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9898", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9899", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9900", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9901", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9902", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9903", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9904", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9905", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9906", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9907", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9908", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9909", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9910", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9911", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9912", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9913", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9914", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9915", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9916", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9917", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9918", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9919", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9920", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9921", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9922", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9923", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9924", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9925", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9926", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9927", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9928", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9929", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9930", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9931", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9932", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9933", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9934", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9935", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9936", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9937", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9938", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9939", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9940", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9941", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9942", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9943", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9944", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9945", ",", "1"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9946", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9947", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9948", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9949", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9950", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9951", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9952", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9953", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9954", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9955", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9956", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9957", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9958", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9959", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9960", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9961", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9962", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9963", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9964", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9965", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9966", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9967", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9968", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9969", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9970", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9971", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9972", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9973", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9974", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9975", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9976", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9977", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9978", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9979", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9980", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9981", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9982", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9983", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9984", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9985", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9986", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9987", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9988", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9989", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9990", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9991", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9992", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9993", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9994", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9995", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9996", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9997", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9998", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"9999", ",", "0"}], "}"}], ",", 
         RowBox[{"{", 
           RowBox[{"10000", ",", "0"}], "}"}]}], "}"}], Short[#, 256]& ], 
   "line" -> 77, "sessionID" -> 26180690172436728987, "byteCount" -> 864176, 
   "size" -> 256, "stored" -> False, "expr" -> 
   Missing["NotAvailable", "NewSessionID"], "wrap" -> OutputSizeLimit`Defer, 
   "version" -> 1|>,
  "OutputSizeLimitTemplate"]], "Output",
 CellChangeTimes->{{3.890815498925259*^9, 3.89081554541364*^9}, 
   3.8908158736461678`*^9, 3.89081794417295*^9},
 CellLabel->"Out[77]=",ExpressionUUID->"07b5a2cc-1562-4a24-8224-68389f4f137e"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[{
 RowBox[{
  RowBox[{"tab", " ", "=", " ", 
   RowBox[{"Table", "[", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"r", ",", 
       RowBox[{"ClassifyCA", "[", 
        RowBox[{"CA", "[", 
         RowBox[{"4", ",", "2", ",", "r"}], "]"}], "]"}]}], "}"}], ",", " ", 
     RowBox[{"{", 
      RowBox[{"r", ",", "50000", ",", "100000"}], "}"}]}], "]"}]}], 
  ";"}], "\[IndentingNewLine]", 
 RowBox[{"cs", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{"tab", ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", " ", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", ">", "0"}]}]}], "]"}]}]}], "Input",
 CellChangeTimes->{{3.890815627733018*^9, 3.890815635323944*^9}, {
  3.890815769778708*^9, 3.890815809428343*^9}, {3.89081590285216*^9, 
  3.890815985703841*^9}},
 CellLabel->"In[34]:=",ExpressionUUID->"5c6e8747-f5c3-4690-aa61-73f944405046"],

Cell[BoxData["$Aborted"], "Output",
 CellChangeTimes->{{3.8908159285464582`*^9, 3.8908159443751717`*^9}, 
   3.890816068367852*^9, 3.8908161468291407`*^9},
 CellLabel->"Out[34]=",ExpressionUUID->"f672a7fe-bf49-4331-b12b-99d6550af4fa"],

Cell[BoxData[
 RowBox[{"{", "}"}]], "Output",
 CellChangeTimes->{{3.8908159285464582`*^9, 3.8908159443751717`*^9}, 
   3.890816068367852*^9, 3.890816146833027*^9},
 CellLabel->"Out[35]=",ExpressionUUID->"5e52009c-2f2f-430f-874d-f1ca98f6d6cc"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[{
 RowBox[{
  RowBox[{"tab", " ", "=", " ", 
   RowBox[{"Table", "[", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"r", ",", 
       RowBox[{"ClassifyCA", "[", 
        RowBox[{"CA", "[", 
         RowBox[{"4", ",", "2", ",", "r"}], "]"}], "]"}]}], "}"}], ",", " ", 
     RowBox[{"{", 
      RowBox[{"r", ",", "1000", ",", "10000"}], "}"}]}], "]"}]}], 
  ";"}], "\[IndentingNewLine]", 
 RowBox[{"cs", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{"tab", ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", " ", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", ">", "0"}]}]}], "]"}]}]}], "Input",
 CellChangeTimes->{{3.890816152289556*^9, 3.8908161598188457`*^9}},
 CellLabel->"In[36]:=",ExpressionUUID->"fb941351-a806-45d9-a646-968554baad1c"],

Cell[BoxData[
 RowBox[{"{", 
  RowBox[{
   RowBox[{"{", 
    RowBox[{"1020", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"1275", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"1530", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"1785", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"2040", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"2295", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"2550", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"2805", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3060", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3315", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3570", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3825", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3855", ",", "3"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3885", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"3915", ",", "3"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"4080", ",", "2"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"4335", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"4590", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"4845", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"5100", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"5355", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"5610", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"5865", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"6120", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"6375", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"6630", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"6885", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7140", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7230", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7395", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7650", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7710", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7770", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"7905", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"8160", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"8415", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"8670", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"8925", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"9180", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"9435", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"9690", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"9945", ",", "1"}], "}"}]}], "}"}]], "Output",
 CellChangeTimes->{3.890816182886758*^9},
 CellLabel->"Out[37]=",ExpressionUUID->"80e87154-8f68-4f00-9f87-c8de4e5834a8"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[{
 RowBox[{
  RowBox[{"tab", " ", "=", " ", 
   RowBox[{"Table", "[", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"r", ",", 
       RowBox[{"ClassifyCA", "[", 
        RowBox[{"CA", "[", 
         RowBox[{"4", ",", "2", ",", "r"}], "]"}], "]"}]}], "}"}], ",", " ", 
     RowBox[{"{", 
      RowBox[{"r", ",", "120000", ",", "130000"}], "}"}]}], "]"}]}], 
  ";"}], "\[IndentingNewLine]", 
 RowBox[{"cs", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{"tab", ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", " ", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", ">", "0"}]}]}], "]"}]}]}], "Input",
 CellChangeTimes->{{3.890816200197752*^9, 3.89081632465858*^9}},
 CellLabel->"In[58]:=",ExpressionUUID->"11a0a921-545f-430f-a1f9-7f59163bac59"],

Cell[BoxData[
 RowBox[{"{", 
  RowBox[{
   RowBox[{"{", 
    RowBox[{"120106", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"120361", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"120466", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"120616", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"120871", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"121126", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"121381", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"121636", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"121891", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"122146", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"122401", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"122656", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"122911", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123166", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123301", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123361", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123421", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123676", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123841", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"123931", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"124186", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"124441", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"124696", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"124951", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"125206", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"125461", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"125716", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"125971", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"126226", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"126481", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"126736", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"126991", ",", "2"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127156", ",", "3"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127186", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127216", ",", "3"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127246", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127501", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"127756", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"128011", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"128266", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"128521", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"128776", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"129031", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"129286", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"129541", ",", "1"}], "}"}], ",", 
   RowBox[{"{", 
    RowBox[{"129796", ",", "1"}], "}"}]}], "}"}]], "Output",
 CellChangeTimes->{{3.890816202639902*^9, 3.890816344841414*^9}},
 CellLabel->"Out[59]=",ExpressionUUID->"7e94f408-05bb-46ff-ab3e-90cb32eda430"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"First", "/@", "cs"}]], "Input",
 NumberMarks->False,
 CellLabel->"In[60]:=",ExpressionUUID->"376d7cb7-881c-4a8a-8767-c891a7587b76"],

Cell[BoxData[
 RowBox[{"{", 
  RowBox[{
  "120106", ",", "120361", ",", "120466", ",", "120616", ",", "120871", ",", 
   "121126", ",", "121381", ",", "121636", ",", "121891", ",", "122146", ",", 
   "122401", ",", "122656", ",", "122911", ",", "123166", ",", "123301", ",", 
   "123361", ",", "123421", ",", "123676", ",", "123841", ",", "123931", ",", 
   "124186", ",", "124441", ",", "124696", ",", "124951", ",", "125206", ",", 
   "125461", ",", "125716", ",", "125971", ",", "126226", ",", "126481", ",", 
   "126736", ",", "126991", ",", "127156", ",", "127186", ",", "127216", ",", 
   "127246", ",", "127501", ",", "127756", ",", "128011", ",", "128266", ",", 
   "128521", ",", "128776", ",", "129031", ",", "129286", ",", "129541", ",", 
   "129796"}], "}"}]], "Output",
 CellChangeTimes->{3.890816396897188*^9},
 CellLabel->"Out[60]=",ExpressionUUID->"5c08123e-c5b1-42a5-9f06-cf754c0d2d80"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[{
 RowBox[{
  RowBox[{"tab", " ", "=", " ", 
   RowBox[{"Table", "[", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"r", ",", 
       RowBox[{"ClassifyCA", "[", 
        RowBox[{"CA", "[", 
         RowBox[{"6", ",", "2", ",", "r"}], "]"}], "]"}]}], "}"}], ",", " ", 
     RowBox[{"{", 
      RowBox[{"r", ",", "401100000", ",", "402200000"}], "}"}]}], "]"}]}], 
  ";"}], "\[IndentingNewLine]", 
 RowBox[{"cs", " ", "=", " ", 
  RowBox[{"Cases", "[", 
   RowBox[{"tab", ",", " ", 
    RowBox[{
     RowBox[{"{", 
      RowBox[{"x_", ",", " ", "y_"}], "}"}], " ", "/;", " ", 
     RowBox[{"y", ">", "0"}]}]}], "]"}]}]}], "Input",
 CellChangeTimes->{{3.8908164380856524`*^9, 3.8908164728171062`*^9}, {
  3.890816512872754*^9, 3.8908165130006733`*^9}, {3.890816580504732*^9, 
  3.890816653956839*^9}},
 CellLabel->"In[6]:=",ExpressionUUID->"4cade969-3f2b-450c-a3aa-6d78ebfafe2c"],

Cell[BoxData[
 RowBox[{"{", "}"}]], "Output",
 CellChangeTimes->{
  3.8908165012053833`*^9, 3.890816553799449*^9, 3.8908165862354317`*^9, {
   3.890816624236443*^9, 3.890816649095476*^9}, 3.8908167505597143`*^9, 
   3.890988970173094*^9},
 CellLabel->"Out[7]=",ExpressionUUID->"76172582-06ac-4d99-8b3a-7f1e6d2cb2bd"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData["$UserBasePacletsDirectory"], "Input",
 CellChangeTimes->{{3.89081717298209*^9, 3.890817220287072*^9}},
 CellLabel->"In[73]:=",ExpressionUUID->"50cd0724-e1f5-417d-aa4a-024cfc0e1b16"],

Cell[BoxData["\<\"/Users/nate/Library/Mathematica/Paclets\"\>"], "Output",
 CellChangeTimes->{3.890817221689999*^9},
 CellLabel->"Out[73]=",ExpressionUUID->"a09f8a0e-5386-4106-9658-e8dcd77ee353"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"PacletFind", "[", "\"\<KlausSutner*\>\"", "]"}]], "Input",
 CellChangeTimes->{{3.890817271685369*^9, 3.890817335533029*^9}},
 CellLabel->"In[76]:=",ExpressionUUID->"6d7b92ac-8edd-4bd1-b78d-db969527024f"],

Cell[BoxData[
 RowBox[{"{", 
  InterpretationBox[
   RowBox[{
    TagBox["PacletObject",
     "SummaryHead"], "[", 
    DynamicModuleBox[{Typeset`open$$ = True, Typeset`embedState$$ = "Ready"}, 
     
     TemplateBox[{
       PaneSelectorBox[{False -> GridBox[{{
             PaneBox[
              ButtonBox[
               DynamicBox[
                FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxOpener"], 
                ImageSizeCache -> {11., {0., 11.}}], Appearance -> None, 
               BaseStyle -> {}, ButtonFunction :> (Typeset`open$$ = True), 
               Evaluator -> Automatic, Method -> "Preemptive"], 
              Alignment -> {Center, Center}, ImageSize -> 
              Dynamic[{
                Automatic, 
                 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[
                  Magnification])}]], 
             GraphicsBox[{
               Thickness[0.0416667], {
                FaceForm[{
                  RGBColor[0.961, 0.961, 0.961], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 
                 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.5454,
                  22.5972}, {7.5464, 20.5002}, {2.5454, 18.4022}, {2.5454, 
                 12.5982}, {2.5454, 12.5972}, {2.5454, 6.7952}, {7.5454, 
                 4.6962}, {7.546, 4.6972}, {12.5454, 2.5992}, {17.5454, 
                 4.6972}, {17.5454, 4.6962}, {22.5454, 6.7952}, {22.5454, 
                 12.5972}, {22.5454, 12.5982}, {22.5454, 18.4022}}}]}, {
                FaceForm[{
                  RGBColor[0.898, 0.898, 0.898], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 8.3359}, {17.125, 
                 14.0569}, {16.875, 14.0569}, {16.875, 8.3359}, {17., 
                 8.1169}, {21.952, 6.0399}, {22.049, 6.2709}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 8.3359}, {7.125, 14.0569}, {
                 6.875, 14.0569}, {6.875, 8.3359}, {1.952, 6.2709}, {2.048, 
                 6.0399}, {7., 8.1169}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.8745, 6.2383}, {6.9515, 4.1733}, {7.0475, 
                 3.9423}, {11.9995, 6.0193}, {16.9515, 3.9423}, {17.0475, 
                 4.1733}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 14.1392}, {17.125, 
                 19.8602}, {16.875, 19.8602}, {16.875, 14.1392}, {17., 
                 13.9202}, {21.952, 11.8432}, {22.049, 12.0742}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 14.1392}, {7.125, 
                 19.8602}, {6.875, 19.8602}, {6.875, 14.1392}, {1.952, 
                 12.0742}, {2.048, 11.8432}, {7., 13.9202}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.8746, 21.3633}, {11.8746, 18.3563}, {
                 11.9996, 18.3033}, {12.1246, 18.3563}, {12.1246, 21.3633}, {
                 11.9996, 21.4153}}}]}, {
                FaceForm[{
                  RGBColor[0.749, 0.749, 0.749], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 
                  3}}}, {{{8.292, 19.8594}, {12., 21.4154}, {15.707, 
                  19.8594}, {12., 18.3034}}, {{17.5, 19.5274}, {17.5, 
                  20.1924}, {12., 22.5004}, {6.5, 20.1924}, {6.5, 19.5284}, {
                  12., 17.2194}, {12., 17.2194}, {15.7, 18.7724}, {17.5, 
                  19.5274}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.5, 8.5156}, {11.5, 6.4876}, {11.5, 
                 5.4026}, {12.5, 5.8226}, {12.5, 8.5156}, {12., 8.3056}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1,
                   0}, {0, 1, 0}}}, {{{21.5, 6.4873}, {17.5, 4.8083}, {17.5, 
                  9.5283}, {21.5, 11.2073}}, {{21.5, 12.7113}, {21.5, 
                  12.2913}, {17., 10.4033}, {16.5, 10.6133}, {16.5, 
                  10.1943}, {15.707, 9.8613}, {16.5, 9.5283}, {16.5, 
                  4.8083}, {16.5, 4.8093}, {16.5, 4.3903}, {15.707, 4.0573}, {
                  17., 3.5143}, {22.5, 5.8223}, {22.5, 12.2913}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1,
                   0}, {0, 1, 0}}}, {{{6.5, 4.8086}, {2.5, 6.4876}, {2.5, 
                  11.2066}, {6.5, 9.5286}}, {{7.5, 9.1096}, {7.5, 9.1096}, {
                  7.5, 9.5286}, {8.292, 9.8616}, {7.5, 10.1936}, {7.5, 
                  10.6136}, {7., 10.4036}, {2.5, 12.2906}, {2.5, 12.7106}, {
                  1.5, 12.2916}, {1.5, 5.8226}, {7., 3.5146}, {8.293, 
                  4.0576}, {7.5, 4.3906}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{3.2925, 17.7622}, {7.0005, 
                  19.3182}, {10.7075, 17.7622}, {7.0005, 16.2062}}, {{6.5005, 
                  10.6122}, {2.5005, 12.2912}, {2.5005, 17.0102}, {6.5005, 
                  15.3322}}, {{7.5005, 10.1932}, {7.5005, 10.6122}, {7.5005, 
                  15.3322}, {12.0005, 17.2202}, {12.5005, 17.0102}, {12.5005, 
                  18.0952}, {7.0005, 20.4032}, {1.5005, 18.0952}, {1.5005, 
                  11.6262}, {7.0005, 9.3182}, {8.2935, 9.8612}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{21.5, 12.291}, {17.5, 10.612}, {
                  17.5, 15.332}, {21.5, 17.01}}, {{13.293, 17.762}, {17., 
                  19.318}, {20.708, 17.762}, {17., 16.207}}, {{17., 20.403}, {
                  11.5, 18.095}, {11.5, 17.01}, {12., 17.22}, {16.5, 
                  15.332}, {16.5, 10.612}, {16.5, 10.194}, {15.706, 9.861}, {
                  17., 9.318}, {22.5, 11.626}, {22.5, 18.095}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{16.4995, 4.3906}, {12.4995, 
                  2.7116}, {12.4995, 7.4316}, {16.4995, 9.1096}}, {{11.4995, 
                  2.7116}, {7.4995, 4.3906}, {7.4995, 9.1096}, {11.4995, 
                  7.4316}}, {{16.4995, 10.6136}, {16.4995, 10.1946}, {11.9995,
                   8.3056}, {8.2915, 9.8616}, {7.4995, 10.1936}, {7.4995, 
                  10.6146}, {6.4995, 10.1946}, {6.4995, 3.7256}, {11.9995, 
                  1.4176}, {17.4995, 3.7256}, {17.4995, 10.1946}}}]}, {
                FaceForm[{
                  RGBColor[0.965, 0.765, 0.749], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{12., 17.6616}, {16.945, 15.5856}, {16.945, 
                 9.9376}, {12., 7.8636}, {7.055, 9.9376}, {7.055, 
                 15.5856}}}]}, {
                FaceForm[{
                  RGBColor[0.91, 0.655, 0.635], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.125, 
                 17.7627}, {11.875, 17.7627}, {11.875, 12.0407}, {6.952, 
                 9.9757}, {7.048, 9.7447}, {12., 11.8227}, {16.952, 9.7447}, {
                 17.048, 9.9757}, {12.125, 12.0407}}}]}, {
                FaceForm[{
                  RGBColor[0.867, 0.067, 0.], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 
                  0}}}, {{{12.5, 8.5146}, {12.5, 13.2336}, {16.5, 14.9116}, {
                  16.5, 10.1926}}, {{7.5, 14.9116}, {11.5, 13.2336}, {11.5, 
                  8.5146}, {7.5, 10.1926}}, {{15.708, 15.6636}, {12., 
                  14.1086}, {8.292, 15.6636}, {12., 17.2206}}, {{12., 
                  18.3046}, {6.5, 15.9956}, {6.5, 9.5286}, {12., 7.2206}, {
                  17.5, 9.5286}, {17.5, 15.9956}}}]}}, AspectRatio -> 
              Automatic, ImageSize -> {24., 24.}, 
              PlotRange -> {{0., 24.}, {0., 24.}}], 
             GridBox[{{
                RowBox[{
                  TagBox["\"Name: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox["\"KlausSutner/Automata\"", "SummaryItem"]}]}, {
                RowBox[{
                  TagBox["\"Version: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox["\"1.0.1\"", "SummaryItem"]}]}}, AutoDelete -> False,
               BaseStyle -> {
               ShowStringCharacters -> False, NumberMarks -> False, 
                PrintPrecision -> 3, ShowSyntaxStyles -> False}, 
              GridBoxAlignment -> {
               "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, 
              GridBoxItemSize -> {
               "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, 
              GridBoxSpacings -> {
               "Columns" -> {{2}}, "Rows" -> {{Automatic}}}]}}, AutoDelete -> 
           False, BaselinePosition -> {1, 1}, 
           GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, 
           GridBoxItemSize -> {
            "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], True -> 
         GridBox[{{
             PaneBox[
              ButtonBox[
               DynamicBox[
                FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxCloser"], 
                ImageSizeCache -> {11., {0., 11.}}], Appearance -> None, 
               BaseStyle -> {}, ButtonFunction :> (Typeset`open$$ = False), 
               Evaluator -> Automatic, Method -> "Preemptive"], 
              Alignment -> {Center, Center}, ImageSize -> 
              Dynamic[{
                Automatic, 
                 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[
                  Magnification])}]], 
             GraphicsBox[{
               Thickness[0.0416667], {
                FaceForm[{
                  RGBColor[0.961, 0.961, 0.961], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 
                 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.5454,
                  22.5972}, {7.5464, 20.5002}, {2.5454, 18.4022}, {2.5454, 
                 12.5982}, {2.5454, 12.5972}, {2.5454, 6.7952}, {7.5454, 
                 4.6962}, {7.546, 4.6972}, {12.5454, 2.5992}, {17.5454, 
                 4.6972}, {17.5454, 4.6962}, {22.5454, 6.7952}, {22.5454, 
                 12.5972}, {22.5454, 12.5982}, {22.5454, 18.4022}}}]}, {
                FaceForm[{
                  RGBColor[0.898, 0.898, 0.898], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 8.3359}, {17.125, 
                 14.0569}, {16.875, 14.0569}, {16.875, 8.3359}, {17., 
                 8.1169}, {21.952, 6.0399}, {22.049, 6.2709}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 8.3359}, {7.125, 14.0569}, {
                 6.875, 14.0569}, {6.875, 8.3359}, {1.952, 6.2709}, {2.048, 
                 6.0399}, {7., 8.1169}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.8745, 6.2383}, {6.9515, 4.1733}, {7.0475, 
                 3.9423}, {11.9995, 6.0193}, {16.9515, 3.9423}, {17.0475, 
                 4.1733}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 14.1392}, {17.125, 
                 19.8602}, {16.875, 19.8602}, {16.875, 14.1392}, {17., 
                 13.9202}, {21.952, 11.8432}, {22.049, 12.0742}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 14.1392}, {7.125, 
                 19.8602}, {6.875, 19.8602}, {6.875, 14.1392}, {1.952, 
                 12.0742}, {2.048, 11.8432}, {7., 13.9202}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.8746, 21.3633}, {11.8746, 18.3563}, {
                 11.9996, 18.3033}, {12.1246, 18.3563}, {12.1246, 21.3633}, {
                 11.9996, 21.4153}}}]}, {
                FaceForm[{
                  RGBColor[0.749, 0.749, 0.749], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 
                  3}}}, {{{8.292, 19.8594}, {12., 21.4154}, {15.707, 
                  19.8594}, {12., 18.3034}}, {{17.5, 19.5274}, {17.5, 
                  20.1924}, {12., 22.5004}, {6.5, 20.1924}, {6.5, 19.5284}, {
                  12., 17.2194}, {12., 17.2194}, {15.7, 18.7724}, {17.5, 
                  19.5274}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{11.5, 8.5156}, {11.5, 6.4876}, {11.5, 
                 5.4026}, {12.5, 5.8226}, {12.5, 8.5156}, {12., 8.3056}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1,
                   0}, {0, 1, 0}}}, {{{21.5, 6.4873}, {17.5, 4.8083}, {17.5, 
                  9.5283}, {21.5, 11.2073}}, {{21.5, 12.7113}, {21.5, 
                  12.2913}, {17., 10.4033}, {16.5, 10.6133}, {16.5, 
                  10.1943}, {15.707, 9.8613}, {16.5, 9.5283}, {16.5, 
                  4.8083}, {16.5, 4.8093}, {16.5, 4.3903}, {15.707, 4.0573}, {
                  17., 3.5143}, {22.5, 5.8223}, {22.5, 12.2913}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1,
                   0}, {0, 1, 0}}}, {{{6.5, 4.8086}, {2.5, 6.4876}, {2.5, 
                  11.2066}, {6.5, 9.5286}}, {{7.5, 9.1096}, {7.5, 9.1096}, {
                  7.5, 9.5286}, {8.292, 9.8616}, {7.5, 10.1936}, {7.5, 
                  10.6136}, {7., 10.4036}, {2.5, 12.2906}, {2.5, 12.7106}, {
                  1.5, 12.2916}, {1.5, 5.8226}, {7., 3.5146}, {8.293, 
                  4.0576}, {7.5, 4.3906}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{3.2925, 17.7622}, {7.0005, 
                  19.3182}, {10.7075, 17.7622}, {7.0005, 16.2062}}, {{6.5005, 
                  10.6122}, {2.5005, 12.2912}, {2.5005, 17.0102}, {6.5005, 
                  15.3322}}, {{7.5005, 10.1932}, {7.5005, 10.6122}, {7.5005, 
                  15.3322}, {12.0005, 17.2202}, {12.5005, 17.0102}, {12.5005, 
                  18.0952}, {7.0005, 20.4032}, {1.5005, 18.0952}, {1.5005, 
                  11.6262}, {7.0005, 9.3182}, {8.2935, 9.8612}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{21.5, 12.291}, {17.5, 10.612}, {
                  17.5, 15.332}, {21.5, 17.01}}, {{13.293, 17.762}, {17., 
                  19.318}, {20.708, 17.762}, {17., 16.207}}, {{17., 20.403}, {
                  11.5, 18.095}, {11.5, 17.01}, {12., 17.22}, {16.5, 
                  15.332}, {16.5, 10.612}, {16.5, 10.194}, {15.706, 9.861}, {
                  17., 9.318}, {22.5, 11.626}, {22.5, 18.095}}}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                  0, 1, 0}, {0, 1, 0}}}, {{{16.4995, 4.3906}, {12.4995, 
                  2.7116}, {12.4995, 7.4316}, {16.4995, 9.1096}}, {{11.4995, 
                  2.7116}, {7.4995, 4.3906}, {7.4995, 9.1096}, {11.4995, 
                  7.4316}}, {{16.4995, 10.6136}, {16.4995, 10.1946}, {11.9995,
                   8.3056}, {8.2915, 9.8616}, {7.4995, 10.1936}, {7.4995, 
                  10.6146}, {6.4995, 10.1946}, {6.4995, 3.7256}, {11.9995, 
                  1.4176}, {17.4995, 3.7256}, {17.4995, 10.1946}}}]}, {
                FaceForm[{
                  RGBColor[0.965, 0.765, 0.749], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}}}, {{{12., 17.6616}, {16.945, 15.5856}, {16.945, 
                 9.9376}, {12., 7.8636}, {7.055, 9.9376}, {7.055, 
                 15.5856}}}]}, {
                FaceForm[{
                  RGBColor[0.91, 0.655, 0.635], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
                 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.125, 
                 17.7627}, {11.875, 17.7627}, {11.875, 12.0407}, {6.952, 
                 9.9757}, {7.048, 9.7447}, {12., 11.8227}, {16.952, 9.7447}, {
                 17.048, 9.9757}, {12.125, 12.0407}}}]}, {
                FaceForm[{
                  RGBColor[0.867, 0.067, 0.], 
                  Opacity[1.]}], 
                
                FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 
                  0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 
                  0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 
                  0}}}, {{{12.5, 8.5146}, {12.5, 13.2336}, {16.5, 14.9116}, {
                  16.5, 10.1926}}, {{7.5, 14.9116}, {11.5, 13.2336}, {11.5, 
                  8.5146}, {7.5, 10.1926}}, {{15.708, 15.6636}, {12., 
                  14.1086}, {8.292, 15.6636}, {12., 17.2206}}, {{12., 
                  18.3046}, {6.5, 15.9956}, {6.5, 9.5286}, {12., 7.2206}, {
                  17.5, 9.5286}, {17.5, 15.9956}}}]}}, AspectRatio -> 
              Automatic, ImageSize -> {24., 24.}, 
              PlotRange -> {{0., 24.}, {0., 24.}}], 
             GridBox[{{
                RowBox[{
                  TagBox["\"Name: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox["\"KlausSutner/Automata\"", "SummaryItem"]}]}, {
                RowBox[{
                  TagBox["\"Version: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox["\"1.0.1\"", "SummaryItem"]}]}, {
                RowBox[{
                  TagBox["\"Location: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox[
                  "\"/Users/nate/Library/Mathematica/Paclets/Repository/\
KlausSutner__Automata-1.0.1\"", "SummaryItem"]}]}, {
                RowBox[{
                  TagBox["\"Description: \"", "SummaryItemAnnotation"], 
                  "\[InvisibleSpace]", 
                  TagBox[
                   TagBox["\"Automata theory package\"", Short], 
                   "SummaryItem"]}]}}, AutoDelete -> False, 
              BaseStyle -> {
               ShowStringCharacters -> False, NumberMarks -> False, 
                PrintPrecision -> 3, ShowSyntaxStyles -> False}, 
              GridBoxAlignment -> {
               "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, 
              GridBoxItemSize -> {
               "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, 
              GridBoxSpacings -> {
               "Columns" -> {{2}}, "Rows" -> {{Automatic}}}]}}, AutoDelete -> 
           False, BaselinePosition -> {1, 1}, 
           GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, 
           GridBoxItemSize -> {
            "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}]}, 
        Dynamic[Typeset`open$$], ImageSize -> Automatic]},
      "SummaryPanel"],
     DynamicModuleValues:>{}], "]"}],
   PacletObject[<|
    "Name" -> "KlausSutner/Automata", "Description" -> 
     "Automata theory package", "Creator" -> "[email protected]", "URL" -> 
     "http://www.cs.cmu.edu/~sutner/automata.html", "License" -> 
     "CC-BY-NC-ND-4.0", "PublisherID" -> "KlausSutner", "Version" -> "1.0.1", 
     "WolframVersion" -> "13+", "Category" -> {"automata theory"}, 
     "Extensions" -> {{
       "Kernel", "Root" -> "Kernel", "Context" -> "KlausSutner`Automata`", 
        "Symbols" -> {
         "KlausSutner`Automata`$AutomataDate", 
          "KlausSutner`Automata`$AutomataVersion", 
          "KlausSutner`Automata`Cellaut`AlphabetCountCA", 
          "KlausSutner`Automata`Cellaut`BalancedQCA", 
          "KlausSutner`Automata`Cellaut`CA", 
          "KlausSutner`Automata`Cellaut`ClassifyCA", 
          "KlausSutner`Automata`Cellaut`ComposeCA", 
          "KlausSutner`Automata`Cellaut`ConvertToCA", 
          "KlausSutner`Automata`Cellaut`DomCodomCA", 
          "KlausSutner`Automata`Cellaut`ECA", 
          "KlausSutner`Automata`Cellaut`GlobalMapCA", 
          "KlausSutner`Automata`Cellaut`InverseCA", 
          "KlausSutner`Automata`Cellaut`LocalMapCA", 
          "KlausSutner`Automata`Cellaut`OrbitCA", 
          "KlausSutner`Automata`Cellaut`PrintCA", 
          "KlausSutner`Automata`Cellaut`RuleCA", 
          "KlausSutner`Automata`Cellaut`SeedConfiguration", 
          "KlausSutner`Automata`Cellaut`ShiftOrbit", 
          "KlausSutner`Automata`Cellaut`ShrinkCA", 
          "KlausSutner`Automata`Cellaut`ToFredkinCA", 
          "KlausSutner`Automata`Cellaut`ToSemiautomatonCA", 
          "KlausSutner`Automata`Cellaut`ToWelchAutomatonCA", 
          "KlausSutner`Automata`Cellaut`ToWidthTwoCA", 
          "KlausSutner`Automata`Cellaut`WidthCA", 
          "KlausSutner`Automata`Fsm`Alpha", 
          "KlausSutner`Automata`Fsm`AlphabetBaseCount", 
          "KlausSutner`Automata`Fsm`AlphabetCount", 
          "KlausSutner`Automata`Fsm`AlphabetList", 
          "KlausSutner`Automata`Fsm`AlphabetProfile", 
          "KlausSutner`Automata`Fsm`AlphabetTrackCount", 
          "KlausSutner`Automata`Fsm`AlphaQ", 
          "KlausSutner`Automata`Fsm`ApplyTransduction", 
          "KlausSutner`Automata`Fsm`AssignHomomorphismDFA", 
          "KlausSutner`Automata`Fsm`AssignTransduction", 
          "KlausSutner`Automata`Fsm`AssignTransitionFunction", 
          "KlausSutner`Automata`Fsm`BEFA", 
          "KlausSutner`Automata`Fsm`BEFAToFA", 
          "KlausSutner`Automata`Fsm`BooleanTransitionMatrix", 
          "KlausSutner`Automata`Fsm`CanonicalFA", 
          "KlausSutner`Automata`Fsm`CirculantFA", 
          "KlausSutner`Automata`Fsm`CloneFA", 
          "KlausSutner`Automata`Fsm`ComplementFA", 
          "KlausSutner`Automata`Fsm`CompletePDFA", 
          "KlausSutner`Automata`Fsm`ComputationFA", 
          "KlausSutner`Automata`Fsm`ComputationGraphFA", 
          "KlausSutner`Automata`Fsm`Concatenate", 
          "KlausSutner`Automata`Fsm`ConcatenateFA", 
          "KlausSutner`Automata`Fsm`CondensationGraph", 
          "KlausSutner`Automata`Fsm`CoverQDFA", 
          "KlausSutner`Automata`Fsm`DeterministicQ", 
          "KlausSutner`Automata`Fsm`DeterminizeFA", 
          "KlausSutner`Automata`Fsm`DFAQ", 
          "KlausSutner`Automata`Fsm`DivisibilityDFA", 
          "KlausSutner`Automata`Fsm`EmptyFA", "KlausSutner`Automata`Fsm`Eps", 
          "KlausSutner`Automata`Fsm`EpsFromEmpty", 
          "KlausSutner`Automata`Fsm`EpsilonEliminationFA", 
          "KlausSutner`Automata`Fsm`EpsilonFA", 
          "KlausSutner`Automata`Fsm`EpsilonFreeQ", 
          "KlausSutner`Automata`Fsm`EpsQ", 
          "KlausSutner`Automata`Fsm`EpsToEmpty", 
          "KlausSutner`Automata`Fsm`EquivalentQFA", 
          "KlausSutner`Automata`Fsm`Existential", 
          "KlausSutner`Automata`Fsm`FA", "KlausSutner`Automata`Fsm`Fill", 
          "KlausSutner`Automata`Fsm`FinalStateList", 
          "KlausSutner`Automata`Fsm`FiniteLanguageFA", 
          "KlausSutner`Automata`Fsm`FormatEps", 
          "KlausSutner`Automata`Fsm`FrontierFromDFA", 
          "KlausSutner`Automata`Fsm`FrontierRW", 
          "KlausSutner`Automata`Fsm`FrontierToDFA", 
          "KlausSutner`Automata`Fsm`FSMQ", 
          "KlausSutner`Automata`Fsm`GatherTransitions", 
          "KlausSutner`Automata`Fsm`GenerateFA", 
          "KlausSutner`Automata`Fsm`GraphPaths", 
          "KlausSutner`Automata`Fsm`GrowthFunctionDFA", 
          "KlausSutner`Automata`Fsm`HideGraph", 
          "KlausSutner`Automata`Fsm`IndexedFAQ", 
          "KlausSutner`Automata`Fsm`IndexFA", 
          "KlausSutner`Automata`Fsm`InitialState", 
          "KlausSutner`Automata`Fsm`InitialStateList", 
          "KlausSutner`Automata`Fsm`IntersectionFA", 
          "KlausSutner`Automata`Fsm`IsomorphicQDFA", 
          "KlausSutner`Automata`Fsm`KleeneStarFA", 
          "KlausSutner`Automata`Fsm`LanguageFA", 
          "KlausSutner`Automata`Fsm`LanguageFactorFA", 
          "KlausSutner`Automata`Fsm`MatrixToTransitions", 
          "KlausSutner`Automata`Fsm`MinimizeDFA", 
          "KlausSutner`Automata`Fsm`MinimizeFA", 
          "KlausSutner`Automata`Fsm`NNFA", 
          "KlausSutner`Automata`Fsm`NNFAToFA", 
          "KlausSutner`Automata`Fsm`NonTrivialComponentQ", 
          "KlausSutner`Automata`Fsm`ParikhVector", 
          "KlausSutner`Automata`Fsm`PDFAQ", 
          "KlausSutner`Automata`Fsm`PermuteFA", 
          "KlausSutner`Automata`Fsm`PositionFA", 
          "KlausSutner`Automata`Fsm`ProductFA", 
          "KlausSutner`Automata`Fsm`ProductGraph", 
          "KlausSutner`Automata`Fsm`ProductTransitionSystem", 
          "KlausSutner`Automata`Fsm`PropertyQFA", 
          "KlausSutner`Automata`Fsm`RegexAlphabet", 
          "KlausSutner`Automata`Fsm`RegexEmptyQ", 
          "KlausSutner`Automata`Fsm`RegexEpsQ", 
          "KlausSutner`Automata`Fsm`RegexToBEFA", 
          "KlausSutner`Automata`Fsm`RegexToDetRegex", 
          "KlausSutner`Automata`Fsm`RegexToFA", 
          "KlausSutner`Automata`Fsm`RegexToGlushkov", 
          "KlausSutner`Automata`Fsm`RegexToNNFA", 
          "KlausSutner`Automata`Fsm`REP", "KlausSutner`Automata`Fsm`RES", 
          "KlausSutner`Automata`Fsm`RET", 
          "KlausSutner`Automata`Fsm`ReverseFA", 
          "KlausSutner`Automata`Fsm`RulesToTransitions", 
          "KlausSutner`Automata`Fsm`SemilinearDFA", 
          "KlausSutner`Automata`Fsm`SetAlphabet", 
          "KlausSutner`Automata`Fsm`SetFinal", 
          "KlausSutner`Automata`Fsm`SetInitial", 
          "KlausSutner`Automata`Fsm`SetInitialFinal", 
          "KlausSutner`Automata`Fsm`SetStates", 
          "KlausSutner`Automata`Fsm`SetTransitions", 
          "KlausSutner`Automata`Fsm`ShowGraph", 
          "KlausSutner`Automata`Fsm`ShuffleProductFA", 
          "KlausSutner`Automata`Fsm`SizeOnly", 
          "KlausSutner`Automata`Fsm`StateCount", 
          "KlausSutner`Automata`Fsm`StateDelete", 
          "KlausSutner`Automata`Fsm`StateList", 
          "KlausSutner`Automata`Fsm`StateType", 
          "KlausSutner`Automata`Fsm`StringifyList", 
          "KlausSutner`Automata`Fsm`StronglyConnectedComponents", 
          "KlausSutner`Automata`Fsm`SubAutomatonFA", 
          "KlausSutner`Automata`Fsm`SubTransitionSystem", 
          "KlausSutner`Automata`Fsm`TDQ", "KlausSutner`Automata`Fsm`ToIndex", 
          "KlausSutner`Automata`Fsm`ToKernelFA", 
          "KlausSutner`Automata`Fsm`ToWord", 
          "KlausSutner`Automata`Fsm`TransformationDFA", 
          "KlausSutner`Automata`Fsm`TransitionAdd", 
          "KlausSutner`Automata`Fsm`TransitionCosupport", 
          "KlausSutner`Automata`Fsm`TransitionCount", 
          "KlausSutner`Automata`Fsm`TransitionDelete", 
          "KlausSutner`Automata`Fsm`TransitionFunctionList", 
          "KlausSutner`Automata`Fsm`TransitionLabel", 
          "KlausSutner`Automata`Fsm`TransitionList", 
          "KlausSutner`Automata`Fsm`TransitionMatrix", 
          "KlausSutner`Automata`Fsm`TransitionsMap", 
          "KlausSutner`Automata`Fsm`TransitionSource", 
          "KlausSutner`Automata`Fsm`TransitionsReverse", 
          "KlausSutner`Automata`Fsm`TransitionsSelect", 
          "KlausSutner`Automata`Fsm`TransitionsSort", 
          "KlausSutner`Automata`Fsm`TransitionStates", 
          "KlausSutner`Automata`Fsm`TransitionsToBlocks", 
          "KlausSutner`Automata`Fsm`TransitionSupport", 
          "KlausSutner`Automata`Fsm`TransitionSystem", 
          "KlausSutner`Automata`Fsm`TransitionSystemAlphabet", 
          "KlausSutner`Automata`Fsm`TransitionSystemGraph", 
          "KlausSutner`Automata`Fsm`TransitionTarget", 
          "KlausSutner`Automata`Fsm`TransitionType", 
          "KlausSutner`Automata`Fsm`TransListQ", 
          "KlausSutner`Automata`Fsm`TrapStateList", 
          "KlausSutner`Automata`Fsm`TrimFA", 
          "KlausSutner`Automata`Fsm`TrimStateList", 
          "KlausSutner`Automata`Fsm`TSys", "KlausSutner`Automata`Fsm`TSysQ", 
          "KlausSutner`Automata`Fsm`UnionFA", 
          "KlausSutner`Automata`Fsm`UniversalFA", 
          "KlausSutner`Automata`Fsm`WordBinomial", 
          "KlausSutner`Automata`Fsm`WordFactorFA", 
          "KlausSutner`Automata`Fsm`WordLength", 
          "KlausSutner`Automata`Fsm`WordOrder", 
          "KlausSutner`Automata`Fsm`WordQ", 
          "KlausSutner`Automata`Fsm`WordRandom", 
          "KlausSutner`Automata`Fsm`Words", 
          "KlausSutner`Automata`Fsm`WordShuffle", 
          "KlausSutner`Automata`Fsm`WordSort", 
          "KlausSutner`Automata`FsmComputationGraphFA", 
          "KlausSutner`Automata`FsmShuffleProductFA", 
          "KlausSutner`Automata`GridOffset", 
          "KlausSutner`Automata`Plot`$defaultPlotEmpty", 
          "KlausSutner`Automata`Plot`$defaultPlotEpsilon", 
          "KlausSutner`Automata`Plot`$defaultPlotStar", 
          "KlausSutner`Automata`Plot`$defaultPlotUniversal", 
          "KlausSutner`Automata`Plot`FormatEdgesGraph", 
          "KlausSutner`Automata`Plot`FormatVerticesGraph", 
          "KlausSutner`Automata`Plot`GetColorList", 
          "KlausSutner`Automata`Plot`GridOffset", 
          "KlausSutner`Automata`Plot`LabelList", 
          "KlausSutner`Automata`Plot`PlotFA", 
          "KlausSutner`Automata`Plot`PlotFunction", 
          "KlausSutner`Automata`Plot`PlotGrid", 
          "KlausSutner`Automata`Plot`PlotMatrix", 
          "KlausSutner`Automata`Plot`PlotRelation", 
          "KlausSutner`Automata`Plot`ShowGrid", 
          "KlausSutner`Automata`Plot`TDGraph", 
          "KlausSutner`Automata`Plot`TDGSelectAll", 
          "KlausSutner`Automata`Sgroup`DCL", 
          "KlausSutner`Automata`Sgroup`DCLDimension", 
          "KlausSutner`Automata`Sgroup`DCLGreenToGrid", 
          "KlausSutner`Automata`Sgroup`DCLUnpack", 
          "KlausSutner`Automata`Sgroup`FromKernelImageSGT", 
          "KlausSutner`Automata`Sgroup`IdempotentQSGT", 
          "KlausSutner`Automata`Sgroup`IdentitySGT", 
          "KlausSutner`Automata`Sgroup`ImageSGT", 
          "KlausSutner`Automata`Sgroup`KernelImageSelectorQ", 
          "KlausSutner`Automata`Sgroup`KernelImageSGT", 
          "KlausSutner`Automata`Sgroup`KernelSGT", 
          "KlausSutner`Automata`Sgroup`Monoid", 
          "KlausSutner`Automata`Sgroup`PermutationToTransformation", 
          "KlausSutner`Automata`Sgroup`PowerSGT", 
          "KlausSutner`Automata`Sgroup`RandomSGT", 
          "KlausSutner`Automata`Sgroup`RankSGT", 
          "KlausSutner`Automata`Sgroup`RewritePrint", 
          "KlausSutner`Automata`Sgroup`RewriteRulesSimplify", 
          "KlausSutner`Automata`Sgroup`RewriteString", 
          "KlausSutner`Automata`Sgroup`RewriteToIrreducible", 
          "KlausSutner`Automata`Sgroup`Semigroup", 
          "KlausSutner`Automata`Sgroup`SemigroupCayleyGraph", 
          "KlausSutner`Automata`Sgroup`SemigroupCayleyTable", 
          "KlausSutner`Automata`Sgroup`SemigroupDegree", 
          "KlausSutner`Automata`Sgroup`SemigroupElements", 
          "KlausSutner`Automata`Sgroup`SemigroupEquations", 
          "KlausSutner`Automata`Sgroup`SemigroupGenerate", 
          "KlausSutner`Automata`Sgroup`SemigroupGenerators", 
          "KlausSutner`Automata`Sgroup`SemigroupOrder", 
          "KlausSutner`Automata`Sgroup`SemigroupQ", 
          "KlausSutner`Automata`Sgroup`SemigroupToMonoid", 
          "KlausSutner`Automata`Sgroup`SemigroupWitnesses", 
          "KlausSutner`Automata`Sgroup`SGT", 
          "KlausSutner`Automata`Sgroup`TransformationList", 
          "KlausSutner`Automata`Sgroup`TransformationListQ", 
          "KlausSutner`Automata`Sgroup`TransformationProduct", 
          "KlausSutner`Automata`Sgroup`TransformationReplace", 
          "KlausSutner`Automata`SgroupSGT", 
          "KlausSutner`Automata`Utils`AlphabetTraitQ", 
          "KlausSutner`Automata`Utils`AnalyzeOrbit", 
          "KlausSutner`Automata`Utils`AssignFunction", 
          "KlausSutner`Automata`Utils`AutomataDefaults", 
          "KlausSutner`Automata`Utils`Bound", 
          "KlausSutner`Automata`Utils`CartesianProduct", 
          "KlausSutner`Automata`Utils`Closure", 
          "KlausSutner`Automata`Utils`ClosureSearch", 
          "KlausSutner`Automata`Utils`CycleDecomposition", 
          "KlausSutner`Automata`Utils`CycleShape", 
          "KlausSutner`Automata`Utils`DomainFunction", 
          "KlausSutner`Automata`Utils`DoTrace", 
          "KlausSutner`Automata`Utils`FATraitQ", 
          "KlausSutner`Automata`Utils`FindRepetitions", 
          "KlausSutner`Automata`Utils`FlattenOne", 
          "KlausSutner`Automata`Utils`Frequencies", 
          "KlausSutner`Automata`Utils`FromBitVector", 
          "KlausSutner`Automata`Utils`GetTraits", 
          "KlausSutner`Automata`Utils`Index", 
          "KlausSutner`Automata`Utils`ListShuffle", 
          "KlausSutner`Automata`Utils`NonDecreasingSequences", 
          "KlausSutner`Automata`Utils`PadicOrder", 
          "KlausSutner`Automata`Utils`PadicValuation", 
          "KlausSutner`Automata`Utils`Pairs", 
          "KlausSutner`Automata`Utils`ParseRange", 
          "KlausSutner`Automata`Utils`Partitions", 
          "KlausSutner`Automata`Utils`PositionList", 
          "KlausSutner`Automata`Utils`PositionOne", 
          "KlausSutner`Automata`Utils`PowerSet", 
          "KlausSutner`Automata`Utils`RankCartesian", 
          "KlausSutner`Automata`Utils`RankingRules", 
          "KlausSutner`Automata`Utils`RelationToMatrix", 
          "KlausSutner`Automata`Utils`SelectOptions", 
          "KlausSutner`Automata`Utils`SetTraits", 
          "KlausSutner`Automata`Utils`SGTraitQ", 
          "KlausSutner`Automata`Utils`SymbolList", 
          "KlausSutner`Automata`Utils`ToBitVector", 
          "KlausSutner`Automata`Utils`ToClasses", 
          "KlausSutner`Automata`Utils`ToKernel", 
          "KlausSutner`Automata`Utils`TransientMod", 
          "KlausSutner`Automata`Utils`TSysTraitQ", 
          "KlausSutner`Automata`Utils`Tupeln", 
          "KlausSutner`Automata`Utils`Type", 
          "KlausSutner`Automata`Utils`UnBoole", 
          "KlausSutner`Automata`Utils`UnrankCartesian"}}, {
       "Documentation", "Language" -> All, "MainPage" -> "Guides/Automata"}}, 
     "Keywords" -> {
      "finite state machines", "syntactic semigroups", "cellular automata"}, 
     "Location" -> 
     "/Users/nate/Library/Mathematica/Paclets/Repository/KlausSutner__\
Automata-1.0.1"|>],
   Editable->False,
   SelectWithContents->True,
   Selectable->False], "}"}]], "Output",
 CellChangeTimes->{{3.8908173307272587`*^9, 3.890817337414172*^9}},
 CellLabel->"Out[76]=",ExpressionUUID->"834e4e74-ea82-4764-9101-e4d94643ff47"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"Needs", "[", "\"\<KlausSutner`Automata`\>\"", "]"}]], "Input",
 CellChangeTimes->{{3.890988724799087*^9, 3.8909887364501963`*^9}},
 CellLabel->"In[1]:=",ExpressionUUID->"242a5a6b-4f31-463f-8a28-2483ca44271b"],

Cell[BoxData[
 TemplateBox[{
  "load", "success", 
   "\"Automata loaded, version \
\\!\\(\\*RowBox[{\\\"\\\\\\\"1.0.1\\\\\\\"\\\"}]\\), date \\!\\(\\*RowBox[{\\\
\"\\\\\\\"2022/08/19\\\\\\\"\\\"}]\\).\"", 2, 1, 1, 26181834889809012966, 
   "Local", "Global`load"},
  "MessageTemplate2"]], "Message", "MSG",
 CellChangeTimes->{3.890988738712159*^9},
 CellLabel->
  "During evaluation of \
In[1]:=",ExpressionUUID->"0431e262-70c5-4232-9ff3-045bf9c2c076"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"BalancedQCA", "[", 
  RowBox[{"ECA", "[", "30", "]"}], "]"}]], "Input",
 CellChangeTimes->{{3.890988739555256*^9, 3.890988745190794*^9}},
 CellLabel->"In[2]:=",ExpressionUUID->"50f7ba28-0375-45bc-a5ff-f089a589810e"],

Cell[BoxData["True"], "Output",
 CellChangeTimes->{3.890988747578578*^9},
 CellLabel->"Out[2]=",ExpressionUUID->"41f7d58a-10e8-4da2-9d43-bfb43ea2754b"]
}, Open  ]],

Cell[CellGroupData[{

Cell[BoxData[
 RowBox[{"BalancedQCA", "[", 
  RowBox[{"ECA", "[", "43", "]"}], "]"}]], "Input",
 CellChangeTimes->{{3.890988749298111*^9, 3.890988793556147*^9}},
 CellLabel->"In[5]:=",ExpressionUUID->"800d6d2a-675e-4b0a-bc08-5c23310afa72"],

Cell[BoxData["True"], "Output",
 CellChangeTimes->{{3.8909887806444893`*^9, 3.890988795030085*^9}},
 CellLabel->"Out[5]=",ExpressionUUID->"5c763ffd-2076-44dc-acce-cedbdab670eb"]
}, Open  ]]
},
WindowSize->{1436, 843},
WindowMargins->{{2, Automatic}, {Automatic, 2}},
FrontEndVersion->"13.2 for Mac OS X x86 (64-bit) (November 18, 2022)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"504827fd-735e-42ab-990f-80d0db506d59"
]
(* End of Notebook Content *)

(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[580, 22, 756, 19, 52, "Input",ExpressionUUID->"e2ced5c4-e9f3-4811-8c9a-912b67e959b7"],
Cell[1339, 43, 742, 14, 24, "Message",ExpressionUUID->"4849335f-622b-4891-815d-c9e732bb1c39"],
Cell[2084, 59, 451, 11, 21, "Message",ExpressionUUID->"11755efb-e062-49e0-9054-8823f553898d"],
Cell[2538, 72, 167, 3, 34, "Output",ExpressionUUID->"31c2a489-04db-4005-a9d2-41d1947f620b"]
}, Open  ]],
Cell[2720, 78, 185, 4, 30, "Input",ExpressionUUID->"2f7371bc-871f-418d-a043-4657543db384"],
Cell[CellGroupData[{
Cell[2930, 86, 579, 15, 30, "Input",ExpressionUUID->"5a391080-e451-4e61-8581-60e73ac078e2"],
Cell[3512, 103, 165, 3, 34, "Output",ExpressionUUID->"651551c6-116c-4b38-8932-c2ef7abcb5a7"]
}, Open  ]],
Cell[3692, 109, 303, 6, 30, "Input",ExpressionUUID->"0a645727-6c95-4fb6-8d38-e02ced33c2b4"],
Cell[CellGroupData[{
Cell[4020, 119, 641, 14, 30, "Input",ExpressionUUID->"66787afb-7717-49d6-9437-cd8af09817c2"],
Cell[4664, 135, 142764, 3802, 1665, "Output",ExpressionUUID->"07b5a2cc-1562-4a24-8224-68389f4f137e"]
}, Open  ]],
Cell[CellGroupData[{
Cell[147465, 3942, 877, 23, 52, "Input",ExpressionUUID->"5c6e8747-f5c3-4690-aa61-73f944405046"],
Cell[148345, 3967, 234, 3, 34, "Output",ExpressionUUID->"f672a7fe-bf49-4331-b12b-99d6550af4fa"],
Cell[148582, 3972, 242, 4, 34, "Output",ExpressionUUID->"5e52009c-2f2f-430f-874d-f1ca98f6d6cc"]
}, Open  ]],
Cell[CellGroupData[{
Cell[148861, 3981, 780, 21, 52, "Input",ExpressionUUID->"fb941351-a806-45d9-a646-968554baad1c"],
Cell[149644, 4004, 2778, 88, 77, "Output",ExpressionUUID->"80e87154-8f68-4f00-9f87-c8de4e5834a8"]
}, Open  ]],
Cell[CellGroupData[{
Cell[152459, 4097, 780, 21, 52, "Input",ExpressionUUID->"11a0a921-545f-430f-a1f9-7f59163bac59"],
Cell[153242, 4120, 3142, 96, 98, "Output",ExpressionUUID->"7e94f408-05bb-46ff-ab3e-90cb32eda430"]
}, Open  ]],
Cell[CellGroupData[{
Cell[156421, 4221, 155, 3, 30, "Input",ExpressionUUID->"376d7cb7-881c-4a8a-8767-c891a7587b76"],
Cell[156579, 4226, 903, 14, 77, "Output",ExpressionUUID->"5c08123e-c5b1-42a5-9f06-cf754c0d2d80"]
}, Open  ]],
Cell[CellGroupData[{
Cell[157519, 4245, 890, 23, 52, "Input",ExpressionUUID->"4cade969-3f2b-450c-a3aa-6d78ebfafe2c"],
Cell[158412, 4270, 316, 6, 34, "Output",ExpressionUUID->"76172582-06ac-4d99-8b3a-7f1e6d2cb2bd"]
}, Open  ]],
Cell[CellGroupData[{
Cell[158765, 4281, 195, 2, 30, "Input",ExpressionUUID->"50cd0724-e1f5-417d-aa4a-024cfc0e1b16"],
Cell[158963, 4285, 195, 2, 34, "Output",ExpressionUUID->"a09f8a0e-5386-4106-9658-e8dcd77ee353"]
}, Open  ]],
Cell[CellGroupData[{
Cell[159195, 4292, 227, 3, 30, "Input",ExpressionUUID->"6d7b92ac-8edd-4bd1-b78d-db969527024f"],
Cell[159425, 4297, 37953, 677, 90, "Output",ExpressionUUID->"834e4e74-ea82-4764-9101-e4d94643ff47"]
}, Open  ]],
Cell[CellGroupData[{
Cell[197415, 4979, 232, 3, 30, "Input",ExpressionUUID->"242a5a6b-4f31-463f-8a28-2483ca44271b"],
Cell[197650, 4984, 453, 11, 28, "Message",ExpressionUUID->"0431e262-70c5-4232-9ff3-045bf9c2c076"]
}, Open  ]],
Cell[CellGroupData[{
Cell[198140, 5000, 239, 4, 30, "Input",ExpressionUUID->"50f7ba28-0375-45bc-a5ff-f089a589810e"],
Cell[198382, 5006, 151, 2, 34, "Output",ExpressionUUID->"41f7d58a-10e8-4da2-9d43-bfb43ea2754b"]
}, Open  ]],
Cell[CellGroupData[{
Cell[198570, 5013, 239, 4, 30, "Input",ExpressionUUID->"800d6d2a-675e-4b0a-bc08-5c23310afa72"],
Cell[198812, 5019, 177, 2, 34, "Output",ExpressionUUID->"5c763ffd-2076-44dc-acce-cedbdab670eb"]
}, Open  ]]
}
]
*)