Properties

Label 6920642400.a
Order \( 2^{5} \cdot 3 \cdot 5^{2} \cdot 7^{4} \cdot 1201 \)
Exponent \( 2^{4} \cdot 3 \cdot 5^{2} \cdot 7 \cdot 1201 \)
Simple yes
$\card{G^{\mathrm{ab}}}$ \( 1 \)
$\card{Z(G)}$ 1
$\card{\Aut(G)}$ \( 2^{8} \cdot 3 \cdot 5^{2} \cdot 7^{4} \cdot 1201 \)
$\card{\mathrm{Out}(G)}$ \( 2^{3} \)
Perm deg. $2402$
Trans deg. $2402$
Rank $2$

Related objects

Downloads

Learn more

Show commands: Gap / Magma / SageMath

Copy content magma:G := PSL(2,2401);
 
Copy content gap:G := PSL(2,2401);
 
Copy content sage:G = PSL(2,2401)
 
Copy content comment:Define the group as a permutation group
 

Group information

Description:$\PSL(2,2401)$
Order: \(6920642400\)\(\medspace = 2^{5} \cdot 3 \cdot 5^{2} \cdot 7^{4} \cdot 1201 \)
Copy content comment:Order of the group
 
Copy content magma:Order(G);
 
Copy content gap:Order(G);
 
Copy content sage:G.order()
 
Copy content sage_gap:G.Order()
 
Exponent: \(10088400\)\(\medspace = 2^{4} \cdot 3 \cdot 5^{2} \cdot 7 \cdot 1201 \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Automorphism group:Group of order \(55365139200\)\(\medspace = 2^{8} \cdot 3 \cdot 5^{2} \cdot 7^{4} \cdot 1201 \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage_gap:G.AutomorphismGroup()
 
Composition factors:$\PSL(2,2401)$
Copy content comment:Composition factors of the group
 
Copy content magma:CompositionFactors(G);
 
Copy content gap:CompositionSeries(G);
 
Copy content sage:G.composition_series()
 
Copy content sage_gap:G.CompositionSeries()
 
Derived length:$0$
Copy content comment:Derived length of the group
 
Copy content magma:DerivedLength(G);
 
Copy content gap:DerivedLength(G);
 
Copy content sage_gap:G.DerivedLength()
 

This group is nonabelian and simple (hence nonsolvable, perfect, quasisimple, and almost simple).

Copy content comment:Determine if the group G is abelian
 
Copy content magma:IsAbelian(G);
 
Copy content gap:IsAbelian(G);
 
Copy content sage:G.is_abelian()
 
Copy content sage_gap:G.IsAbelian()
 
Copy content comment:Determine if the group G is cyclic
 
Copy content magma:IsCyclic(G);
 
Copy content gap:IsCyclic(G);
 
Copy content sage:G.is_cyclic()
 
Copy content sage_gap:G.IsCyclic()
 
Copy content comment:Determine if the group G is nilpotent
 
Copy content magma:IsNilpotent(G);
 
Copy content gap:IsNilpotentGroup(G);
 
Copy content sage:G.is_nilpotent()
 
Copy content sage_gap:G.IsNilpotentGroup()
 
Copy content comment:Determine if the group G is solvable
 
Copy content magma:IsSolvable(G);
 
Copy content gap:IsSolvableGroup(G);
 
Copy content sage:G.is_solvable()
 
Copy content sage_gap:G.IsSolvableGroup()
 
Copy content comment:Determine if the group G is supersolvable
 
Copy content gap:IsSupersolvableGroup(G);
 
Copy content sage:G.is_supersolvable()
 
Copy content sage_gap:G.IsSupersolvableGroup()
 
Copy content comment:Determine if the group G is simple
 
Copy content magma:IsSimple(G);
 
Copy content gap:IsSimpleGroup(G);
 
Copy content sage_gap:G.IsSimpleGroup()
 

Group statistics

Copy content comment:Compute statistics for the group G
 
Copy content magma:// Magma code to output the first two rows of the group statistics table element_orders := [Order(g) : g in G]; orders := Set(element_orders); printf "Orders: %o\n", orders; printf "Elements: %o %o\n", [#[x : x in element_orders | x eq n] : n in orders], Order(G); cc_orders := [cc[1] : cc in ConjugacyClasses(G)]; printf "Conjugacy classes: %o %o\n", [#[x : x in cc_orders | x eq n] : n in orders], #cc_orders;
 
Copy content gap:# Gap code to output the first two rows of the group statistics table element_orders := List(Elements(G), g -> Order(g)); orders := Set(element_orders); Print("Orders: ", orders, "\n"); element_counts := List(orders, n -> Length(Filtered(element_orders, x -> x = n))); Print("Elements: ", element_counts, " ", Size(G), "\n"); cc_orders := List(ConjugacyClasses(G), cc -> Order(Representative(cc))); cc_counts := List(orders, n -> Length(Filtered(cc_orders, x -> x = n))); Print("Conjugacy classes: ", cc_counts, " ", Length(ConjugacyClasses(G)), "\n");
 
Copy content sage:# Sage code to output the first two rows of the group statistics table element_orders = [g.order() for g in G] orders = sorted(list(set(element_orders))) print("Orders:", orders) print("Elements:", [element_orders.count(n) for n in orders], G.order()) cc_orders = [cc[0].order() for cc in G.conjugacy_classes()] print("Conjugacy classes:", [cc_orders.count(n) for n in orders], len(cc_orders))
 

Order 1 2 3 4 5 6 7 8 10 12 15 16 20 24 25 30 40 48 50 60 75 80 100 120 150 200 240 300 400 600 1200 1201
Elements 1 2883601 5767202 5767202 11534404 5767202 5764800 11534404 11534404 11534404 23068808 23068808 23068808 23068808 57672020 23068808 46137616 46137616 57672020 46137616 115344040 92275232 115344040 92275232 115344040 230688080 184550464 230688080 461376160 461376160 922752320 3457440000 6920642400
Conjugacy classes   1 1 1 1 2 1 2 2 2 2 4 4 4 4 10 4 8 8 10 8 20 16 20 16 20 40 32 40 80 80 160 600 1203
Divisions 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 33
Autjugacy classes 1 1 1 1 1 1 1 2 1 1 1 2 1 2 5 1 2 4 5 2 5 4 5 4 5 10 8 10 20 20 40 150 317

Minimal presentations

Permutation degree:$2402$
Transitive degree:$2402$
Rank: $2$
Inequivalent generating pairs: not computed

Minimal degrees of faithful linear representations

Over $\mathbb{C}$ Over $\mathbb{R}$ Over $\mathbb{Q}$
Irreducible 1201 not computed not computed
Arbitrary not computed not computed not computed

Constructions

Show commands: Gap / Magma / SageMath


Groups of Lie type:$\PSL(2,2401)$, $\OmegaMinus(4,49)$, $\POmegaMinus(4,49)$
Copy content magma:G := PSL(2,2401);
 
Copy content gap:G := PSL(2,2401);
 
Copy content sage:G = PSL(2,2401)
 
Copy content magma:G := OmegaMinus(4,49);
 
Copy content magma:G := POmegaMinus(4,49);
 
Permutation group:Degree $2402$ $\langle(3,161,174,1235,1111,837,399,641,334,2227,1911,1794,69,169,1666,411,60,1844,1542,2392,1974,506,2056,327,1671,1432,1509,565,392,144,651,1580,879,592,282,1296,1016,586,328,1491,869,92,1562,409,2374,1765,515,1456,1133,1775,1535,50,1691,2059,249,2195,819,395,814,1108,296,1860,719,492,2191,1829,1090,906,192,536,1127,1334,1712,2361,1966,190,652,776,1015,2012,2100,2239,426,2189,1892,2342,633,775,1977,432,994,1821,1855,1139,2362,1010,168,1872,2174,1323,624,1072,312,1496,287,244,1337,956,403,1548,34,551,1029,15,1371,497,1818,1228,1564,2124,1126,998,1441,373,1903,1782,2211,1205,170,1384,965,90,358,2277,554,2164,1832,1353,1252,1058,2183,808,1098,1428,191,564,1179,958,891,961,885,1724,140,1442,2166,2043,1244,130,1698,1167,171,893,1085,2219,2038,471,778,1993,2271,1110,375,457,1610,567,1368,772,934,1511,250,286,1103,2041,597,2354,1150,1092,424,943,1005,1264,2396,605,2212,2199,803,1067,785,1124,1050,797,1237,154,1874,716,582,580,2352,566,1263,2217,1118,2376,1242,556,936,2240,676,259,588,671,1403,2003,822,1768,1959,1211,1789,1795,1717,2316,1081,1581,815,1957,135,1057,1990,1257,1197,2196,1796,1559,1517,478,57,1426,80,1012,984,1617,828,2334,1319,2070,1345,748,1878,1524,2112,1658,1024,339,529,590,540,985,1474,461,311,2363,262,394,2042,680,1939,1195,834,1599,1672,1299,213,245,113,1773,1700,1703,1201,1398,1379,886,418,966,2082,145,2168,390,1739,1365,655,833,890,1013,1914,2347,686,476,1077,1778,1493,1762,2360,905,1069,133,1038,631,2322,76,279,594,876,348,408,2190,696,423,1545,217,1128,1030,2300,324,36,2203,226,900,40,2130,2208,378,1945,1036,1054,2172,1770,1556,414,813,1132,1413,871,2167,970,741,743,340,1898,1679,1730,203,101,1495,1713,1946,1907,1344,2128,1569,1488,1254,1102,1461,1502,807,1401,1924,391,1117,1422,653,2229,1003,496,2062,581,1056,179,1506,1035,2053,2302,1091,434,480,290,866,102,377,1859,1523,1203,663,842,1358,1247,2305,2106,1537,2142,511,947,175,1688,67,205,2343,427,673,1504,1095,1478,1311,2105,150,333,1983,1451,1964,2274,39,280,55,1528,1011,2254,1280,2016,1651,317,1224,2111,1032,520,1450,1801,26,525,1663,1346,2193,974,157,1149,2337,1064,1073,1943,940,1089,1646,1791,694,153,1980,48,379,1116,2256,589,376,2052,1607,544,454,770,1578,155,1538,1565,538,1871,2268,945,366,435,183,981,298,800,1685,593,487,2262,104,2173,2122,1174,1343,691,2243,2206,1906,87,463,678,1737,1632,1707,266,1159,957,2220,650,1501,2131,2185,2378,1261,1383,1269,1743,816,2266,2186,182,2216,1895,1105,148,2037,600,505,731,1798,1234,111,2326,851,19,1941,2221,1433,452,2050,1988,1575,59,608,517,1560,337,976,2249,1905,1473,1668,2388,991,855,35,1184,853,1275,387,1173,697,1366,978,942,811,596,968,2285,1399,543,1468,136,1178,518,28,1751,1596,1616,295,404,875,1410,121,923,11,2317,1676,558,1327,1446,2204,768,1483,443,1454,309,1624,383,730,1217,1129,1361,1207,147,2099,672,2246,307,1531,658,1028,1856,1466,21,2307,2127,1555,1896,223,1119,784,357,1025,1378,524,780,292,261,1472,591,887,1916,164,1613,1156,1018,537,1793,473,1828,1682,122,23,163,372,1601,2397,1567,996,727,265,1992,622,1661,2021,158,1639,2103,109,46,1786,75,1748,112,646,484,2102,2327,1835,2040,1521,1049,318,1325,1443,138,1716,351,107,2297,386,2335,547,25,1967,1845,284,388,486,684,118,1780,501,713,1065,95,469,1619,1785,1792,1807,1258,1063,1053,405,762,1508,1803,115,1694,512,835,1741,721,2074,2104,1744,1364,1701,777,482,483,2398,526,1391,1009,1492,634,18,2373,583,2320,1735,1284,30,5,126,832,569,2383,252,854,1239,1350,1937,1634,2351,313,699,1579,1799,1593,1866,2046,1046,1837,1655,1154,208,760,703,1935,2085,110,1547,892,514,242,1362,2364,200,224,578,453,1963,685,2023,1870,1965,271,1623,1453,116,647,2045,574,665,456,449,1718,738,599,758,84,332,2097,1486,921,1475,1245,1749,791,1857,2324,371,621,1659,861,1889,638,1076,2061,1455,2120,1182,532,2133,354,479,1335,2233,2201,1728,1704,898,1143,1527,682,1209,180,530,986,1497,420,523,724,1863,1317,1853,1271,61,1920,1412,2176,1213,1516,769,1097,2282,1306,2129,579,1687,975,1385,1301,1833,562,559,472,839,1000,2049,967,1553,1408,258,865,508,1477,2311,2075,1746,1804,24,477,2218,1418,2063,709,2180,615,2076,2116,1485,1292,416,1225,117,817,1787,436,553,911,1176,66,1033,988,1096,1660,2280,1766,990,1250,916,1100,326,2323,1157,1374,629,314,1048,872,196,859,1584,989,626,926,2069,347,467,397,264,1915,1331,310,571,1404,2368,381,91,2328,1318,1470,1638,2175,820,240,1189,2393,519,1677,700,173,1582,1397,2101,1114,198,763,2187,2263,1162,475,818,451,1330,211,1975,1172,649,1293,563,269,2319,1763,421,1282,805,207,97,1083,2108,751,1961,1715,801,1574,437,195,1218,1736,322,407,555,350,181,1680,695,2150,847,864,493,1169,1152,1940,895,2004,234,1745,52,873,124,528,848,953,2044,1902,2090,1017,447,141,749,2341,915,683,617,2036,1481,2401,752,6,1947,1120,1290,2331,1769,419,2245,1140,1802,119,325,2117,257,1019,1665,1690,753,10,2312,2137,167,1165,106,2138,396,374,2132,1183,370,291,1649,1215,1283,735,1268,2157,1820,56,474,1699,1693,1848,1457,127,1360,1382,938,20,1611,2259,1445,1777,221,1697,1191,787,2159,929,902,1206,810,1522,1673,2291,2025,1615,1326,2064,2158,270,1810,1622,1107,2333,228,1576,1212,2086,47,99,2389,2276,1901,1683,2367,1648,1738,1631,1135,445,918,433,1950,2356,761,1259,1241,1525,802,2084,1626,575,2391,862,1084,1260,1549,1219,1883,1339,1650,410,1185,235,398,674,644,1459,1726,1175,799,2340,1406,2151,541,260,1131,251,1976,1917,1423,1757,1910,1640,132,1695,33,2020,907,1609,1093,236,1138,2005,243,1354,925,2089,227,1304,2152,1760,338,177,980,1641,1669,941,406,2149,2060,969,2309,2332,793,1561,1955,1363,1884,971,152) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 2402 | (3,161,174,1235,1111,837,399,641,334,2227,1911,1794,69,169,1666,411,60,1844,1542,2392,1974,506,2056,327,1671,1432,1509,565,392,144,651,1580,879,592,282,1296,1016,586,328,1491,869,92,1562,409,2374,1765,515,1456,1133,1775,1535,50,1691,2059,249,2195,819,395,814,1108,296,1860,719,492,2191,1829,1090,906,192,536,1127,1334,1712,2361,1966,190,652,776,1015,2012,2100,2239,426,2189,1892,2342,633,775,1977,432,994,1821,1855,1139,2362,1010,168,1872,2174,1323,624,1072,312,1496,287,244,1337,956,403,1548,34,551,1029,15,1371,497,1818,1228,1564,2124,1126,998,1441,373,1903,1782,2211,1205,170,1384,965,90,358,2277,554,2164,1832,1353,1252,1058,2183,808,1098,1428,191,564,1179,958,891,961,885,1724,140,1442,2166,2043,1244,130,1698,1167,171,893,1085,2219,2038,471,778,1993,2271,1110,375,457,1610,567,1368,772,934,1511,250,286,1103,2041,597,2354,1150,1092,424,943,1005,1264,2396,605,2212,2199,803,1067,785,1124,1050,797,1237,154,1874,716,582,580,2352,566,1263,2217,1118,2376,1242,556,936,2240,676,259,588,671,1403,2003,822,1768,1959,1211,1789,1795,1717,2316,1081,1581,815,1957,135,1057,1990,1257,1197,2196,1796,1559,1517,478,57,1426,80,1012,984,1617,828,2334,1319,2070,1345,748,1878,1524,2112,1658,1024,339,529,590,540,985,1474,461,311,2363,262,394,2042,680,1939,1195,834,1599,1672,1299,213,245,113,1773,1700,1703,1201,1398,1379,886,418,966,2082,145,2168,390,1739,1365,655,833,890,1013,1914,2347,686,476,1077,1778,1493,1762,2360,905,1069,133,1038,631,2322,76,279,594,876,348,408,2190,696,423,1545,217,1128,1030,2300,324,36,2203,226,900,40,2130,2208,378,1945,1036,1054,2172,1770,1556,414,813,1132,1413,871,2167,970,741,743,340,1898,1679,1730,203,101,1495,1713,1946,1907,1344,2128,1569,1488,1254,1102,1461,1502,807,1401,1924,391,1117,1422,653,2229,1003,496,2062,581,1056,179,1506,1035,2053,2302,1091,434,480,290,866,102,377,1859,1523,1203,663,842,1358,1247,2305,2106,1537,2142,511,947,175,1688,67,205,2343,427,673,1504,1095,1478,1311,2105,150,333,1983,1451,1964,2274,39,280,55,1528,1011,2254,1280,2016,1651,317,1224,2111,1032,520,1450,1801,26,525,1663,1346,2193,974,157,1149,2337,1064,1073,1943,940,1089,1646,1791,694,153,1980,48,379,1116,2256,589,376,2052,1607,544,454,770,1578,155,1538,1565,538,1871,2268,945,366,435,183,981,298,800,1685,593,487,2262,104,2173,2122,1174,1343,691,2243,2206,1906,87,463,678,1737,1632,1707,266,1159,957,2220,650,1501,2131,2185,2378,1261,1383,1269,1743,816,2266,2186,182,2216,1895,1105,148,2037,600,505,731,1798,1234,111,2326,851,19,1941,2221,1433,452,2050,1988,1575,59,608,517,1560,337,976,2249,1905,1473,1668,2388,991,855,35,1184,853,1275,387,1173,697,1366,978,942,811,596,968,2285,1399,543,1468,136,1178,518,28,1751,1596,1616,295,404,875,1410,121,923,11,2317,1676,558,1327,1446,2204,768,1483,443,1454,309,1624,383,730,1217,1129,1361,1207,147,2099,672,2246,307,1531,658,1028,1856,1466,21,2307,2127,1555,1896,223,1119,784,357,1025,1378,524,780,292,261,1472,591,887,1916,164,1613,1156,1018,537,1793,473,1828,1682,122,23,163,372,1601,2397,1567,996,727,265,1992,622,1661,2021,158,1639,2103,109,46,1786,75,1748,112,646,484,2102,2327,1835,2040,1521,1049,318,1325,1443,138,1716,351,107,2297,386,2335,547,25,1967,1845,284,388,486,684,118,1780,501,713,1065,95,469,1619,1785,1792,1807,1258,1063,1053,405,762,1508,1803,115,1694,512,835,1741,721,2074,2104,1744,1364,1701,777,482,483,2398,526,1391,1009,1492,634,18,2373,583,2320,1735,1284,30,5,126,832,569,2383,252,854,1239,1350,1937,1634,2351,313,699,1579,1799,1593,1866,2046,1046,1837,1655,1154,208,760,703,1935,2085,110,1547,892,514,242,1362,2364,200,224,578,453,1963,685,2023,1870,1965,271,1623,1453,116,647,2045,574,665,456,449,1718,738,599,758,84,332,2097,1486,921,1475,1245,1749,791,1857,2324,371,621,1659,861,1889,638,1076,2061,1455,2120,1182,532,2133,354,479,1335,2233,2201,1728,1704,898,1143,1527,682,1209,180,530,986,1497,420,523,724,1863,1317,1853,1271,61,1920,1412,2176,1213,1516,769,1097,2282,1306,2129,579,1687,975,1385,1301,1833,562,559,472,839,1000,2049,967,1553,1408,258,865,508,1477,2311,2075,1746,1804,24,477,2218,1418,2063,709,2180,615,2076,2116,1485,1292,416,1225,117,817,1787,436,553,911,1176,66,1033,988,1096,1660,2280,1766,990,1250,916,1100,326,2323,1157,1374,629,314,1048,872,196,859,1584,989,626,926,2069,347,467,397,264,1915,1331,310,571,1404,2368,381,91,2328,1318,1470,1638,2175,820,240,1189,2393,519,1677,700,173,1582,1397,2101,1114,198,763,2187,2263,1162,475,818,451,1330,211,1975,1172,649,1293,563,269,2319,1763,421,1282,805,207,97,1083,2108,751,1961,1715,801,1574,437,195,1218,1736,322,407,555,350,181,1680,695,2150,847,864,493,1169,1152,1940,895,2004,234,1745,52,873,124,528,848,953,2044,1902,2090,1017,447,141,749,2341,915,683,617,2036,1481,2401,752,6,1947,1120,1290,2331,1769,419,2245,1140,1802,119,325,2117,257,1019,1665,1690,753,10,2312,2137,167,1165,106,2138,396,374,2132,1183,370,291,1649,1215,1283,735,1268,2157,1820,56,474,1699,1693,1848,1457,127,1360,1382,938,20,1611,2259,1445,1777,221,1697,1191,787,2159,929,902,1206,810,1522,1673,2291,2025,1615,1326,2064,2158,270,1810,1622,1107,2333,228,1576,1212,2086,47,99,2389,2276,1901,1683,2367,1648,1738,1631,1135,445,918,433,1950,2356,761,1259,1241,1525,802,2084,1626,575,2391,862,1084,1260,1549,1219,1883,1339,1650,410,1185,235,398,674,644,1459,1726,1175,799,2340,1406,2151,541,260,1131,251,1976,1917,1423,1757,1910,1640,132,1695,33,2020,907,1609,1093,236,1138,2005,243,1354,925,2089,227,1304,2152,1760,338,177,980,1641,1669,941,406,2149,2060,969,2309,2332,793,1561,1955,1363,1884,971,152)(4,924,369,1788,1722,1490,64,1656,2264,1958,1388,315,503,361,1452,1557,1877,2281,1532,2353,660,2171,401,1510,465,1253,1236,1912,1541,1558,255,1710,725,2224,2055,1850,1998,2083,669,1187,2210,1968,831,1604,690,444,1654,297,1322,2308,2198,1600,1123,1984,642,86,2136,1842,1112,1756,1233,430,2194,1075,1954,1587,1930,1243,142,218,1642,2207,1291,304,1008,823,2232,1705,728,1886,12,1216,2165,1585,230,767,935,1087,77,2314,2024,37,1001,1834,2095,1074,490,2141,2008,1938,2058,336,1479,1779,1416,821,1546,2209,1533,1357,2091,1776,1031,1248,82,2079,1305,1489,1155,1415,639,125,745,1309,1417,1372,2339,1229,1494,1852,1969,618,1588,2288,1180,1989,1113,920,289,329,1790,225,1696,342,987,187,1928,2381,601,659,330,94,928,1897,1540,2147,997,852,1438,356,1405,1566,1933,1846,1843,572,1104,1020,1430,718,1826,276,1099,123,1308,1636,889,1192,229,993,485,2344,1134,552,1088,542,1681,1882,1985,908,1419,1875,2225,1196,1723,878,1262,1507,701,677,204,172,1070,1926,2051,272,1873,1223,285,950,344,1329,1767,516,1544,746,1784,2034,81,548,1614,656,1160,930,1484,919,308,2073,2321,1647,1806,1667,687,1956,1949,1740,1831,360,1758,2289,952,782,2134,440,535,382,1720,442,1952,1827,2181,2205,41,1043,2163,1891,1513,858,2295,320,470,1702,1645,2197,1251,750,568,1359,359,539,812,606,826,1706,2092,54,771,468,1055,1166,1551,2153,22,1836,1573,2279,2400,2375,1121,670,85,1822,32,2387,1771,913,1396,1014,1879,7,1922,1923,1628,704,1041,661,301,331,1684,664,1570,1893,711,2290,602,897,1643,2000,1352,1342,1147,598,613,620,786,1936,2310,1340,1692,1904,625,2287,1721,1919,2017,2121,560,438,2380,1858,70,2019,108,2298,2054,689,2267,962,1080,2087,1356,884,365,570,78,303,1921,1759,2293,657,2330,619,2359,2296,302,766,2247,384,744,1783,413,2140,1678,1409,838,8,804,2033,2242,2382,2283,723,577,1932,612,1868,1387,1249,792,2241,489,1518,1814,933,2144,2113,1625,1881,1027,1380,2048,1621,1286,2182,509,850,278,98,2384,939,549,1377,1747,874,2098,159,1733,306,2258,1198,1044,1276,1188,1675,2022,781,2096,951,1962,922,1637,201,959,1078,1847,729,88,2394,1482,2284,995,1530,2001,2110,789,809,654,2377,1887,1227,2269,937,1862,1006,120,1437,1809,1594,1463,1427,1039,1708,1232,2018,1130,1552,1221,2370,1550,1414,17,737,932,500,156,1429,2068,845,1888,1797,2346,830,417,355,1953,972,184,464,2386,1554,79,2294,1171,607,1674,1900,1805,368,2257,1300,510,189,2223,219,139,1589,662,1136,1022,1144,27,220,274,904,1755,185,1448,1246,2139,698,773,668,1727,1942,2318,499,199,162,1714,1062,1231,283,232,2301,143,1918,1812,720,1605,2107,1424,2222,1970,2039,1460,137,534,1867,840,867,2250,827,1635,1951,1861,798,353,2029,1816,149,1289,2026,2357,425,2252,1711,614,759,1316,1465,462,1332,1341,68,1256,2248,1431,212,1059,742,1880,2379,604,955,1885,1373,294,1181,2088,754,389,1125,151,1394,877,2350,2125,2366,131,441,954,422,2072,2255,300,1094,927,1310,901,1732,1978,62,2200,2338,717,2230,1458,1894,263,868,299,100,1158,1047,1563,1742,1202,882,546,2028,2303,1539,2115,1925,1971,1314,103,352,1370,899,2226,1349,1824,343,1909,1402,176,1752,983,1288,2014,481,1004,1598,903,944,1303,1151,917,836,277,1061,498,459,692,910,2304,2202,675,726,507,2065,1662,1664,1435,238,1534,992,1273,1592,1991,849,635,233,1351,1369,460,2027,197,275,2365,1505,2179,202,2369,2081,105,1375,1277,2188,860,1982,1709,215,1997,2057,1529,1811,2126,2329,83,1774,1367,2272,1336,1500,45,643,912,627,1328,1929,1719,58,491,1392,1515,1572,1750,1040,666,2015,237,2260,323,1439,1987,1519,1026,1007,1204,702,705,632,2292,2160,2192,1106,733,806,1571,1210,466,1725,363,2011,2143,42,2094,1944,931,1420,1865,1815,1876,2066,1381,747,293,881,527,1657,1060,335,1086,71,1577,788,1421,1393,2325,979,2348,1927,888,846,609,209,1208,1148,415,1348,2270,448,1590,824,1324,89,688,610,616,1194,446,637,1583,402,1002,1734,1817,2146,1729,165,1469,1849,1163,29,1287,188,1142,1839,53,1825,1823,1689,531,2251,1168,1608,1355,1281,1620,1338,1602,206,193,1800,9,1141,1400,1462,1981,1313,1255,51,1808,364,1302,2119,2155,894,1471,1633,1037,1838,795,1948,2030,1295,134,412,1627,1934,367,186,1320,1512,2234,1238,707,2275,1161,362,239,963,2265,681,1520,1444,1514,1447,1226,1841,2214,977,1307,1597,222,1347,1153,1052,573,241,1851,128,2047,2315,1440,1021,2235,1200,194,623,502,2032,964,1407,1279,281,841,1177,587,1908,1034,2390,1376,1854,2371,857,2002,1449,1068,2161,2118,909,2093,1333,1781,1082,231,533,2237,1395,43,1266,550,584,1411,1973,428,1630,1772,63,513,216,1979,166,305,393,1390,1629,1753,2215,439,44,693,1071,1278,1869,2213,1499,1315,576,214,1913,1686,545,2109,1297,1591,2010,1586,210,2156,346,714,2355,870,630,1272,949,1890,640,31,1996,843,2313,1536,914,2077,1819,1389,1109,2123,1813,1526,825,1754,2261,2013,1840,896,973,734,2078,349,1899,431,13,863,561,2345,1994,739,2236,2336,611,494,178,2071,1764,2006,1568,1294,1170,2231,2244,2402,2253,1434,521,1042,450,844,1612,73,96,1436,345,256,1999,1464,736,764,1425,2228,2067,645,253,1101,2178,316,1480,1051,2162,400,1267,2169,1312,796,1498,385,2372,710,2273,765,495,648,982,488,429,2154,1274,2145,1864,254,999,65,1606,1230,679,946,1761,1731,2007,2170,1220,1995,755,1066,522,1186,856,1145,1321,1543,14,1830,779,321,1603,880,1164,1146,1644,49,455,1972,1487,1960,1270,774,667,757,38,722,504,129,16,2306,2358,319,1193,829,2177,72,1298,783,595,2135,247,341,1079,790,380,114,732,883,1595,1199,1503,1476,246,1618,1214,708,2184,628,960,146,794,2385,1467,1023,1045,2278,948,557,712,706,1931,2349,585,248,1137,1670,1122,1190,756,2114,2035,1222,273,2031,2009,267,2299,1240,2238,268,93,2395,1652,715,740,1386,2148,288,2080,2286,603,1265,160,1986,636,74,1115,1285,458,2399,1653), (1,1569,2)(3,1384,1502)(4,2380,854)(5,994,258)(6,1512,1518)(7,437,896)(8,2214,752)(9,1706,925)(10,1705,585)(11,122,1116)(12,1612,1138)(13,18,1460)(14,1040,1791)(15,1214,1434)(16,769,1643)(17,1667,2062)(19,45,1042)(20,1022,860)(21,2402,2226)(22,1905,1827)(23,445,1219)(24,241,1755)(25,1471,2192)(26,420,1504)(27,1607,1779)(28,2178,1303)(29,2127,894)(30,2394,1960)(31,1041,864)(32,1493,1953)(33,50,183)(34,2395,1526)(35,2198,1429)(36,1209,2326)(37,1076,229)(38,2286,980)(39,762,1275)(40,1357,899)(41,385,1763)(42,511,2306)(43,2285,2325)(44,1548,401)(46,176,714)(47,1433,2059)(48,509,1784)(49,310,1952)(51,179,1267)(52,1772,438)(53,1031,140)(54,601,1639)(55,442,278)(56,2242,1981)(57,490,2292)(58,527,665)(59,1937,2106)(60,521,1187)(61,831,1507)(62,902,294)(63,2354,2349)(64,913,1965)(65,367,414)(66,2341,1961)(67,2081,1240)(68,2171,593)(69,1476,790)(70,1156,821)(71,675,1863)(72,449,384)(73,1571,2206)(74,2113,118)(75,2304,439)(76,1748,1741)(77,633,587)(78,1992,1008)(79,512,679)(80,588,586)(81,473,930)(82,1023,141)(83,901,1172)(84,2061,775)(85,1060,2056)(86,1333,287)(87,738,1247)(88,2205,377)(89,835,1657)(90,1069,814)(91,589,1739)(92,2268,2152)(93,1300,1361)(94,2310,1207)(95,334,181)(96,488,2041)(97,342,1670)(98,163,1558)(99,2103,2391)(100,290,218)(101,264,1688)(102,938,1081)(103,2182,1765)(104,1596,1025)(105,1322,1945)(106,1660,2393)(107,1547,1617)(108,709,796)(109,1999,604)(110,2312,929)(111,2277,1769)(112,276,382)(113,922,1409)(114,1593,2144)(115,326,776)(116,688,2188)(117,1917,1516)(119,1444,1783)(120,497,185)(121,941,2084)(123,383,664)(124,546,1752)(125,837,2213)(126,286,2023)(127,514,291)(128,1447,650)(129,1200,2363)(130,667,494)(131,1199,517)(132,562,2075)(133,1976,1581)(134,1176,162)(135,759,1836)(136,1227,1756)(137,2253,1803)(138,755,1246)(139,1935,2336)(142,2379,1280)(143,2109,271)(144,871,1441)(145,2344,1978)(146,2294,1682)(147,596,2186)(148,2369,710)(149,543,1467)(150,1597,870)(151,1425,372)(152,676,1201)(153,903,2114)(154,1544,726)(155,202,504)(156,1645,1132)(157,599,1064)(158,1045,737)(159,2254,1740)(160,1944,226)(161,1570,335)(164,353,856)(165,1564,2147)(166,1075,652)(167,2371,1342)(168,1423,525)(169,1477,638)(170,1142,289)(171,2094,1104)(172,379,2258)(173,802,1335)(174,1681,1440)(175,917,1557)(177,1217,1738)(178,378,231)(180,674,626)(182,940,2104)(184,528,1208)(186,446,2307)(187,293,457)(188,850,735)(189,1642,1501)(190,397,713)(191,391,338)(192,766,481)(193,1296,746)(194,2163,575)(195,1646,1878)(196,1631,1000)(197,1546,418)(198,269,207)(199,2036,323)(200,1613,1379)(201,1481,1355)(203,1278,2010)(204,973,1191)(205,702,247)(206,1451,2244)(208,1573,2083)(209,1718,215)(210,1910,928)(211,2108,2263)(212,1641,1942)(213,1339,1773)(214,1906,1825)(216,405,2115)(217,309,2364)(219,1454,715)(220,931,2044)(221,1813,344)(222,1554,916)(223,991,816)(224,257,787)(225,1158,348)(227,472,1301)(228,2315,2400)(230,1528,1316)(232,1295,1787)(233,2246,1389)(234,1401,408)(235,474,388)(236,1419,2093)(237,2305,960)(238,1436,1399)(239,1835,1007)(240,828,1707)(242,641,989)(243,454,2195)(244,2125,1932)(245,892,1601)(246,935,370)(248,1856,662)(249,616,1806)(250,2161,2148)(251,1973,1875)(252,2124,1497)(253,1405,1611)(254,1170,943)(255,1183,2399)(256,2006,1789)(259,520,1019)(260,352,607)(261,1099,1551)(262,1164,2390)(263,698,1726)(265,1635,1606)(266,1014,1166)(267,2187,1897)(268,2026,1575)(270,1137,1510)(272,968,1684)(273,681,1197)(274,582,744)(275,2069,507)(277,1947,2350)(279,469,351)(280,1829,399)(281,2007,2168)(282,1638,483)(283,443,948)(284,1449,1435)(285,1536,1522)(288,803,964)(292,621,1024)(295,2227,2389)(296,1774,2290)(297,1287,2003)(298,862,426)(299,1461,1834)(300,371,362)(301,1396,945)(302,1074,784)(303,1805,1957)(304,1365,1336)(305,468,1283)(306,1245,2273)(307,581,1807)(308,1420,1872)(311,1977,564)(312,345,2184)(313,1182,965)(314,572,1788)(315,2028,1801)(316,1360,1566)(317,1474,847)(318,1096,998)(319,823,810)(320,1165,2355)(321,2309,1115)(322,2269,364)(324,1370,2079)(325,1039,846)(327,1982,2330)(328,545,1216)(329,1264,2143)(330,1964,1136)(331,1572,1535)(332,2011,666)(333,878,1552)(336,1582,725)(337,1184,1676)(339,1655,1443)(340,1895,532)(341,571,656)(343,1027,409)(346,2155,1980)(347,2055,1417)(349,927,2040)(350,2256,1517)(354,1253,360)(355,1146,1065)(356,1198,1632)(357,1029,1330)(358,708,863)(359,2043,1061)(361,888,1398)(363,727,1520)(365,1780,1998)(366,961,1693)(368,1616,1490)(369,1592,1358)(373,1971,1340)(374,1093,1325)(375,2396,808)(376,2225,1675)(380,1470,1329)(381,2236,2121)(386,519,536)(387,867,2031)(389,2345,2297)(390,518,1704)(392,1233,1754)(393,523,2257)(394,1414,2054)(395,1531,1290)(396,1636,2169)(398,1867,877)(400,2333,1494)(402,1629,600)(403,2319,1896)(404,824,1407)(406,471,1413)(407,1795,435)(410,1231,717)(411,2234,1926)(412,1907,2372)(413,1839,1326)(415,2245,1427)(416,857,2068)(417,1770,2295)(419,2101,1374)(421,2261,602)(422,785,2375)(423,1289,677)(424,993,627)(425,1530,2100)(427,1691,592)(428,1948,487)(429,1940,516)(430,635,1036)(431,1725,2216)(432,1168,718)(433,1215,1744)(434,1135,2212)(436,1390,995)(440,608,1771)(441,2321,1524)(444,758,2134)(447,558,1855)(448,887,2030)(450,1188,1527)(451,858,495)(452,1455,1054)(453,783,2283)(455,827,1378)(456,1562,2049)(458,1202,694)(459,2042,659)(460,2367,972)(461,2175,2262)(462,1354,1424)(463,578,1311)(464,1026,1649)(465,1946,1375)(466,1206,789)(467,1890,2033)(470,580,868)(475,1764,661)(476,1610,1671)(477,819,703)(478,1232,2382)(479,2157,1902)(480,1314,2136)(482,1724,2233)(484,915,1911)(485,2196,910)(486,1799,2070)(489,2385,2383)(491,1963,979)(492,2384,2338)(493,1230,1223)(496,765,1400)(498,1108,2296)(499,2150,1815)(500,2181,1495)(501,2378,800)(502,1731,890)(503,1010,630)(505,1006,2058)(506,622,617)(508,1464,2140)(510,865,1034)(513,990,729)(515,1332,2370)(522,912,1538)(524,550,1929)(526,646,686)(529,2072,1614)(530,1696,2209)(531,1991,685)(533,645,1762)(534,1542,773)(535,1445,576)(537,1018,1478)(538,2107,1930)(539,1011,577)(540,2077,844)(541,1668,793)(542,1192,1364)(544,779,1500)(547,1144,1066)(548,745,569)(549,2111,1949)(551,556,1511)(552,909,1304)(553,1328,2202)(554,1537,1757)(555,1180,1931)(557,1833,1359)(559,2386,1266)(560,2046,1265)(561,2219,757)(563,1453,1459)(565,2117,591)(566,1469,1587)(567,1402,568)(570,1541,1785)(573,2018,1331)(574,1622,848)(579,1213,1363)(583,1346,1383)(584,1013,1101)(590,1734,1452)(594,1068,2067)(595,760,933)(597,880,734)(598,1842,1258)(603,682,2197)(605,957,1169)(606,792,1983)(609,1933,1832)(610,2207,936)(611,2142,1934)(612,1281,1457)(613,2017,2274)(614,1790,1422)(615,914,1377)(618,874,2221)(619,1924,1080)(620,920,1119)(623,2099,1086)(624,817,1063)(625,2137,1279)(628,1090,2145)(629,1579,879)(631,1044,2087)(632,1155,1768)(634,1276,1079)(636,1585,873)(637,2096,2132)(639,680,1505)(640,1229,2089)(642,1678,1661)(643,1110,701)(644,1221,1664)(647,1175,1975)(648,1841,2130)(649,2085,907)(651,1448,1605)(653,1648,1263)(654,1241,2272)(655,1345,799)(657,1391,1285)(658,1759,1248)(660,1351,2229)(663,984,2138)(668,2005,1125)(669,1473,1171)(670,1308,1555)(671,2156,1321)(672,1583,1161)(673,1844,906)(678,1385,2208)(683,1838,939)(684,1700,1701)(687,1679,1900)(689,2185,1484)(690,2255,1651)(691,1252,1820)(692,919,1067)(693,1521,944)(695,1397,1114)(696,1052,1274)(697,954,2358)(699,1730,2317)(700,2071,2000)(704,1609,1849)(705,724,1709)(706,1717,2235)(707,1698,1112)(711,1954,1053)(712,812,1687)(716,2281,1320)(719,754,1078)(720,1085,1868)(721,728,1121)(722,937,2074)(723,1356,741)(730,1049,2105)(731,1486,1488)(732,798,1446)(733,1073,1761)(736,1254,2265)(739,1879,1282)(740,820,1438)(742,1620,2311)(743,1925,2141)(747,1057,2165)(748,1600,1421)(749,1619,1760)(750,2097,2353)(751,1715,1318)(753,1353,1269)(756,1729,1778)(761,1974,855)(763,1586,2293)(764,2361,2035)(767,801,1877)(768,1990,1553)(770,1259,1496)(771,2110,1344)(772,1255,1243)(774,2289,2368)(777,1157,2191)(778,2080,1395)(780,1814,2194)(781,2135,1492)(782,1035,1437)(786,2282,1487)(788,1837,1106)(791,1350,958)(794,2073,1250)(795,951,895)(797,1033,1624)(804,852,976)(805,1685,1257)(806,1914,2224)(807,982,1808)(809,1059,1860)(811,1239,1056)(813,911,1943)(815,2300,1650)(818,2078,1147)(822,1482,2022)(825,1077,1996)(826,1881,2343)(829,2360,1037)(830,1046,2228)(832,1317,1228)(833,1987,2308)(834,2346,1692)(836,2190,1479)(838,1369,1432)(839,875,2334)(840,1858,1124)(841,1130,2323)(842,1050,1107)(843,1097,1887)(845,1630,967)(849,1967,1376)(851,1272,881)(853,1480,1662)(859,1408,1901)(861,2200,1627)(866,1922,2241)(869,1794,974)(872,2348,1885)(876,1985,1431)(882,1742,2331)(883,1032,1811)(884,1927,2340)(885,1747,1727)(886,2322,2064)(889,1746,1710)(891,2193,1576)(893,2153,1824)(897,2034,2249)(898,2177,1721)(900,2271,971)(904,1903,2377)(905,2019,959)(908,1851,1235)(918,1236,1503)(921,1012,1567)(923,1658,1306)(924,1986,1673)(926,1338,1062)(932,1238,1189)(934,1694,1659)(942,1387,1969)(946,1001,1683)(947,1720,1962)(949,1489,2149)(950,1226,1955)(952,2066,2012)(953,2398,1640)(955,1100,1348)(956,1442,1559)(962,1083,1499)(963,1920,1711)(966,2303,1846)(969,1020,1082)(970,1797,1043)(975,1894,2146)(977,1403,1652)(981,2203,1418)(983,1644,1798)(985,2047,1298)(986,2095,1540)(987,1462,1072)(988,2179,2365)(992,1822,1818)(996,1796,2324)(997,2210,2116)(999,1883,1291)(1002,1584,2029)(1003,1297,1411)(1004,2122,1595)(1005,1128,1669)(1009,1251,2024)(1015,1913,1604)(1016,1745,2021)(1017,2260,1918)(1021,1095,1591)(1028,2060,2158)(1030,1373,1826)(1038,2362,1139)(1047,2352,1891)(1048,1793,1098)(1051,2008,1260)(1055,1334,1439)(1058,1956,1367)(1070,1563,2112)(1071,1292,2284)(1084,1874,2128)(1087,1415,1804)(1088,1972,1680)(1089,1819,1141)(1091,1737,1749)(1092,2232,1689)(1094,2170,2204)(1102,1463,1513)(1103,1886,2251)(1105,1123,1589)(1109,1190,1205)(1111,1912,2162)(1113,2131,1847)(1117,1220,1823)(1118,1666,1599)(1120,2063,1736)(1122,1362,2267)(1126,1722,1315)(1127,2298,2065)(1129,2373,1713)(1131,1394,1812)(1133,2288,2032)(1134,2183,1865)(1140,1506,1672)(1143,1703,1410)(1145,1598,1941)(1148,1751,1854)(1149,1979,1153)(1150,1428,1368)(1151,1719,2280)(1152,1882,1830)(1154,1324,1515)(1159,1577,1840)(1160,1939,2088)(1162,1343,1426)(1163,1989,2164)(1167,1556,1884)(1173,1327,1988)(1174,2001,1928)(1177,2102,1997)(1178,1923,1873)(1179,1777,1578)(1181,2357,1549)(1185,1196,1753)(1186,1430,2401)(1193,1242,2215)(1194,1792,1393)(1195,1677,1565)(1203,1816,2339)(1204,1590,1634)(1210,1898,2238)(1211,1352,2222)(1212,2313,1723)(1218,1775,1786)(1222,1234,1880)(1224,2086,1244)(1225,2082,1261)(1237,2381,1519)(1249,1845,1656)(1256,2220,1653)(1262,2247,2266)(1268,1828,1561)(1270,1271,2287)(1273,2264,1859)(1277,2037,1312)(1284,2159,2259)(1286,2166,1714)(1288,1970,2025)(1293,2329,1310)(1294,1776,1406)(1299,1465,1831)(1302,1843,1966)(1305,1853,1372)(1307,1750,2327)(1309,1491,2118)(1313,2048,1665)(1319,1568,1994)(1323,2318,1708)(1337,1381,1767)(1341,2126,2004)(1347,1938,2174)(1349,2397,2123)(1366,1523,2320)(1371,2223,1550)(1380,1876,1950)(1382,1848,1866)(1386,2335,2098)(1388,2299,1810)(1392,2342,2092)(1404,1959,2050)(1412,1529,2015)(1416,1663,2301)(1450,2278,2027)(1456,1647,1817)(1458,1508,1869)(1466,2291,2332)(1468,1735,2053)(1472,1888,2009)(1475,1712,2201)(1483,1485,2240)(1498,2302,1800)(1509,1984,1899)(1514,1690,2359)(1525,2173,2239)(1532,1637,1916)(1533,2151,2231)(1534,1936,2189)(1539,1602,2133)(1543,1821,1603)(1545,1628,1809)(1560,1674,1968)(1574,2276,1857)(1580,2314,1686)(1588,1625,2388)(1594,2057,2356)(1608,1758,2392)(1615,2248,2230)(1618,2218,1702)(1621,2180,2013)(1623,1871,2016)(1626,2316,2172)(1633,2045,1909)(1654,2139,1743)(1695,2337,1892)(1697,1919,2275)(1699,2120,2090)(1716,2199,1728)(1732,2160,1915)(1733,2039,1782)(1766,1781,1862)(1802,2014,2366)(1850,2243,2250)(1852,2051,2351)(1861,2328,2270)(1864,1921,2129)(1870,1958,2387)(1889,1951,2002)(1893,2217,2252)(1904,2052,2279)(1908,2154,2347)(1995,2119,2167)(2020,2176,2076)(2038,2211,2376)(2091,2374,2237) >;
 
Copy content gap:G := Group( (3,161,174,1235,1111,837,399,641,334,2227,1911,1794,69,169,1666,411,60,1844,1542,2392,1974,506,2056,327,1671,1432,1509,565,392,144,651,1580,879,592,282,1296,1016,586,328,1491,869,92,1562,409,2374,1765,515,1456,1133,1775,1535,50,1691,2059,249,2195,819,395,814,1108,296,1860,719,492,2191,1829,1090,906,192,536,1127,1334,1712,2361,1966,190,652,776,1015,2012,2100,2239,426,2189,1892,2342,633,775,1977,432,994,1821,1855,1139,2362,1010,168,1872,2174,1323,624,1072,312,1496,287,244,1337,956,403,1548,34,551,1029,15,1371,497,1818,1228,1564,2124,1126,998,1441,373,1903,1782,2211,1205,170,1384,965,90,358,2277,554,2164,1832,1353,1252,1058,2183,808,1098,1428,191,564,1179,958,891,961,885,1724,140,1442,2166,2043,1244,130,1698,1167,171,893,1085,2219,2038,471,778,1993,2271,1110,375,457,1610,567,1368,772,934,1511,250,286,1103,2041,597,2354,1150,1092,424,943,1005,1264,2396,605,2212,2199,803,1067,785,1124,1050,797,1237,154,1874,716,582,580,2352,566,1263,2217,1118,2376,1242,556,936,2240,676,259,588,671,1403,2003,822,1768,1959,1211,1789,1795,1717,2316,1081,1581,815,1957,135,1057,1990,1257,1197,2196,1796,1559,1517,478,57,1426,80,1012,984,1617,828,2334,1319,2070,1345,748,1878,1524,2112,1658,1024,339,529,590,540,985,1474,461,311,2363,262,394,2042,680,1939,1195,834,1599,1672,1299,213,245,113,1773,1700,1703,1201,1398,1379,886,418,966,2082,145,2168,390,1739,1365,655,833,890,1013,1914,2347,686,476,1077,1778,1493,1762,2360,905,1069,133,1038,631,2322,76,279,594,876,348,408,2190,696,423,1545,217,1128,1030,2300,324,36,2203,226,900,40,2130,2208,378,1945,1036,1054,2172,1770,1556,414,813,1132,1413,871,2167,970,741,743,340,1898,1679,1730,203,101,1495,1713,1946,1907,1344,2128,1569,1488,1254,1102,1461,1502,807,1401,1924,391,1117,1422,653,2229,1003,496,2062,581,1056,179,1506,1035,2053,2302,1091,434,480,290,866,102,377,1859,1523,1203,663,842,1358,1247,2305,2106,1537,2142,511,947,175,1688,67,205,2343,427,673,1504,1095,1478,1311,2105,150,333,1983,1451,1964,2274,39,280,55,1528,1011,2254,1280,2016,1651,317,1224,2111,1032,520,1450,1801,26,525,1663,1346,2193,974,157,1149,2337,1064,1073,1943,940,1089,1646,1791,694,153,1980,48,379,1116,2256,589,376,2052,1607,544,454,770,1578,155,1538,1565,538,1871,2268,945,366,435,183,981,298,800,1685,593,487,2262,104,2173,2122,1174,1343,691,2243,2206,1906,87,463,678,1737,1632,1707,266,1159,957,2220,650,1501,2131,2185,2378,1261,1383,1269,1743,816,2266,2186,182,2216,1895,1105,148,2037,600,505,731,1798,1234,111,2326,851,19,1941,2221,1433,452,2050,1988,1575,59,608,517,1560,337,976,2249,1905,1473,1668,2388,991,855,35,1184,853,1275,387,1173,697,1366,978,942,811,596,968,2285,1399,543,1468,136,1178,518,28,1751,1596,1616,295,404,875,1410,121,923,11,2317,1676,558,1327,1446,2204,768,1483,443,1454,309,1624,383,730,1217,1129,1361,1207,147,2099,672,2246,307,1531,658,1028,1856,1466,21,2307,2127,1555,1896,223,1119,784,357,1025,1378,524,780,292,261,1472,591,887,1916,164,1613,1156,1018,537,1793,473,1828,1682,122,23,163,372,1601,2397,1567,996,727,265,1992,622,1661,2021,158,1639,2103,109,46,1786,75,1748,112,646,484,2102,2327,1835,2040,1521,1049,318,1325,1443,138,1716,351,107,2297,386,2335,547,25,1967,1845,284,388,486,684,118,1780,501,713,1065,95,469,1619,1785,1792,1807,1258,1063,1053,405,762,1508,1803,115,1694,512,835,1741,721,2074,2104,1744,1364,1701,777,482,483,2398,526,1391,1009,1492,634,18,2373,583,2320,1735,1284,30,5,126,832,569,2383,252,854,1239,1350,1937,1634,2351,313,699,1579,1799,1593,1866,2046,1046,1837,1655,1154,208,760,703,1935,2085,110,1547,892,514,242,1362,2364,200,224,578,453,1963,685,2023,1870,1965,271,1623,1453,116,647,2045,574,665,456,449,1718,738,599,758,84,332,2097,1486,921,1475,1245,1749,791,1857,2324,371,621,1659,861,1889,638,1076,2061,1455,2120,1182,532,2133,354,479,1335,2233,2201,1728,1704,898,1143,1527,682,1209,180,530,986,1497,420,523,724,1863,1317,1853,1271,61,1920,1412,2176,1213,1516,769,1097,2282,1306,2129,579,1687,975,1385,1301,1833,562,559,472,839,1000,2049,967,1553,1408,258,865,508,1477,2311,2075,1746,1804,24,477,2218,1418,2063,709,2180,615,2076,2116,1485,1292,416,1225,117,817,1787,436,553,911,1176,66,1033,988,1096,1660,2280,1766,990,1250,916,1100,326,2323,1157,1374,629,314,1048,872,196,859,1584,989,626,926,2069,347,467,397,264,1915,1331,310,571,1404,2368,381,91,2328,1318,1470,1638,2175,820,240,1189,2393,519,1677,700,173,1582,1397,2101,1114,198,763,2187,2263,1162,475,818,451,1330,211,1975,1172,649,1293,563,269,2319,1763,421,1282,805,207,97,1083,2108,751,1961,1715,801,1574,437,195,1218,1736,322,407,555,350,181,1680,695,2150,847,864,493,1169,1152,1940,895,2004,234,1745,52,873,124,528,848,953,2044,1902,2090,1017,447,141,749,2341,915,683,617,2036,1481,2401,752,6,1947,1120,1290,2331,1769,419,2245,1140,1802,119,325,2117,257,1019,1665,1690,753,10,2312,2137,167,1165,106,2138,396,374,2132,1183,370,291,1649,1215,1283,735,1268,2157,1820,56,474,1699,1693,1848,1457,127,1360,1382,938,20,1611,2259,1445,1777,221,1697,1191,787,2159,929,902,1206,810,1522,1673,2291,2025,1615,1326,2064,2158,270,1810,1622,1107,2333,228,1576,1212,2086,47,99,2389,2276,1901,1683,2367,1648,1738,1631,1135,445,918,433,1950,2356,761,1259,1241,1525,802,2084,1626,575,2391,862,1084,1260,1549,1219,1883,1339,1650,410,1185,235,398,674,644,1459,1726,1175,799,2340,1406,2151,541,260,1131,251,1976,1917,1423,1757,1910,1640,132,1695,33,2020,907,1609,1093,236,1138,2005,243,1354,925,2089,227,1304,2152,1760,338,177,980,1641,1669,941,406,2149,2060,969,2309,2332,793,1561,1955,1363,1884,971,152)(4,924,369,1788,1722,1490,64,1656,2264,1958,1388,315,503,361,1452,1557,1877,2281,1532,2353,660,2171,401,1510,465,1253,1236,1912,1541,1558,255,1710,725,2224,2055,1850,1998,2083,669,1187,2210,1968,831,1604,690,444,1654,297,1322,2308,2198,1600,1123,1984,642,86,2136,1842,1112,1756,1233,430,2194,1075,1954,1587,1930,1243,142,218,1642,2207,1291,304,1008,823,2232,1705,728,1886,12,1216,2165,1585,230,767,935,1087,77,2314,2024,37,1001,1834,2095,1074,490,2141,2008,1938,2058,336,1479,1779,1416,821,1546,2209,1533,1357,2091,1776,1031,1248,82,2079,1305,1489,1155,1415,639,125,745,1309,1417,1372,2339,1229,1494,1852,1969,618,1588,2288,1180,1989,1113,920,289,329,1790,225,1696,342,987,187,1928,2381,601,659,330,94,928,1897,1540,2147,997,852,1438,356,1405,1566,1933,1846,1843,572,1104,1020,1430,718,1826,276,1099,123,1308,1636,889,1192,229,993,485,2344,1134,552,1088,542,1681,1882,1985,908,1419,1875,2225,1196,1723,878,1262,1507,701,677,204,172,1070,1926,2051,272,1873,1223,285,950,344,1329,1767,516,1544,746,1784,2034,81,548,1614,656,1160,930,1484,919,308,2073,2321,1647,1806,1667,687,1956,1949,1740,1831,360,1758,2289,952,782,2134,440,535,382,1720,442,1952,1827,2181,2205,41,1043,2163,1891,1513,858,2295,320,470,1702,1645,2197,1251,750,568,1359,359,539,812,606,826,1706,2092,54,771,468,1055,1166,1551,2153,22,1836,1573,2279,2400,2375,1121,670,85,1822,32,2387,1771,913,1396,1014,1879,7,1922,1923,1628,704,1041,661,301,331,1684,664,1570,1893,711,2290,602,897,1643,2000,1352,1342,1147,598,613,620,786,1936,2310,1340,1692,1904,625,2287,1721,1919,2017,2121,560,438,2380,1858,70,2019,108,2298,2054,689,2267,962,1080,2087,1356,884,365,570,78,303,1921,1759,2293,657,2330,619,2359,2296,302,766,2247,384,744,1783,413,2140,1678,1409,838,8,804,2033,2242,2382,2283,723,577,1932,612,1868,1387,1249,792,2241,489,1518,1814,933,2144,2113,1625,1881,1027,1380,2048,1621,1286,2182,509,850,278,98,2384,939,549,1377,1747,874,2098,159,1733,306,2258,1198,1044,1276,1188,1675,2022,781,2096,951,1962,922,1637,201,959,1078,1847,729,88,2394,1482,2284,995,1530,2001,2110,789,809,654,2377,1887,1227,2269,937,1862,1006,120,1437,1809,1594,1463,1427,1039,1708,1232,2018,1130,1552,1221,2370,1550,1414,17,737,932,500,156,1429,2068,845,1888,1797,2346,830,417,355,1953,972,184,464,2386,1554,79,2294,1171,607,1674,1900,1805,368,2257,1300,510,189,2223,219,139,1589,662,1136,1022,1144,27,220,274,904,1755,185,1448,1246,2139,698,773,668,1727,1942,2318,499,199,162,1714,1062,1231,283,232,2301,143,1918,1812,720,1605,2107,1424,2222,1970,2039,1460,137,534,1867,840,867,2250,827,1635,1951,1861,798,353,2029,1816,149,1289,2026,2357,425,2252,1711,614,759,1316,1465,462,1332,1341,68,1256,2248,1431,212,1059,742,1880,2379,604,955,1885,1373,294,1181,2088,754,389,1125,151,1394,877,2350,2125,2366,131,441,954,422,2072,2255,300,1094,927,1310,901,1732,1978,62,2200,2338,717,2230,1458,1894,263,868,299,100,1158,1047,1563,1742,1202,882,546,2028,2303,1539,2115,1925,1971,1314,103,352,1370,899,2226,1349,1824,343,1909,1402,176,1752,983,1288,2014,481,1004,1598,903,944,1303,1151,917,836,277,1061,498,459,692,910,2304,2202,675,726,507,2065,1662,1664,1435,238,1534,992,1273,1592,1991,849,635,233,1351,1369,460,2027,197,275,2365,1505,2179,202,2369,2081,105,1375,1277,2188,860,1982,1709,215,1997,2057,1529,1811,2126,2329,83,1774,1367,2272,1336,1500,45,643,912,627,1328,1929,1719,58,491,1392,1515,1572,1750,1040,666,2015,237,2260,323,1439,1987,1519,1026,1007,1204,702,705,632,2292,2160,2192,1106,733,806,1571,1210,466,1725,363,2011,2143,42,2094,1944,931,1420,1865,1815,1876,2066,1381,747,293,881,527,1657,1060,335,1086,71,1577,788,1421,1393,2325,979,2348,1927,888,846,609,209,1208,1148,415,1348,2270,448,1590,824,1324,89,688,610,616,1194,446,637,1583,402,1002,1734,1817,2146,1729,165,1469,1849,1163,29,1287,188,1142,1839,53,1825,1823,1689,531,2251,1168,1608,1355,1281,1620,1338,1602,206,193,1800,9,1141,1400,1462,1981,1313,1255,51,1808,364,1302,2119,2155,894,1471,1633,1037,1838,795,1948,2030,1295,134,412,1627,1934,367,186,1320,1512,2234,1238,707,2275,1161,362,239,963,2265,681,1520,1444,1514,1447,1226,1841,2214,977,1307,1597,222,1347,1153,1052,573,241,1851,128,2047,2315,1440,1021,2235,1200,194,623,502,2032,964,1407,1279,281,841,1177,587,1908,1034,2390,1376,1854,2371,857,2002,1449,1068,2161,2118,909,2093,1333,1781,1082,231,533,2237,1395,43,1266,550,584,1411,1973,428,1630,1772,63,513,216,1979,166,305,393,1390,1629,1753,2215,439,44,693,1071,1278,1869,2213,1499,1315,576,214,1913,1686,545,2109,1297,1591,2010,1586,210,2156,346,714,2355,870,630,1272,949,1890,640,31,1996,843,2313,1536,914,2077,1819,1389,1109,2123,1813,1526,825,1754,2261,2013,1840,896,973,734,2078,349,1899,431,13,863,561,2345,1994,739,2236,2336,611,494,178,2071,1764,2006,1568,1294,1170,2231,2244,2402,2253,1434,521,1042,450,844,1612,73,96,1436,345,256,1999,1464,736,764,1425,2228,2067,645,253,1101,2178,316,1480,1051,2162,400,1267,2169,1312,796,1498,385,2372,710,2273,765,495,648,982,488,429,2154,1274,2145,1864,254,999,65,1606,1230,679,946,1761,1731,2007,2170,1220,1995,755,1066,522,1186,856,1145,1321,1543,14,1830,779,321,1603,880,1164,1146,1644,49,455,1972,1487,1960,1270,774,667,757,38,722,504,129,16,2306,2358,319,1193,829,2177,72,1298,783,595,2135,247,341,1079,790,380,114,732,883,1595,1199,1503,1476,246,1618,1214,708,2184,628,960,146,794,2385,1467,1023,1045,2278,948,557,712,706,1931,2349,585,248,1137,1670,1122,1190,756,2114,2035,1222,273,2031,2009,267,2299,1240,2238,268,93,2395,1652,715,740,1386,2148,288,2080,2286,603,1265,160,1986,636,74,1115,1285,458,2399,1653), (1,1569,2)(3,1384,1502)(4,2380,854)(5,994,258)(6,1512,1518)(7,437,896)(8,2214,752)(9,1706,925)(10,1705,585)(11,122,1116)(12,1612,1138)(13,18,1460)(14,1040,1791)(15,1214,1434)(16,769,1643)(17,1667,2062)(19,45,1042)(20,1022,860)(21,2402,2226)(22,1905,1827)(23,445,1219)(24,241,1755)(25,1471,2192)(26,420,1504)(27,1607,1779)(28,2178,1303)(29,2127,894)(30,2394,1960)(31,1041,864)(32,1493,1953)(33,50,183)(34,2395,1526)(35,2198,1429)(36,1209,2326)(37,1076,229)(38,2286,980)(39,762,1275)(40,1357,899)(41,385,1763)(42,511,2306)(43,2285,2325)(44,1548,401)(46,176,714)(47,1433,2059)(48,509,1784)(49,310,1952)(51,179,1267)(52,1772,438)(53,1031,140)(54,601,1639)(55,442,278)(56,2242,1981)(57,490,2292)(58,527,665)(59,1937,2106)(60,521,1187)(61,831,1507)(62,902,294)(63,2354,2349)(64,913,1965)(65,367,414)(66,2341,1961)(67,2081,1240)(68,2171,593)(69,1476,790)(70,1156,821)(71,675,1863)(72,449,384)(73,1571,2206)(74,2113,118)(75,2304,439)(76,1748,1741)(77,633,587)(78,1992,1008)(79,512,679)(80,588,586)(81,473,930)(82,1023,141)(83,901,1172)(84,2061,775)(85,1060,2056)(86,1333,287)(87,738,1247)(88,2205,377)(89,835,1657)(90,1069,814)(91,589,1739)(92,2268,2152)(93,1300,1361)(94,2310,1207)(95,334,181)(96,488,2041)(97,342,1670)(98,163,1558)(99,2103,2391)(100,290,218)(101,264,1688)(102,938,1081)(103,2182,1765)(104,1596,1025)(105,1322,1945)(106,1660,2393)(107,1547,1617)(108,709,796)(109,1999,604)(110,2312,929)(111,2277,1769)(112,276,382)(113,922,1409)(114,1593,2144)(115,326,776)(116,688,2188)(117,1917,1516)(119,1444,1783)(120,497,185)(121,941,2084)(123,383,664)(124,546,1752)(125,837,2213)(126,286,2023)(127,514,291)(128,1447,650)(129,1200,2363)(130,667,494)(131,1199,517)(132,562,2075)(133,1976,1581)(134,1176,162)(135,759,1836)(136,1227,1756)(137,2253,1803)(138,755,1246)(139,1935,2336)(142,2379,1280)(143,2109,271)(144,871,1441)(145,2344,1978)(146,2294,1682)(147,596,2186)(148,2369,710)(149,543,1467)(150,1597,870)(151,1425,372)(152,676,1201)(153,903,2114)(154,1544,726)(155,202,504)(156,1645,1132)(157,599,1064)(158,1045,737)(159,2254,1740)(160,1944,226)(161,1570,335)(164,353,856)(165,1564,2147)(166,1075,652)(167,2371,1342)(168,1423,525)(169,1477,638)(170,1142,289)(171,2094,1104)(172,379,2258)(173,802,1335)(174,1681,1440)(175,917,1557)(177,1217,1738)(178,378,231)(180,674,626)(182,940,2104)(184,528,1208)(186,446,2307)(187,293,457)(188,850,735)(189,1642,1501)(190,397,713)(191,391,338)(192,766,481)(193,1296,746)(194,2163,575)(195,1646,1878)(196,1631,1000)(197,1546,418)(198,269,207)(199,2036,323)(200,1613,1379)(201,1481,1355)(203,1278,2010)(204,973,1191)(205,702,247)(206,1451,2244)(208,1573,2083)(209,1718,215)(210,1910,928)(211,2108,2263)(212,1641,1942)(213,1339,1773)(214,1906,1825)(216,405,2115)(217,309,2364)(219,1454,715)(220,931,2044)(221,1813,344)(222,1554,916)(223,991,816)(224,257,787)(225,1158,348)(227,472,1301)(228,2315,2400)(230,1528,1316)(232,1295,1787)(233,2246,1389)(234,1401,408)(235,474,388)(236,1419,2093)(237,2305,960)(238,1436,1399)(239,1835,1007)(240,828,1707)(242,641,989)(243,454,2195)(244,2125,1932)(245,892,1601)(246,935,370)(248,1856,662)(249,616,1806)(250,2161,2148)(251,1973,1875)(252,2124,1497)(253,1405,1611)(254,1170,943)(255,1183,2399)(256,2006,1789)(259,520,1019)(260,352,607)(261,1099,1551)(262,1164,2390)(263,698,1726)(265,1635,1606)(266,1014,1166)(267,2187,1897)(268,2026,1575)(270,1137,1510)(272,968,1684)(273,681,1197)(274,582,744)(275,2069,507)(277,1947,2350)(279,469,351)(280,1829,399)(281,2007,2168)(282,1638,483)(283,443,948)(284,1449,1435)(285,1536,1522)(288,803,964)(292,621,1024)(295,2227,2389)(296,1774,2290)(297,1287,2003)(298,862,426)(299,1461,1834)(300,371,362)(301,1396,945)(302,1074,784)(303,1805,1957)(304,1365,1336)(305,468,1283)(306,1245,2273)(307,581,1807)(308,1420,1872)(311,1977,564)(312,345,2184)(313,1182,965)(314,572,1788)(315,2028,1801)(316,1360,1566)(317,1474,847)(318,1096,998)(319,823,810)(320,1165,2355)(321,2309,1115)(322,2269,364)(324,1370,2079)(325,1039,846)(327,1982,2330)(328,545,1216)(329,1264,2143)(330,1964,1136)(331,1572,1535)(332,2011,666)(333,878,1552)(336,1582,725)(337,1184,1676)(339,1655,1443)(340,1895,532)(341,571,656)(343,1027,409)(346,2155,1980)(347,2055,1417)(349,927,2040)(350,2256,1517)(354,1253,360)(355,1146,1065)(356,1198,1632)(357,1029,1330)(358,708,863)(359,2043,1061)(361,888,1398)(363,727,1520)(365,1780,1998)(366,961,1693)(368,1616,1490)(369,1592,1358)(373,1971,1340)(374,1093,1325)(375,2396,808)(376,2225,1675)(380,1470,1329)(381,2236,2121)(386,519,536)(387,867,2031)(389,2345,2297)(390,518,1704)(392,1233,1754)(393,523,2257)(394,1414,2054)(395,1531,1290)(396,1636,2169)(398,1867,877)(400,2333,1494)(402,1629,600)(403,2319,1896)(404,824,1407)(406,471,1413)(407,1795,435)(410,1231,717)(411,2234,1926)(412,1907,2372)(413,1839,1326)(415,2245,1427)(416,857,2068)(417,1770,2295)(419,2101,1374)(421,2261,602)(422,785,2375)(423,1289,677)(424,993,627)(425,1530,2100)(427,1691,592)(428,1948,487)(429,1940,516)(430,635,1036)(431,1725,2216)(432,1168,718)(433,1215,1744)(434,1135,2212)(436,1390,995)(440,608,1771)(441,2321,1524)(444,758,2134)(447,558,1855)(448,887,2030)(450,1188,1527)(451,858,495)(452,1455,1054)(453,783,2283)(455,827,1378)(456,1562,2049)(458,1202,694)(459,2042,659)(460,2367,972)(461,2175,2262)(462,1354,1424)(463,578,1311)(464,1026,1649)(465,1946,1375)(466,1206,789)(467,1890,2033)(470,580,868)(475,1764,661)(476,1610,1671)(477,819,703)(478,1232,2382)(479,2157,1902)(480,1314,2136)(482,1724,2233)(484,915,1911)(485,2196,910)(486,1799,2070)(489,2385,2383)(491,1963,979)(492,2384,2338)(493,1230,1223)(496,765,1400)(498,1108,2296)(499,2150,1815)(500,2181,1495)(501,2378,800)(502,1731,890)(503,1010,630)(505,1006,2058)(506,622,617)(508,1464,2140)(510,865,1034)(513,990,729)(515,1332,2370)(522,912,1538)(524,550,1929)(526,646,686)(529,2072,1614)(530,1696,2209)(531,1991,685)(533,645,1762)(534,1542,773)(535,1445,576)(537,1018,1478)(538,2107,1930)(539,1011,577)(540,2077,844)(541,1668,793)(542,1192,1364)(544,779,1500)(547,1144,1066)(548,745,569)(549,2111,1949)(551,556,1511)(552,909,1304)(553,1328,2202)(554,1537,1757)(555,1180,1931)(557,1833,1359)(559,2386,1266)(560,2046,1265)(561,2219,757)(563,1453,1459)(565,2117,591)(566,1469,1587)(567,1402,568)(570,1541,1785)(573,2018,1331)(574,1622,848)(579,1213,1363)(583,1346,1383)(584,1013,1101)(590,1734,1452)(594,1068,2067)(595,760,933)(597,880,734)(598,1842,1258)(603,682,2197)(605,957,1169)(606,792,1983)(609,1933,1832)(610,2207,936)(611,2142,1934)(612,1281,1457)(613,2017,2274)(614,1790,1422)(615,914,1377)(618,874,2221)(619,1924,1080)(620,920,1119)(623,2099,1086)(624,817,1063)(625,2137,1279)(628,1090,2145)(629,1579,879)(631,1044,2087)(632,1155,1768)(634,1276,1079)(636,1585,873)(637,2096,2132)(639,680,1505)(640,1229,2089)(642,1678,1661)(643,1110,701)(644,1221,1664)(647,1175,1975)(648,1841,2130)(649,2085,907)(651,1448,1605)(653,1648,1263)(654,1241,2272)(655,1345,799)(657,1391,1285)(658,1759,1248)(660,1351,2229)(663,984,2138)(668,2005,1125)(669,1473,1171)(670,1308,1555)(671,2156,1321)(672,1583,1161)(673,1844,906)(678,1385,2208)(683,1838,939)(684,1700,1701)(687,1679,1900)(689,2185,1484)(690,2255,1651)(691,1252,1820)(692,919,1067)(693,1521,944)(695,1397,1114)(696,1052,1274)(697,954,2358)(699,1730,2317)(700,2071,2000)(704,1609,1849)(705,724,1709)(706,1717,2235)(707,1698,1112)(711,1954,1053)(712,812,1687)(716,2281,1320)(719,754,1078)(720,1085,1868)(721,728,1121)(722,937,2074)(723,1356,741)(730,1049,2105)(731,1486,1488)(732,798,1446)(733,1073,1761)(736,1254,2265)(739,1879,1282)(740,820,1438)(742,1620,2311)(743,1925,2141)(747,1057,2165)(748,1600,1421)(749,1619,1760)(750,2097,2353)(751,1715,1318)(753,1353,1269)(756,1729,1778)(761,1974,855)(763,1586,2293)(764,2361,2035)(767,801,1877)(768,1990,1553)(770,1259,1496)(771,2110,1344)(772,1255,1243)(774,2289,2368)(777,1157,2191)(778,2080,1395)(780,1814,2194)(781,2135,1492)(782,1035,1437)(786,2282,1487)(788,1837,1106)(791,1350,958)(794,2073,1250)(795,951,895)(797,1033,1624)(804,852,976)(805,1685,1257)(806,1914,2224)(807,982,1808)(809,1059,1860)(811,1239,1056)(813,911,1943)(815,2300,1650)(818,2078,1147)(822,1482,2022)(825,1077,1996)(826,1881,2343)(829,2360,1037)(830,1046,2228)(832,1317,1228)(833,1987,2308)(834,2346,1692)(836,2190,1479)(838,1369,1432)(839,875,2334)(840,1858,1124)(841,1130,2323)(842,1050,1107)(843,1097,1887)(845,1630,967)(849,1967,1376)(851,1272,881)(853,1480,1662)(859,1408,1901)(861,2200,1627)(866,1922,2241)(869,1794,974)(872,2348,1885)(876,1985,1431)(882,1742,2331)(883,1032,1811)(884,1927,2340)(885,1747,1727)(886,2322,2064)(889,1746,1710)(891,2193,1576)(893,2153,1824)(897,2034,2249)(898,2177,1721)(900,2271,971)(904,1903,2377)(905,2019,959)(908,1851,1235)(918,1236,1503)(921,1012,1567)(923,1658,1306)(924,1986,1673)(926,1338,1062)(932,1238,1189)(934,1694,1659)(942,1387,1969)(946,1001,1683)(947,1720,1962)(949,1489,2149)(950,1226,1955)(952,2066,2012)(953,2398,1640)(955,1100,1348)(956,1442,1559)(962,1083,1499)(963,1920,1711)(966,2303,1846)(969,1020,1082)(970,1797,1043)(975,1894,2146)(977,1403,1652)(981,2203,1418)(983,1644,1798)(985,2047,1298)(986,2095,1540)(987,1462,1072)(988,2179,2365)(992,1822,1818)(996,1796,2324)(997,2210,2116)(999,1883,1291)(1002,1584,2029)(1003,1297,1411)(1004,2122,1595)(1005,1128,1669)(1009,1251,2024)(1015,1913,1604)(1016,1745,2021)(1017,2260,1918)(1021,1095,1591)(1028,2060,2158)(1030,1373,1826)(1038,2362,1139)(1047,2352,1891)(1048,1793,1098)(1051,2008,1260)(1055,1334,1439)(1058,1956,1367)(1070,1563,2112)(1071,1292,2284)(1084,1874,2128)(1087,1415,1804)(1088,1972,1680)(1089,1819,1141)(1091,1737,1749)(1092,2232,1689)(1094,2170,2204)(1102,1463,1513)(1103,1886,2251)(1105,1123,1589)(1109,1190,1205)(1111,1912,2162)(1113,2131,1847)(1117,1220,1823)(1118,1666,1599)(1120,2063,1736)(1122,1362,2267)(1126,1722,1315)(1127,2298,2065)(1129,2373,1713)(1131,1394,1812)(1133,2288,2032)(1134,2183,1865)(1140,1506,1672)(1143,1703,1410)(1145,1598,1941)(1148,1751,1854)(1149,1979,1153)(1150,1428,1368)(1151,1719,2280)(1152,1882,1830)(1154,1324,1515)(1159,1577,1840)(1160,1939,2088)(1162,1343,1426)(1163,1989,2164)(1167,1556,1884)(1173,1327,1988)(1174,2001,1928)(1177,2102,1997)(1178,1923,1873)(1179,1777,1578)(1181,2357,1549)(1185,1196,1753)(1186,1430,2401)(1193,1242,2215)(1194,1792,1393)(1195,1677,1565)(1203,1816,2339)(1204,1590,1634)(1210,1898,2238)(1211,1352,2222)(1212,2313,1723)(1218,1775,1786)(1222,1234,1880)(1224,2086,1244)(1225,2082,1261)(1237,2381,1519)(1249,1845,1656)(1256,2220,1653)(1262,2247,2266)(1268,1828,1561)(1270,1271,2287)(1273,2264,1859)(1277,2037,1312)(1284,2159,2259)(1286,2166,1714)(1288,1970,2025)(1293,2329,1310)(1294,1776,1406)(1299,1465,1831)(1302,1843,1966)(1305,1853,1372)(1307,1750,2327)(1309,1491,2118)(1313,2048,1665)(1319,1568,1994)(1323,2318,1708)(1337,1381,1767)(1341,2126,2004)(1347,1938,2174)(1349,2397,2123)(1366,1523,2320)(1371,2223,1550)(1380,1876,1950)(1382,1848,1866)(1386,2335,2098)(1388,2299,1810)(1392,2342,2092)(1404,1959,2050)(1412,1529,2015)(1416,1663,2301)(1450,2278,2027)(1456,1647,1817)(1458,1508,1869)(1466,2291,2332)(1468,1735,2053)(1472,1888,2009)(1475,1712,2201)(1483,1485,2240)(1498,2302,1800)(1509,1984,1899)(1514,1690,2359)(1525,2173,2239)(1532,1637,1916)(1533,2151,2231)(1534,1936,2189)(1539,1602,2133)(1543,1821,1603)(1545,1628,1809)(1560,1674,1968)(1574,2276,1857)(1580,2314,1686)(1588,1625,2388)(1594,2057,2356)(1608,1758,2392)(1615,2248,2230)(1618,2218,1702)(1621,2180,2013)(1623,1871,2016)(1626,2316,2172)(1633,2045,1909)(1654,2139,1743)(1695,2337,1892)(1697,1919,2275)(1699,2120,2090)(1716,2199,1728)(1732,2160,1915)(1733,2039,1782)(1766,1781,1862)(1802,2014,2366)(1850,2243,2250)(1852,2051,2351)(1861,2328,2270)(1864,1921,2129)(1870,1958,2387)(1889,1951,2002)(1893,2217,2252)(1904,2052,2279)(1908,2154,2347)(1995,2119,2167)(2020,2176,2076)(2038,2211,2376)(2091,2374,2237) );
 
Copy content sage:G = PermutationGroup(['(3,161,174,1235,1111,837,399,641,334,2227,1911,1794,69,169,1666,411,60,1844,1542,2392,1974,506,2056,327,1671,1432,1509,565,392,144,651,1580,879,592,282,1296,1016,586,328,1491,869,92,1562,409,2374,1765,515,1456,1133,1775,1535,50,1691,2059,249,2195,819,395,814,1108,296,1860,719,492,2191,1829,1090,906,192,536,1127,1334,1712,2361,1966,190,652,776,1015,2012,2100,2239,426,2189,1892,2342,633,775,1977,432,994,1821,1855,1139,2362,1010,168,1872,2174,1323,624,1072,312,1496,287,244,1337,956,403,1548,34,551,1029,15,1371,497,1818,1228,1564,2124,1126,998,1441,373,1903,1782,2211,1205,170,1384,965,90,358,2277,554,2164,1832,1353,1252,1058,2183,808,1098,1428,191,564,1179,958,891,961,885,1724,140,1442,2166,2043,1244,130,1698,1167,171,893,1085,2219,2038,471,778,1993,2271,1110,375,457,1610,567,1368,772,934,1511,250,286,1103,2041,597,2354,1150,1092,424,943,1005,1264,2396,605,2212,2199,803,1067,785,1124,1050,797,1237,154,1874,716,582,580,2352,566,1263,2217,1118,2376,1242,556,936,2240,676,259,588,671,1403,2003,822,1768,1959,1211,1789,1795,1717,2316,1081,1581,815,1957,135,1057,1990,1257,1197,2196,1796,1559,1517,478,57,1426,80,1012,984,1617,828,2334,1319,2070,1345,748,1878,1524,2112,1658,1024,339,529,590,540,985,1474,461,311,2363,262,394,2042,680,1939,1195,834,1599,1672,1299,213,245,113,1773,1700,1703,1201,1398,1379,886,418,966,2082,145,2168,390,1739,1365,655,833,890,1013,1914,2347,686,476,1077,1778,1493,1762,2360,905,1069,133,1038,631,2322,76,279,594,876,348,408,2190,696,423,1545,217,1128,1030,2300,324,36,2203,226,900,40,2130,2208,378,1945,1036,1054,2172,1770,1556,414,813,1132,1413,871,2167,970,741,743,340,1898,1679,1730,203,101,1495,1713,1946,1907,1344,2128,1569,1488,1254,1102,1461,1502,807,1401,1924,391,1117,1422,653,2229,1003,496,2062,581,1056,179,1506,1035,2053,2302,1091,434,480,290,866,102,377,1859,1523,1203,663,842,1358,1247,2305,2106,1537,2142,511,947,175,1688,67,205,2343,427,673,1504,1095,1478,1311,2105,150,333,1983,1451,1964,2274,39,280,55,1528,1011,2254,1280,2016,1651,317,1224,2111,1032,520,1450,1801,26,525,1663,1346,2193,974,157,1149,2337,1064,1073,1943,940,1089,1646,1791,694,153,1980,48,379,1116,2256,589,376,2052,1607,544,454,770,1578,155,1538,1565,538,1871,2268,945,366,435,183,981,298,800,1685,593,487,2262,104,2173,2122,1174,1343,691,2243,2206,1906,87,463,678,1737,1632,1707,266,1159,957,2220,650,1501,2131,2185,2378,1261,1383,1269,1743,816,2266,2186,182,2216,1895,1105,148,2037,600,505,731,1798,1234,111,2326,851,19,1941,2221,1433,452,2050,1988,1575,59,608,517,1560,337,976,2249,1905,1473,1668,2388,991,855,35,1184,853,1275,387,1173,697,1366,978,942,811,596,968,2285,1399,543,1468,136,1178,518,28,1751,1596,1616,295,404,875,1410,121,923,11,2317,1676,558,1327,1446,2204,768,1483,443,1454,309,1624,383,730,1217,1129,1361,1207,147,2099,672,2246,307,1531,658,1028,1856,1466,21,2307,2127,1555,1896,223,1119,784,357,1025,1378,524,780,292,261,1472,591,887,1916,164,1613,1156,1018,537,1793,473,1828,1682,122,23,163,372,1601,2397,1567,996,727,265,1992,622,1661,2021,158,1639,2103,109,46,1786,75,1748,112,646,484,2102,2327,1835,2040,1521,1049,318,1325,1443,138,1716,351,107,2297,386,2335,547,25,1967,1845,284,388,486,684,118,1780,501,713,1065,95,469,1619,1785,1792,1807,1258,1063,1053,405,762,1508,1803,115,1694,512,835,1741,721,2074,2104,1744,1364,1701,777,482,483,2398,526,1391,1009,1492,634,18,2373,583,2320,1735,1284,30,5,126,832,569,2383,252,854,1239,1350,1937,1634,2351,313,699,1579,1799,1593,1866,2046,1046,1837,1655,1154,208,760,703,1935,2085,110,1547,892,514,242,1362,2364,200,224,578,453,1963,685,2023,1870,1965,271,1623,1453,116,647,2045,574,665,456,449,1718,738,599,758,84,332,2097,1486,921,1475,1245,1749,791,1857,2324,371,621,1659,861,1889,638,1076,2061,1455,2120,1182,532,2133,354,479,1335,2233,2201,1728,1704,898,1143,1527,682,1209,180,530,986,1497,420,523,724,1863,1317,1853,1271,61,1920,1412,2176,1213,1516,769,1097,2282,1306,2129,579,1687,975,1385,1301,1833,562,559,472,839,1000,2049,967,1553,1408,258,865,508,1477,2311,2075,1746,1804,24,477,2218,1418,2063,709,2180,615,2076,2116,1485,1292,416,1225,117,817,1787,436,553,911,1176,66,1033,988,1096,1660,2280,1766,990,1250,916,1100,326,2323,1157,1374,629,314,1048,872,196,859,1584,989,626,926,2069,347,467,397,264,1915,1331,310,571,1404,2368,381,91,2328,1318,1470,1638,2175,820,240,1189,2393,519,1677,700,173,1582,1397,2101,1114,198,763,2187,2263,1162,475,818,451,1330,211,1975,1172,649,1293,563,269,2319,1763,421,1282,805,207,97,1083,2108,751,1961,1715,801,1574,437,195,1218,1736,322,407,555,350,181,1680,695,2150,847,864,493,1169,1152,1940,895,2004,234,1745,52,873,124,528,848,953,2044,1902,2090,1017,447,141,749,2341,915,683,617,2036,1481,2401,752,6,1947,1120,1290,2331,1769,419,2245,1140,1802,119,325,2117,257,1019,1665,1690,753,10,2312,2137,167,1165,106,2138,396,374,2132,1183,370,291,1649,1215,1283,735,1268,2157,1820,56,474,1699,1693,1848,1457,127,1360,1382,938,20,1611,2259,1445,1777,221,1697,1191,787,2159,929,902,1206,810,1522,1673,2291,2025,1615,1326,2064,2158,270,1810,1622,1107,2333,228,1576,1212,2086,47,99,2389,2276,1901,1683,2367,1648,1738,1631,1135,445,918,433,1950,2356,761,1259,1241,1525,802,2084,1626,575,2391,862,1084,1260,1549,1219,1883,1339,1650,410,1185,235,398,674,644,1459,1726,1175,799,2340,1406,2151,541,260,1131,251,1976,1917,1423,1757,1910,1640,132,1695,33,2020,907,1609,1093,236,1138,2005,243,1354,925,2089,227,1304,2152,1760,338,177,980,1641,1669,941,406,2149,2060,969,2309,2332,793,1561,1955,1363,1884,971,152)(4,924,369,1788,1722,1490,64,1656,2264,1958,1388,315,503,361,1452,1557,1877,2281,1532,2353,660,2171,401,1510,465,1253,1236,1912,1541,1558,255,1710,725,2224,2055,1850,1998,2083,669,1187,2210,1968,831,1604,690,444,1654,297,1322,2308,2198,1600,1123,1984,642,86,2136,1842,1112,1756,1233,430,2194,1075,1954,1587,1930,1243,142,218,1642,2207,1291,304,1008,823,2232,1705,728,1886,12,1216,2165,1585,230,767,935,1087,77,2314,2024,37,1001,1834,2095,1074,490,2141,2008,1938,2058,336,1479,1779,1416,821,1546,2209,1533,1357,2091,1776,1031,1248,82,2079,1305,1489,1155,1415,639,125,745,1309,1417,1372,2339,1229,1494,1852,1969,618,1588,2288,1180,1989,1113,920,289,329,1790,225,1696,342,987,187,1928,2381,601,659,330,94,928,1897,1540,2147,997,852,1438,356,1405,1566,1933,1846,1843,572,1104,1020,1430,718,1826,276,1099,123,1308,1636,889,1192,229,993,485,2344,1134,552,1088,542,1681,1882,1985,908,1419,1875,2225,1196,1723,878,1262,1507,701,677,204,172,1070,1926,2051,272,1873,1223,285,950,344,1329,1767,516,1544,746,1784,2034,81,548,1614,656,1160,930,1484,919,308,2073,2321,1647,1806,1667,687,1956,1949,1740,1831,360,1758,2289,952,782,2134,440,535,382,1720,442,1952,1827,2181,2205,41,1043,2163,1891,1513,858,2295,320,470,1702,1645,2197,1251,750,568,1359,359,539,812,606,826,1706,2092,54,771,468,1055,1166,1551,2153,22,1836,1573,2279,2400,2375,1121,670,85,1822,32,2387,1771,913,1396,1014,1879,7,1922,1923,1628,704,1041,661,301,331,1684,664,1570,1893,711,2290,602,897,1643,2000,1352,1342,1147,598,613,620,786,1936,2310,1340,1692,1904,625,2287,1721,1919,2017,2121,560,438,2380,1858,70,2019,108,2298,2054,689,2267,962,1080,2087,1356,884,365,570,78,303,1921,1759,2293,657,2330,619,2359,2296,302,766,2247,384,744,1783,413,2140,1678,1409,838,8,804,2033,2242,2382,2283,723,577,1932,612,1868,1387,1249,792,2241,489,1518,1814,933,2144,2113,1625,1881,1027,1380,2048,1621,1286,2182,509,850,278,98,2384,939,549,1377,1747,874,2098,159,1733,306,2258,1198,1044,1276,1188,1675,2022,781,2096,951,1962,922,1637,201,959,1078,1847,729,88,2394,1482,2284,995,1530,2001,2110,789,809,654,2377,1887,1227,2269,937,1862,1006,120,1437,1809,1594,1463,1427,1039,1708,1232,2018,1130,1552,1221,2370,1550,1414,17,737,932,500,156,1429,2068,845,1888,1797,2346,830,417,355,1953,972,184,464,2386,1554,79,2294,1171,607,1674,1900,1805,368,2257,1300,510,189,2223,219,139,1589,662,1136,1022,1144,27,220,274,904,1755,185,1448,1246,2139,698,773,668,1727,1942,2318,499,199,162,1714,1062,1231,283,232,2301,143,1918,1812,720,1605,2107,1424,2222,1970,2039,1460,137,534,1867,840,867,2250,827,1635,1951,1861,798,353,2029,1816,149,1289,2026,2357,425,2252,1711,614,759,1316,1465,462,1332,1341,68,1256,2248,1431,212,1059,742,1880,2379,604,955,1885,1373,294,1181,2088,754,389,1125,151,1394,877,2350,2125,2366,131,441,954,422,2072,2255,300,1094,927,1310,901,1732,1978,62,2200,2338,717,2230,1458,1894,263,868,299,100,1158,1047,1563,1742,1202,882,546,2028,2303,1539,2115,1925,1971,1314,103,352,1370,899,2226,1349,1824,343,1909,1402,176,1752,983,1288,2014,481,1004,1598,903,944,1303,1151,917,836,277,1061,498,459,692,910,2304,2202,675,726,507,2065,1662,1664,1435,238,1534,992,1273,1592,1991,849,635,233,1351,1369,460,2027,197,275,2365,1505,2179,202,2369,2081,105,1375,1277,2188,860,1982,1709,215,1997,2057,1529,1811,2126,2329,83,1774,1367,2272,1336,1500,45,643,912,627,1328,1929,1719,58,491,1392,1515,1572,1750,1040,666,2015,237,2260,323,1439,1987,1519,1026,1007,1204,702,705,632,2292,2160,2192,1106,733,806,1571,1210,466,1725,363,2011,2143,42,2094,1944,931,1420,1865,1815,1876,2066,1381,747,293,881,527,1657,1060,335,1086,71,1577,788,1421,1393,2325,979,2348,1927,888,846,609,209,1208,1148,415,1348,2270,448,1590,824,1324,89,688,610,616,1194,446,637,1583,402,1002,1734,1817,2146,1729,165,1469,1849,1163,29,1287,188,1142,1839,53,1825,1823,1689,531,2251,1168,1608,1355,1281,1620,1338,1602,206,193,1800,9,1141,1400,1462,1981,1313,1255,51,1808,364,1302,2119,2155,894,1471,1633,1037,1838,795,1948,2030,1295,134,412,1627,1934,367,186,1320,1512,2234,1238,707,2275,1161,362,239,963,2265,681,1520,1444,1514,1447,1226,1841,2214,977,1307,1597,222,1347,1153,1052,573,241,1851,128,2047,2315,1440,1021,2235,1200,194,623,502,2032,964,1407,1279,281,841,1177,587,1908,1034,2390,1376,1854,2371,857,2002,1449,1068,2161,2118,909,2093,1333,1781,1082,231,533,2237,1395,43,1266,550,584,1411,1973,428,1630,1772,63,513,216,1979,166,305,393,1390,1629,1753,2215,439,44,693,1071,1278,1869,2213,1499,1315,576,214,1913,1686,545,2109,1297,1591,2010,1586,210,2156,346,714,2355,870,630,1272,949,1890,640,31,1996,843,2313,1536,914,2077,1819,1389,1109,2123,1813,1526,825,1754,2261,2013,1840,896,973,734,2078,349,1899,431,13,863,561,2345,1994,739,2236,2336,611,494,178,2071,1764,2006,1568,1294,1170,2231,2244,2402,2253,1434,521,1042,450,844,1612,73,96,1436,345,256,1999,1464,736,764,1425,2228,2067,645,253,1101,2178,316,1480,1051,2162,400,1267,2169,1312,796,1498,385,2372,710,2273,765,495,648,982,488,429,2154,1274,2145,1864,254,999,65,1606,1230,679,946,1761,1731,2007,2170,1220,1995,755,1066,522,1186,856,1145,1321,1543,14,1830,779,321,1603,880,1164,1146,1644,49,455,1972,1487,1960,1270,774,667,757,38,722,504,129,16,2306,2358,319,1193,829,2177,72,1298,783,595,2135,247,341,1079,790,380,114,732,883,1595,1199,1503,1476,246,1618,1214,708,2184,628,960,146,794,2385,1467,1023,1045,2278,948,557,712,706,1931,2349,585,248,1137,1670,1122,1190,756,2114,2035,1222,273,2031,2009,267,2299,1240,2238,268,93,2395,1652,715,740,1386,2148,288,2080,2286,603,1265,160,1986,636,74,1115,1285,458,2399,1653)', '(1,1569,2)(3,1384,1502)(4,2380,854)(5,994,258)(6,1512,1518)(7,437,896)(8,2214,752)(9,1706,925)(10,1705,585)(11,122,1116)(12,1612,1138)(13,18,1460)(14,1040,1791)(15,1214,1434)(16,769,1643)(17,1667,2062)(19,45,1042)(20,1022,860)(21,2402,2226)(22,1905,1827)(23,445,1219)(24,241,1755)(25,1471,2192)(26,420,1504)(27,1607,1779)(28,2178,1303)(29,2127,894)(30,2394,1960)(31,1041,864)(32,1493,1953)(33,50,183)(34,2395,1526)(35,2198,1429)(36,1209,2326)(37,1076,229)(38,2286,980)(39,762,1275)(40,1357,899)(41,385,1763)(42,511,2306)(43,2285,2325)(44,1548,401)(46,176,714)(47,1433,2059)(48,509,1784)(49,310,1952)(51,179,1267)(52,1772,438)(53,1031,140)(54,601,1639)(55,442,278)(56,2242,1981)(57,490,2292)(58,527,665)(59,1937,2106)(60,521,1187)(61,831,1507)(62,902,294)(63,2354,2349)(64,913,1965)(65,367,414)(66,2341,1961)(67,2081,1240)(68,2171,593)(69,1476,790)(70,1156,821)(71,675,1863)(72,449,384)(73,1571,2206)(74,2113,118)(75,2304,439)(76,1748,1741)(77,633,587)(78,1992,1008)(79,512,679)(80,588,586)(81,473,930)(82,1023,141)(83,901,1172)(84,2061,775)(85,1060,2056)(86,1333,287)(87,738,1247)(88,2205,377)(89,835,1657)(90,1069,814)(91,589,1739)(92,2268,2152)(93,1300,1361)(94,2310,1207)(95,334,181)(96,488,2041)(97,342,1670)(98,163,1558)(99,2103,2391)(100,290,218)(101,264,1688)(102,938,1081)(103,2182,1765)(104,1596,1025)(105,1322,1945)(106,1660,2393)(107,1547,1617)(108,709,796)(109,1999,604)(110,2312,929)(111,2277,1769)(112,276,382)(113,922,1409)(114,1593,2144)(115,326,776)(116,688,2188)(117,1917,1516)(119,1444,1783)(120,497,185)(121,941,2084)(123,383,664)(124,546,1752)(125,837,2213)(126,286,2023)(127,514,291)(128,1447,650)(129,1200,2363)(130,667,494)(131,1199,517)(132,562,2075)(133,1976,1581)(134,1176,162)(135,759,1836)(136,1227,1756)(137,2253,1803)(138,755,1246)(139,1935,2336)(142,2379,1280)(143,2109,271)(144,871,1441)(145,2344,1978)(146,2294,1682)(147,596,2186)(148,2369,710)(149,543,1467)(150,1597,870)(151,1425,372)(152,676,1201)(153,903,2114)(154,1544,726)(155,202,504)(156,1645,1132)(157,599,1064)(158,1045,737)(159,2254,1740)(160,1944,226)(161,1570,335)(164,353,856)(165,1564,2147)(166,1075,652)(167,2371,1342)(168,1423,525)(169,1477,638)(170,1142,289)(171,2094,1104)(172,379,2258)(173,802,1335)(174,1681,1440)(175,917,1557)(177,1217,1738)(178,378,231)(180,674,626)(182,940,2104)(184,528,1208)(186,446,2307)(187,293,457)(188,850,735)(189,1642,1501)(190,397,713)(191,391,338)(192,766,481)(193,1296,746)(194,2163,575)(195,1646,1878)(196,1631,1000)(197,1546,418)(198,269,207)(199,2036,323)(200,1613,1379)(201,1481,1355)(203,1278,2010)(204,973,1191)(205,702,247)(206,1451,2244)(208,1573,2083)(209,1718,215)(210,1910,928)(211,2108,2263)(212,1641,1942)(213,1339,1773)(214,1906,1825)(216,405,2115)(217,309,2364)(219,1454,715)(220,931,2044)(221,1813,344)(222,1554,916)(223,991,816)(224,257,787)(225,1158,348)(227,472,1301)(228,2315,2400)(230,1528,1316)(232,1295,1787)(233,2246,1389)(234,1401,408)(235,474,388)(236,1419,2093)(237,2305,960)(238,1436,1399)(239,1835,1007)(240,828,1707)(242,641,989)(243,454,2195)(244,2125,1932)(245,892,1601)(246,935,370)(248,1856,662)(249,616,1806)(250,2161,2148)(251,1973,1875)(252,2124,1497)(253,1405,1611)(254,1170,943)(255,1183,2399)(256,2006,1789)(259,520,1019)(260,352,607)(261,1099,1551)(262,1164,2390)(263,698,1726)(265,1635,1606)(266,1014,1166)(267,2187,1897)(268,2026,1575)(270,1137,1510)(272,968,1684)(273,681,1197)(274,582,744)(275,2069,507)(277,1947,2350)(279,469,351)(280,1829,399)(281,2007,2168)(282,1638,483)(283,443,948)(284,1449,1435)(285,1536,1522)(288,803,964)(292,621,1024)(295,2227,2389)(296,1774,2290)(297,1287,2003)(298,862,426)(299,1461,1834)(300,371,362)(301,1396,945)(302,1074,784)(303,1805,1957)(304,1365,1336)(305,468,1283)(306,1245,2273)(307,581,1807)(308,1420,1872)(311,1977,564)(312,345,2184)(313,1182,965)(314,572,1788)(315,2028,1801)(316,1360,1566)(317,1474,847)(318,1096,998)(319,823,810)(320,1165,2355)(321,2309,1115)(322,2269,364)(324,1370,2079)(325,1039,846)(327,1982,2330)(328,545,1216)(329,1264,2143)(330,1964,1136)(331,1572,1535)(332,2011,666)(333,878,1552)(336,1582,725)(337,1184,1676)(339,1655,1443)(340,1895,532)(341,571,656)(343,1027,409)(346,2155,1980)(347,2055,1417)(349,927,2040)(350,2256,1517)(354,1253,360)(355,1146,1065)(356,1198,1632)(357,1029,1330)(358,708,863)(359,2043,1061)(361,888,1398)(363,727,1520)(365,1780,1998)(366,961,1693)(368,1616,1490)(369,1592,1358)(373,1971,1340)(374,1093,1325)(375,2396,808)(376,2225,1675)(380,1470,1329)(381,2236,2121)(386,519,536)(387,867,2031)(389,2345,2297)(390,518,1704)(392,1233,1754)(393,523,2257)(394,1414,2054)(395,1531,1290)(396,1636,2169)(398,1867,877)(400,2333,1494)(402,1629,600)(403,2319,1896)(404,824,1407)(406,471,1413)(407,1795,435)(410,1231,717)(411,2234,1926)(412,1907,2372)(413,1839,1326)(415,2245,1427)(416,857,2068)(417,1770,2295)(419,2101,1374)(421,2261,602)(422,785,2375)(423,1289,677)(424,993,627)(425,1530,2100)(427,1691,592)(428,1948,487)(429,1940,516)(430,635,1036)(431,1725,2216)(432,1168,718)(433,1215,1744)(434,1135,2212)(436,1390,995)(440,608,1771)(441,2321,1524)(444,758,2134)(447,558,1855)(448,887,2030)(450,1188,1527)(451,858,495)(452,1455,1054)(453,783,2283)(455,827,1378)(456,1562,2049)(458,1202,694)(459,2042,659)(460,2367,972)(461,2175,2262)(462,1354,1424)(463,578,1311)(464,1026,1649)(465,1946,1375)(466,1206,789)(467,1890,2033)(470,580,868)(475,1764,661)(476,1610,1671)(477,819,703)(478,1232,2382)(479,2157,1902)(480,1314,2136)(482,1724,2233)(484,915,1911)(485,2196,910)(486,1799,2070)(489,2385,2383)(491,1963,979)(492,2384,2338)(493,1230,1223)(496,765,1400)(498,1108,2296)(499,2150,1815)(500,2181,1495)(501,2378,800)(502,1731,890)(503,1010,630)(505,1006,2058)(506,622,617)(508,1464,2140)(510,865,1034)(513,990,729)(515,1332,2370)(522,912,1538)(524,550,1929)(526,646,686)(529,2072,1614)(530,1696,2209)(531,1991,685)(533,645,1762)(534,1542,773)(535,1445,576)(537,1018,1478)(538,2107,1930)(539,1011,577)(540,2077,844)(541,1668,793)(542,1192,1364)(544,779,1500)(547,1144,1066)(548,745,569)(549,2111,1949)(551,556,1511)(552,909,1304)(553,1328,2202)(554,1537,1757)(555,1180,1931)(557,1833,1359)(559,2386,1266)(560,2046,1265)(561,2219,757)(563,1453,1459)(565,2117,591)(566,1469,1587)(567,1402,568)(570,1541,1785)(573,2018,1331)(574,1622,848)(579,1213,1363)(583,1346,1383)(584,1013,1101)(590,1734,1452)(594,1068,2067)(595,760,933)(597,880,734)(598,1842,1258)(603,682,2197)(605,957,1169)(606,792,1983)(609,1933,1832)(610,2207,936)(611,2142,1934)(612,1281,1457)(613,2017,2274)(614,1790,1422)(615,914,1377)(618,874,2221)(619,1924,1080)(620,920,1119)(623,2099,1086)(624,817,1063)(625,2137,1279)(628,1090,2145)(629,1579,879)(631,1044,2087)(632,1155,1768)(634,1276,1079)(636,1585,873)(637,2096,2132)(639,680,1505)(640,1229,2089)(642,1678,1661)(643,1110,701)(644,1221,1664)(647,1175,1975)(648,1841,2130)(649,2085,907)(651,1448,1605)(653,1648,1263)(654,1241,2272)(655,1345,799)(657,1391,1285)(658,1759,1248)(660,1351,2229)(663,984,2138)(668,2005,1125)(669,1473,1171)(670,1308,1555)(671,2156,1321)(672,1583,1161)(673,1844,906)(678,1385,2208)(683,1838,939)(684,1700,1701)(687,1679,1900)(689,2185,1484)(690,2255,1651)(691,1252,1820)(692,919,1067)(693,1521,944)(695,1397,1114)(696,1052,1274)(697,954,2358)(699,1730,2317)(700,2071,2000)(704,1609,1849)(705,724,1709)(706,1717,2235)(707,1698,1112)(711,1954,1053)(712,812,1687)(716,2281,1320)(719,754,1078)(720,1085,1868)(721,728,1121)(722,937,2074)(723,1356,741)(730,1049,2105)(731,1486,1488)(732,798,1446)(733,1073,1761)(736,1254,2265)(739,1879,1282)(740,820,1438)(742,1620,2311)(743,1925,2141)(747,1057,2165)(748,1600,1421)(749,1619,1760)(750,2097,2353)(751,1715,1318)(753,1353,1269)(756,1729,1778)(761,1974,855)(763,1586,2293)(764,2361,2035)(767,801,1877)(768,1990,1553)(770,1259,1496)(771,2110,1344)(772,1255,1243)(774,2289,2368)(777,1157,2191)(778,2080,1395)(780,1814,2194)(781,2135,1492)(782,1035,1437)(786,2282,1487)(788,1837,1106)(791,1350,958)(794,2073,1250)(795,951,895)(797,1033,1624)(804,852,976)(805,1685,1257)(806,1914,2224)(807,982,1808)(809,1059,1860)(811,1239,1056)(813,911,1943)(815,2300,1650)(818,2078,1147)(822,1482,2022)(825,1077,1996)(826,1881,2343)(829,2360,1037)(830,1046,2228)(832,1317,1228)(833,1987,2308)(834,2346,1692)(836,2190,1479)(838,1369,1432)(839,875,2334)(840,1858,1124)(841,1130,2323)(842,1050,1107)(843,1097,1887)(845,1630,967)(849,1967,1376)(851,1272,881)(853,1480,1662)(859,1408,1901)(861,2200,1627)(866,1922,2241)(869,1794,974)(872,2348,1885)(876,1985,1431)(882,1742,2331)(883,1032,1811)(884,1927,2340)(885,1747,1727)(886,2322,2064)(889,1746,1710)(891,2193,1576)(893,2153,1824)(897,2034,2249)(898,2177,1721)(900,2271,971)(904,1903,2377)(905,2019,959)(908,1851,1235)(918,1236,1503)(921,1012,1567)(923,1658,1306)(924,1986,1673)(926,1338,1062)(932,1238,1189)(934,1694,1659)(942,1387,1969)(946,1001,1683)(947,1720,1962)(949,1489,2149)(950,1226,1955)(952,2066,2012)(953,2398,1640)(955,1100,1348)(956,1442,1559)(962,1083,1499)(963,1920,1711)(966,2303,1846)(969,1020,1082)(970,1797,1043)(975,1894,2146)(977,1403,1652)(981,2203,1418)(983,1644,1798)(985,2047,1298)(986,2095,1540)(987,1462,1072)(988,2179,2365)(992,1822,1818)(996,1796,2324)(997,2210,2116)(999,1883,1291)(1002,1584,2029)(1003,1297,1411)(1004,2122,1595)(1005,1128,1669)(1009,1251,2024)(1015,1913,1604)(1016,1745,2021)(1017,2260,1918)(1021,1095,1591)(1028,2060,2158)(1030,1373,1826)(1038,2362,1139)(1047,2352,1891)(1048,1793,1098)(1051,2008,1260)(1055,1334,1439)(1058,1956,1367)(1070,1563,2112)(1071,1292,2284)(1084,1874,2128)(1087,1415,1804)(1088,1972,1680)(1089,1819,1141)(1091,1737,1749)(1092,2232,1689)(1094,2170,2204)(1102,1463,1513)(1103,1886,2251)(1105,1123,1589)(1109,1190,1205)(1111,1912,2162)(1113,2131,1847)(1117,1220,1823)(1118,1666,1599)(1120,2063,1736)(1122,1362,2267)(1126,1722,1315)(1127,2298,2065)(1129,2373,1713)(1131,1394,1812)(1133,2288,2032)(1134,2183,1865)(1140,1506,1672)(1143,1703,1410)(1145,1598,1941)(1148,1751,1854)(1149,1979,1153)(1150,1428,1368)(1151,1719,2280)(1152,1882,1830)(1154,1324,1515)(1159,1577,1840)(1160,1939,2088)(1162,1343,1426)(1163,1989,2164)(1167,1556,1884)(1173,1327,1988)(1174,2001,1928)(1177,2102,1997)(1178,1923,1873)(1179,1777,1578)(1181,2357,1549)(1185,1196,1753)(1186,1430,2401)(1193,1242,2215)(1194,1792,1393)(1195,1677,1565)(1203,1816,2339)(1204,1590,1634)(1210,1898,2238)(1211,1352,2222)(1212,2313,1723)(1218,1775,1786)(1222,1234,1880)(1224,2086,1244)(1225,2082,1261)(1237,2381,1519)(1249,1845,1656)(1256,2220,1653)(1262,2247,2266)(1268,1828,1561)(1270,1271,2287)(1273,2264,1859)(1277,2037,1312)(1284,2159,2259)(1286,2166,1714)(1288,1970,2025)(1293,2329,1310)(1294,1776,1406)(1299,1465,1831)(1302,1843,1966)(1305,1853,1372)(1307,1750,2327)(1309,1491,2118)(1313,2048,1665)(1319,1568,1994)(1323,2318,1708)(1337,1381,1767)(1341,2126,2004)(1347,1938,2174)(1349,2397,2123)(1366,1523,2320)(1371,2223,1550)(1380,1876,1950)(1382,1848,1866)(1386,2335,2098)(1388,2299,1810)(1392,2342,2092)(1404,1959,2050)(1412,1529,2015)(1416,1663,2301)(1450,2278,2027)(1456,1647,1817)(1458,1508,1869)(1466,2291,2332)(1468,1735,2053)(1472,1888,2009)(1475,1712,2201)(1483,1485,2240)(1498,2302,1800)(1509,1984,1899)(1514,1690,2359)(1525,2173,2239)(1532,1637,1916)(1533,2151,2231)(1534,1936,2189)(1539,1602,2133)(1543,1821,1603)(1545,1628,1809)(1560,1674,1968)(1574,2276,1857)(1580,2314,1686)(1588,1625,2388)(1594,2057,2356)(1608,1758,2392)(1615,2248,2230)(1618,2218,1702)(1621,2180,2013)(1623,1871,2016)(1626,2316,2172)(1633,2045,1909)(1654,2139,1743)(1695,2337,1892)(1697,1919,2275)(1699,2120,2090)(1716,2199,1728)(1732,2160,1915)(1733,2039,1782)(1766,1781,1862)(1802,2014,2366)(1850,2243,2250)(1852,2051,2351)(1861,2328,2270)(1864,1921,2129)(1870,1958,2387)(1889,1951,2002)(1893,2217,2252)(1904,2052,2279)(1908,2154,2347)(1995,2119,2167)(2020,2176,2076)(2038,2211,2376)(2091,2374,2237)'])
 
Direct product: not isomorphic to a non-trivial direct product
Semidirect product: not isomorphic to a non-trivial semidirect product
Trans. wreath product: not isomorphic to a non-trivial transitive wreath product

Elements of the group are displayed as equivalence classes (represented by square brackets) of matrices in $\SL(2,2401)$.

Homology

Abelianization: $C_1 $
Copy content comment:The abelianization of the group
 
Copy content magma:quo< G | CommutatorSubgroup(G) >;
 
Copy content gap:FactorGroup(G, DerivedSubgroup(G));
 
Copy content sage:G.quotient(G.commutator())
 
Schur multiplier: not computed
Copy content comment:The Schur multiplier of the group
 
Copy content gap:AbelianInvariantsMultiplier(G);
 
Copy content sage:G.homology(2)
 
Copy content sage_gap:G.AbelianInvariantsMultiplier()
 
Commutator length: $1$
Copy content comment:The commutator length of the group
 
Copy content gap:CommutatorLength(G);
 
Copy content sage_gap:G.CommutatorLength()
 

Subgroups

Copy content comment:List of subgroups of the group
 
Copy content magma:Subgroups(G);
 
Copy content gap:AllSubgroups(G);
 
Copy content sage:G.subgroups()
 
Copy content sage_gap:G.AllSubgroups()
 

There are 2 normal subgroups, and all normal subgroups are characteristic.

Characteristic subgroups are shown in this color.

Special subgroups

Center: a subgroup isomorphic to $C_1$
Copy content comment:Center of the group
 
Copy content magma:Center(G);
 
Copy content gap:Center(G);
 
Copy content sage:G.center()
 
Copy content sage_gap:G.Center()
 
Commutator: a subgroup isomorphic to $\PSL(2,2401)$
Copy content comment:Commutator subgroup of the group G
 
Copy content magma:CommutatorSubgroup(G);
 
Copy content gap:DerivedSubgroup(G);
 
Copy content sage:G.commutator()
 
Copy content sage_gap:G.DerivedSubgroup()
 
Frattini: a subgroup isomorphic to $C_1$
Copy content comment:Frattini subgroup of the group G
 
Copy content magma:FrattiniSubgroup(G);
 
Copy content gap:FrattiniSubgroup(G);
 
Copy content sage:G.frattini_subgroup()
 
Copy content sage_gap:G.FrattiniSubgroup()
 
Fitting: not computed
Copy content comment:Fitting subgroup of the group G
 
Copy content magma:FittingSubgroup(G);
 
Copy content gap:FittingSubgroup(G);
 
Copy content sage:G.fitting_subgroup()
 
Copy content sage_gap:G.FittingSubgroup()
 
Radical: not computed
Copy content comment:Radical of the group G
 
Copy content magma:Radical(G);
 
Copy content gap:SolvableRadical(G);
 
Copy content sage_gap:G.SolvableRadical()
 
Socle: not computed
Copy content comment:Socle of the group G
 
Copy content magma:Socle(G);
 
Copy content gap:Socle(G);
 
Copy content sage:G.socle()
 
Copy content sage_gap:G.Socle()
 
2-Sylow subgroup: $P_{ 2 } \simeq$ $D_{16}$
3-Sylow subgroup: $P_{ 3 } \simeq$ $C_3$
5-Sylow subgroup: $P_{ 5 } \simeq$ $C_{25}$
7-Sylow subgroup: $P_{ 7 } \simeq$ $C_7^4$
1201-Sylow subgroup: $P_{ 1201 } \simeq$ $C_{1201}$

Subgroup diagram and profile

Series

Derived series not computed
Copy content comment:Derived series of the group GF
 
Copy content magma:DerivedSeries(G);
 
Copy content gap:DerivedSeriesOfGroup(G);
 
Copy content sage:G.derived_series()
 
Copy content sage_gap:G.DerivedSeriesOfGroup()
 
Chief series not computed
Copy content comment:Chief series of the group G
 
Copy content magma:ChiefSeries(G);
 
Copy content gap:ChiefSeries(G);
 
Copy content sage_gap:G.ChiefSeries()
 
Lower central series not computed
Copy content comment:The lower central series of the group G
 
Copy content magma:LowerCentralSeries(G);
 
Copy content gap:LowerCentralSeriesOfGroup(G);
 
Copy content sage:G.lower_central_series()
 
Copy content sage_gap:G.LowerCentralSeriesOfGroup()
 
Upper central series not computed
Copy content comment:The upper central series of the group G
 
Copy content magma:UpperCentralSeries(G);
 
Copy content gap:UpperCentralSeriesOfGroup(G);
 
Copy content sage:G.upper_central_series()
 
Copy content sage_gap:G.UpperCentralSeriesOfGroup()
 

Character theory

Copy content comment:Character table
 
Copy content magma:CharacterTable(G); // Output not guaranteed to exactly match the LMFDB table
 
Copy content gap:CharacterTable(G); # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage:G.character_table() # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage_gap:G.CharacterTable() # Output not guaranteed to exactly match the LMFDB table
 

Complex character table

The $1203 \times 1203$ character table is not available for this group.

Rational character table

The $33 \times 33$ rational character table is not available for this group.