diff --git a/pipelines/society/population.pl b/pipelines/society/population.pl index 01e239c..08fb28e 100644 --- a/pipelines/society/population.pl +++ b/pipelines/society/population.pl @@ -1,23 +1,58 @@ #!/usr/bin/perl +# Process population figures -use lib "./../lib/"; # Custom functions +use utf8; +use warnings; +use strict; use Data::Dumper; +use Cwd qw(abs_path); +my ($basedir, $path); +BEGIN { + # Get the real base directory for this script + ($basedir, $path) = abs_path($0) =~ m{(.*/)?([^/]+)$}; +} +use lib $basedir."../lib/"; # Custom functions require "lib.pl"; +use OpenInnovations::XLSX; + + +my $url = "https://data.parliament.uk/resources/constituencystatistics/PowerBIData/ConstituencyDashboards/population_by_age.xlsx"; +my $file = $basedir."../../raw-data/population_by_age.xlsx"; +my $outfile = $basedir."../../src/themes/society/_data/population_2022.csv"; -my $popfile = "../../raw-data/Population_all.csv"; -my $outfile = "../../src/_data/sources/society/population-2020.csv"; +# Get the remote data +SaveFromURL($url,$file); -my @rows = LoadCSV($popfile); +# Load in the Excel file +my $xlsx = OpenInnovations::XLSX->new()->load($file); + +# Load the specific sheet +my $number = $xlsx->loadSheet('Single year of age',{ + 'header'=>[0], + 'startrow'=>1, + 'rename'=>sub { + my $str = shift; + if($str eq "con_code"){ + return "PCON24CD"; + }elsif($str eq "con_name"){ + return "PCON24NM"; + } + return $str; + } +}); +# Get the rows +my @rows = @{$number->{'rows'}}; +my ($r,$n,$pcon,$age,$categories,$cat,$i); my $ages = {}; my $totals = {}; for($r = 0; $r < @rows; $r++){ - $pcon = $rows[$r]->{'PCON11CD'}; - $age = $rows[$r]->{'Age_year'}; - $n = $rows[$r]->{'Age_pop'}; + $pcon = $rows[$r]->{'PCON24CD'}; + $age = $rows[$r]->{'age'}; + $n = $rows[$r]->{'con_number'}; if(!$ages->{$pcon}){ $ages->{$pcon} = {}; } if(!$ages->{$pcon}{$age}){ $ages->{$pcon}{$age} = 0; } if(!$totals->{$pcon}){ $totals->{$pcon} = {}; } @@ -53,7 +88,7 @@ msg("Saving to $outfile\n"); open(FILE,">",$outfile); -print FILE "PCON11CD"; +print FILE "PCON24CD"; for($i = 0; $i <= 90; $i++){ print FILE ",".$i; if($i == 90){ print FILE "+"; } diff --git a/src/themes/society/_data/population_2022.csv b/src/themes/society/_data/population_2022.csv new file mode 100644 index 0000000..6165138 --- /dev/null +++ b/src/themes/society/_data/population_2022.csv @@ -0,0 +1,651 @@ +PCON24CD,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90+,16+,17+,18+,18-64,65+,67+,70+,<18,total +E14001063,1378,1472,1414,1450,1397,1367,1373,1529,1347,1416,1389,1342,1354,1271,1307,1295,1343,1442,1356,1030,1084,1227,1379,1512,1506,1567,1718,1752,1753,1813,1902,1960,2050,1944,1996,2058,1920,1824,1755,1806,1713,1659,1730,1605,1504,1475,1463,1497,1510,1582,1541,1615,1583,1613,1625,1640,1635,1590,1477,1550,1435,1402,1256,1185,1099,1092,1000,974,1009,954,902,957,932,1002,1079,1174,838,836,853,745,671,590,554,521,447,419,334,310,270,214,797,97155,95812,94370,74896,19474,17382,14445,24886,119256 +E14001064,923,905,938,970,986,983,1067,1120,1048,1114,1081,1104,1129,1170,1106,1084,1097,1065,1006,821,764,832,889,960,944,959,983,1006,976,1099,1149,1091,1125,1102,1172,1171,1089,1164,1080,1123,1123,1096,1141,1085,980,940,1043,1060,1138,1206,1281,1365,1353,1382,1395,1440,1442,1408,1357,1345,1380,1269,1209,1123,1183,1089,994,946,936,890,900,924,984,1003,1124,1117,903,918,957,851,811,716,685,683,683,625,511,460,364,339,1168,76992,75895,74830,53249,21581,19498,16726,18890,93720 +E14001065,869,932,996,1198,1168,1268,1444,1387,1497,1480,1621,1716,1496,1582,1502,1405,1366,1325,1167,721,683,622,783,933,859,913,823,901,907,972,1019,1028,994,1114,1182,1213,1291,1398,1433,1433,1517,1631,1573,1609,1497,1417,1415,1524,1478,1449,1586,1483,1471,1412,1433,1370,1393,1390,1334,1331,1259,1189,1123,1115,1105,991,995,989,942,866,894,905,951,928,1016,992,780,817,833,740,626,561,558,604,524,491,428,368,328,292,1108,79711,78345,77020,57493,19527,17541,14744,24252,101272 +E14001066,908,866,853,917,939,1000,936,932,949,1022,974,1059,1046,949,992,986,938,885,847,701,707,760,890,978,1020,1024,1083,1084,1091,1095,1253,1228,1188,1146,1159,1126,1090,1082,1078,1068,1004,1032,1125,1010,939,983,1029,1089,1172,1207,1426,1381,1394,1442,1419,1467,1392,1418,1418,1427,1276,1237,1180,1200,1090,1133,1118,1051,1068,1067,1006,1022,1069,1116,1135,1219,868,830,896,750,675,531,489,515,432,390,296,267,243,217,784,75465,74527,73642,53455,20187,17936,14750,17151,90793 +E14001067,699,665,776,805,837,894,940,1030,977,1043,1079,1125,1155,1211,1101,1069,1083,1024,1022,837,617,652,688,793,766,725,703,730,775,722,811,839,854,836,871,878,921,959,878,920,1011,1080,1088,1027,995,978,1031,1126,1197,1286,1414,1417,1314,1466,1479,1633,1641,1599,1692,1669,1630,1532,1494,1505,1511,1453,1409,1365,1399,1359,1337,1332,1433,1418,1525,1688,1301,1181,1267,1156,950,836,855,751,725,649,589,499,433,395,1623,82647,81564,80540,51612,28928,26066,21943,17513,98053 +E14001068,960,966,973,1049,1031,1100,1127,1088,1130,1191,1235,1258,1155,1166,1111,1098,1070,1076,1009,824,814,824,984,1047,1047,1127,1115,1069,1204,1243,1238,1306,1341,1281,1317,1280,1251,1281,1152,1198,1134,1191,1177,1150,1058,1061,1085,1086,1143,1261,1362,1378,1397,1462,1469,1471,1375,1461,1373,1403,1325,1282,1260,1205,1049,1069,1025,1026,992,1014,1007,967,1000,990,1018,1051,819,839,860,815,628,558,583,504,423,413,354,286,247,210,831,78245,77175,76099,56570,19529,17435,14403,19784,95883 +E14001069,1278,1272,1278,1258,1411,1428,1414,1417,1384,1489,1479,1450,1497,1498,1472,1364,1282,1282,1246,879,943,924,1058,1141,1251,1323,1254,1358,1401,1449,1559,1554,1674,1598,1620,1607,1542,1511,1472,1492,1448,1475,1461,1436,1385,1425,1389,1333,1386,1429,1445,1574,1614,1602,1639,1565,1601,1475,1436,1382,1291,1309,1152,1097,1029,1038,977,980,938,916,950,912,926,1003,1055,1147,840,763,768,695,559,440,497,484,391,340,339,259,254,214,780,86263,84981,83699,65234,18465,16450,13616,24953,108652 +E14001070,1199,1193,1216,1306,1262,1244,1291,1306,1292,1379,1454,1385,1457,1345,1283,1291,1233,1252,1118,926,922,970,1065,1200,1195,1301,1289,1259,1340,1413,1500,1529,1474,1567,1559,1425,1534,1421,1411,1425,1324,1322,1334,1290,1091,1245,1177,1143,1231,1244,1329,1330,1388,1370,1437,1425,1415,1401,1376,1332,1285,1288,1143,1155,1134,1112,980,888,862,904,901,863,841,848,880,974,676,663,633,584,532,453,402,375,385,306,239,220,174,150,581,79963,78730,77478,61052,16426,14334,11680,23388,100866 +E14001071,1328,1358,1360,1446,1466,1468,1481,1407,1455,1449,1565,1515,1446,1403,1427,1348,1265,1293,1234,840,934,1013,1016,1196,1218,1328,1312,1435,1471,1492,1559,1678,1630,1680,1741,1584,1655,1665,1585,1664,1639,1712,1745,1593,1499,1496,1450,1442,1522,1541,1538,1499,1481,1543,1541,1623,1568,1570,1566,1449,1385,1296,1268,1168,1141,1084,1012,973,936,952,927,887,868,915,898,1004,702,698,665,622,470,428,430,398,363,340,307,264,183,213,796,88098,86833,85540,68205,17335,15239,12378,25480,111020 +E14001072,1162,1080,1171,1155,1229,1193,1197,1208,1133,1186,1225,1316,1280,1279,1285,1346,1201,1257,1127,817,699,790,920,1087,1174,1171,1193,1263,1294,1359,1411,1392,1456,1427,1541,1454,1416,1482,1424,1440,1341,1377,1383,1367,1270,1271,1205,1278,1278,1381,1401,1400,1458,1514,1493,1517,1567,1484,1479,1382,1356,1260,1246,1195,1142,1097,1030,1037,949,1007,990,1025,1078,1120,1137,1078,828,847,807,769,644,559,546,538,509,393,355,403,297,245,1016,84144,82943,81686,61382,20304,18177,15184,21903,103589 +E14001073,2136,2009,2170,2169,2270,2261,2290,2164,2179,2293,2260,2355,2154,2218,2228,2307,2121,2079,1873,1586,1548,1606,1643,1751,1919,1899,1918,1896,1992,1952,1922,2023,2135,2343,2335,2361,2375,2318,2291,2194,2296,2285,2185,2129,1985,1982,1927,1848,1814,1733,1719,1756,1762,1633,1633,1483,1460,1405,1267,1279,1127,1081,1068,997,884,845,747,688,682,601,587,509,506,458,494,480,393,320,297,298,242,220,251,215,211,181,163,153,129,89,421,98998,96877,94798,84618,10180,8588,6617,39663,134461 +E14001074,1168,1136,1213,1194,1216,1228,1219,1222,1179,1254,1281,1323,1269,1165,1211,1195,1176,1173,1131,883,858,915,1022,1138,1255,1320,1354,1372,1457,1637,1575,1570,1534,1421,1611,1438,1404,1380,1435,1351,1320,1292,1321,1169,1133,1012,1055,1225,1185,1348,1435,1677,1456,1577,1621,1589,1548,1533,1486,1478,1505,1396,1344,1338,1255,1282,1203,1078,1144,1067,1015,1057,951,1091,1082,1124,848,848,751,713,610,559,509,498,465,384,356,271,243,209,743,85809,84633,83460,63359,20101,17616,14327,21822,105282 +E14001075,1129,1141,1236,1221,1216,1282,1227,1282,1242,1292,1278,1303,1286,1254,1251,1176,1179,1143,1081,847,969,988,1068,1197,1292,1371,1342,1421,1473,1519,1619,1648,1600,1474,1573,1541,1371,1458,1376,1317,1268,1308,1257,1237,1069,1079,1146,1186,1237,1348,1444,1616,1566,1568,1591,1574,1549,1571,1477,1508,1403,1362,1295,1294,1261,1240,1163,1060,1087,1032,1055,958,1002,955,992,1071,850,850,797,708,567,558,510,445,448,411,317,327,251,264,756,85755,84576,83433,63759,19674,17271,14092,22138,105571 +E14001076,897,856,881,998,937,1030,1047,981,1027,1003,1025,1024,1023,1052,1036,1033,1048,1069,1009,821,825,886,934,1076,1082,1099,1102,1183,1243,1205,1265,1199,1196,1264,1217,1174,1153,1158,1061,1118,1094,1038,1032,1010,976,978,1060,1065,1169,1192,1256,1448,1426,1426,1465,1562,1560,1536,1605,1503,1467,1416,1421,1410,1266,1292,1205,1113,1197,1141,1102,1135,1141,1173,1299,1316,1030,914,889,859,718,714,619,595,546,458,446,336,262,265,871,81404,80356,79287,56651,22636,20139,16688,17967,97254 +E14001077,1355,1375,1483,1547,1461,1520,1541,1492,1507,1573,1521,1529,1454,1499,1429,1413,1432,1354,1257,951,969,938,1116,1168,1257,1248,1248,1384,1443,1409,1483,1472,1621,1578,1682,1550,1627,1558,1544,1490,1505,1482,1483,1430,1329,1301,1332,1343,1294,1403,1362,1495,1483,1482,1549,1449,1387,1369,1352,1323,1266,1290,1197,1176,1104,1037,965,931,966,833,821,829,839,888,955,1119,812,688,682,627,544,478,515,446,456,409,377,344,319,258,846,84949,83517,82163,64179,17984,15982,13252,26485,108648 +E14001078,1216,1224,1249,1329,1217,1420,1384,1343,1306,1475,1459,1432,1369,1322,1229,1287,1262,1270,1163,871,807,964,1142,1383,1387,1470,1557,1593,1609,1596,1691,1741,1828,1917,1796,1795,1820,1692,1667,1744,1653,1707,1686,1598,1492,1468,1483,1580,1447,1587,1670,1579,1519,1618,1595,1578,1469,1495,1478,1413,1401,1205,1205,1147,1051,1035,939,923,929,932,870,855,908,933,970,1025,765,725,684,632,556,458,489,425,418,354,289,239,216,197,731,90386,89124,87854,70357,17497,15523,12739,23793,111647 +E14001079,1015,1062,1109,1131,1128,1256,1200,1178,1171,1195,1273,1251,1224,1214,1183,1135,1152,1121,1050,795,758,853,989,1140,1123,1228,1241,1358,1325,1311,1414,1420,1427,1373,1360,1367,1321,1330,1253,1234,1219,1278,1250,1199,1170,1122,1230,1229,1267,1360,1461,1629,1526,1608,1643,1609,1600,1681,1638,1587,1562,1472,1378,1448,1311,1251,1172,1188,1196,1133,1128,1118,1122,1185,1280,1315,1006,979,945,860,720,625,612,620,554,479,428,385,341,230,1051,87343,86191,85070,62147,22923,20500,16983,20998,106068 +E14001080,824,833,825,830,899,842,908,907,911,995,1053,1036,1054,1048,1080,1140,1075,1000,1635,4108,4207,3174,3309,2281,1887,1392,1371,1279,1304,1208,1345,1270,1256,1284,1203,1194,1145,1148,1132,1063,1112,1172,1132,1215,1104,1112,1058,1121,1191,1284,1326,1333,1214,1260,1223,1309,1273,1268,1304,1153,1212,1156,1043,983,1005,953,937,860,832,842,843,833,815,910,929,927,738,723,696,587,529,516,512,510,462,436,406,304,279,238,1141,88591,87516,86516,68758,17758,15868,13334,17260,103776 +E14001081,1259,1240,1138,1168,1132,1065,1046,1074,1021,967,1044,956,955,959,862,914,800,758,791,688,755,907,1318,2236,3041,3764,4070,4344,3972,3644,3268,3056,2672,2474,2260,2099,1982,1839,1762,1633,1625,1614,1608,1500,1427,1370,1295,1368,1289,1277,1278,1205,1226,1217,1180,1074,1140,1018,988,955,900,882,839,738,666,622,636,560,534,509,487,468,452,475,462,510,368,358,335,326,315,288,261,251,234,219,158,143,106,91,478,93458,92658,91900,82254,9646,8388,6785,18358,110258 +E14001082,947,1026,1000,994,1099,1093,1137,1141,1144,1199,1237,1307,1276,1280,1253,1184,1167,1149,1021,606,606,643,767,882,927,905,903,860,941,983,1042,1054,1119,1107,1177,1092,1169,1174,1195,1214,1251,1381,1264,1286,1286,1194,1358,1330,1261,1368,1502,1434,1352,1452,1432,1505,1477,1475,1458,1398,1403,1355,1224,1257,1126,1148,1111,1062,1014,1040,935,954,947,981,980,1140,875,815,861,778,693,587,665,643,602,567,496,410,429,338,1337,78940,77773,76624,55216,21408,19149,16033,20633,97257 +E14001083,1250,1312,1287,1294,1268,1275,1295,1256,1231,1204,1262,1330,1288,1211,1204,1153,1175,1178,1059,647,651,722,877,1009,1038,1138,1134,1205,1369,1388,1504,1474,1660,1721,1774,1726,1794,1821,1887,1803,1757,1823,1808,1815,1747,1580,1688,1593,1595,1573,1687,1595,1521,1566,1493,1489,1482,1485,1454,1366,1252,1241,1189,1118,1116,998,914,915,831,860,806,836,848,858,884,1013,753,671,618,559,522,387,421,409,395,349,343,264,239,238,1028,86746,85571,84393,67434,16959,15047,12441,22473,106866 +E14001084,1213,1287,1282,1317,1308,1317,1345,1328,1360,1409,1426,1422,1426,1473,1458,1356,1366,1329,1283,992,1045,1176,1300,1330,1471,1399,1466,1459,1528,1576,1597,1662,1704,1700,1749,1620,1723,1613,1613,1669,1589,1696,1651,1579,1518,1446,1488,1374,1475,1426,1423,1551,1492,1458,1539,1527,1431,1424,1394,1255,1357,1215,1170,1151,1124,1063,1055,992,928,895,818,863,872,855,943,881,697,672,675,600,501,452,451,437,427,394,341,360,308,248,1055,88906,87540,86211,68428,17783,15665,12850,24422,110633 +E14001085,1089,932,940,951,896,886,942,984,909,932,942,976,899,929,948,929,867,907,1151,1913,1911,1850,2432,2820,3093,3111,3341,3285,3383,3300,3002,2826,2865,2667,2368,2228,2113,1957,1811,1722,1675,1605,1449,1376,1268,1278,1303,1301,1196,1258,1201,1187,1189,1245,1214,1207,1174,1134,1091,1074,952,964,868,794,700,674,648,533,551,462,406,375,411,368,355,373,264,249,220,190,163,159,149,155,122,146,146,115,94,74,310,94338,93471,92564,84852,7712,6390,4844,16858,109422 +E14001086,1559,1489,1402,1378,1371,1506,1493,1441,1426,1473,1564,1451,1506,1444,1466,1498,1474,1478,1883,2880,2625,2752,3135,3970,4186,4298,4140,4015,3713,3361,3519,3356,3111,2904,2724,2451,2342,2199,2017,1876,2007,1945,1902,1709,1619,1618,1462,1554,1473,1313,1298,1233,1165,1168,1139,994,944,842,902,836,848,771,754,708,678,699,611,536,513,467,430,425,373,336,334,340,314,262,249,250,224,225,247,192,177,172,136,123,106,70,374,109476,108002,106524,98339,8185,6875,5359,26419,132943 +E14001087,581,666,698,671,758,821,842,848,868,923,975,934,977,963,949,1010,1017,1064,1105,738,666,721,722,854,819,787,762,796,888,857,895,869,906,872,925,895,896,883,950,899,933,966,950,958,905,872,991,1049,1079,1199,1338,1357,1304,1395,1453,1405,1489,1528,1573,1417,1443,1451,1401,1406,1422,1286,1324,1327,1237,1226,1248,1253,1334,1274,1412,1565,1064,949,951,909,763,703,661,624,591,497,456,353,335,285,1064,76761,75744,74680,49989,24691,22081,18291,15565,90245 +E14001088,620,648,770,739,796,773,782,806,779,899,913,990,937,896,952,939,913,884,851,693,554,642,697,762,854,788,758,722,788,737,829,804,842,870,851,842,720,794,827,781,832,859,915,841,794,780,860,900,969,1061,1148,1222,1191,1286,1283,1425,1407,1430,1463,1444,1439,1412,1347,1358,1387,1367,1390,1330,1365,1318,1285,1364,1487,1439,1585,1809,1326,1268,1247,1128,969,787,848,818,719,663,633,556,423,386,1734,77100,76187,75303,46059,29244,26487,22474,15036,90339 +E14001089,1196,1057,1157,1221,1196,1308,1329,1288,1285,1367,1353,1370,1315,1315,1408,1302,1236,1221,1178,842,933,1003,1058,1115,1099,1137,1091,1131,1184,1210,1295,1322,1336,1475,1368,1405,1341,1488,1410,1429,1427,1530,1518,1397,1353,1262,1281,1225,1237,1299,1278,1266,1409,1401,1356,1432,1428,1376,1383,1300,1264,1177,1127,1049,1018,962,918,839,844,805,819,851,784,805,859,907,713,598,652,586,543,467,483,508,474,426,340,318,315,266,832,79014,77778,76557,59643,16914,15034,12546,22924,99481 +E14001090,1159,1104,1201,1190,1162,1171,1188,1184,1177,1183,1225,1309,1254,1232,1234,1162,1170,1106,1019,769,739,752,898,969,1090,1077,1201,1176,1328,1338,1455,1497,1509,1479,1501,1607,1523,1533,1493,1534,1502,1460,1476,1468,1290,1292,1270,1295,1427,1414,1502,1410,1439,1438,1459,1500,1451,1443,1405,1423,1404,1327,1257,1147,1182,1074,1082,1004,1010,969,924,922,927,904,959,1059,784,807,794,724,549,499,532,484,450,474,411,358,306,251,1055,83756,82586,81480,62168,19312,17156,14173,21411,102891 +E14001091,1100,1121,1178,1231,1229,1240,1282,1272,1321,1350,1389,1360,1314,1363,1342,1363,1338,1318,1242,925,989,1076,1132,1231,1289,1297,1297,1292,1341,1364,1388,1506,1448,1395,1490,1453,1351,1351,1373,1318,1380,1327,1333,1335,1219,1208,1240,1257,1276,1360,1457,1541,1473,1447,1531,1587,1498,1541,1529,1514,1519,1446,1335,1333,1216,1224,1133,1069,1096,1078,1038,1016,990,1061,1040,1051,807,721,742,723,616,520,532,494,459,359,316,333,247,198,857,85826,84488,83170,63450,19720,17363,14120,23111,106281 +E14001092,1267,1186,1248,1255,1264,1385,1376,1366,1391,1381,1402,1395,1351,1367,1348,1316,1353,1359,1850,3413,1686,1587,1535,1593,1730,1721,1646,1573,1577,1604,1660,1620,1707,1525,1592,1523,1492,1490,1498,1499,1496,1428,1412,1400,1337,1271,1264,1227,1228,1307,1305,1278,1351,1296,1253,1235,1217,1225,1121,1116,1145,1052,966,988,964,866,816,854,897,861,833,839,774,782,813,820,649,649,618,603,511,477,440,416,358,368,306,275,231,205,886,86862,85509,84150,68003,16147,14465,11853,24010,108160 +E14001093,1630,1645,1632,1638,1709,1627,1700,1688,1731,1741,1780,1759,1683,1697,1701,1623,1536,1613,1579,1607,1593,1582,1507,1405,1398,1561,1628,1618,1725,1762,1969,1952,1936,1920,1939,1921,1843,1810,1700,1820,1753,1708,1679,1514,1426,1366,1396,1356,1428,1410,1530,1606,1645,1670,1662,1608,1609,1617,1605,1564,1514,1402,1318,1284,1201,1125,1030,947,942,854,836,839,865,764,854,832,701,646,698,602,564,471,438,445,459,356,349,311,237,224,869,96053,94517,92904,75646,17258,15103,12360,30133,123037 +E14001094,1547,1611,1672,1606,1611,1713,1655,1753,1666,1774,1780,1878,1838,1949,1926,1724,1827,1754,1822,1961,1921,1761,1609,1603,1528,1761,1784,1720,1824,1708,1752,1669,1687,1735,1744,1825,1764,1721,1814,1676,1740,1774,1762,1638,1619,1528,1523,1398,1465,1475,1504,1447,1515,1375,1378,1323,1167,1163,1104,1060,1087,1019,1077,1047,994,994,942,864,923,894,781,681,693,631,606,635,502,519,457,452,396,353,357,367,308,330,289,277,230,190,694,90517,88690,86936,72571,14365,12429,9748,31284,118220 +E14001095,1752,1761,1812,1769,1869,1950,1973,1992,2053,2099,2137,2161,2062,2111,2085,2010,1948,2024,1942,1895,1957,1789,1631,1607,1512,1683,1700,1605,1609,1589,1700,1740,1828,1746,1733,1831,1713,1744,1703,1657,1562,1574,1670,1461,1405,1341,1359,1358,1349,1414,1524,1513,1549,1550,1475,1381,1353,1329,1288,1214,1188,1138,1145,1011,1054,945,905,869,827,851,772,793,813,747,784,806,603,600,609,533,482,389,417,360,313,299,250,260,229,196,842,91585,89637,87613,72119,15494,13644,11097,35568,123181 +E14001096,2155,2102,2061,2147,2152,2172,2153,2168,2228,2221,2179,2197,2192,2243,2158,2528,2428,2478,3015,4187,4091,4098,4234,4503,4465,3715,3553,3549,3318,3233,2903,2886,2810,2710,2676,2635,2403,2359,2262,2208,2203,2057,2167,1879,1787,1735,1746,1644,1608,1544,1483,1487,1523,1446,1359,1257,1180,1112,1096,1072,1011,965,930,825,834,723,672,645,600,630,493,445,415,352,401,312,239,265,259,253,224,187,240,226,211,184,186,161,121,111,540,121764,119336,116858,107763,9095,7700,5825,39962,156820 +E14001097,1367,1320,1318,1318,1376,1415,1533,1515,1528,1499,1582,1630,1514,1558,1645,1411,1397,1383,1341,1311,1271,1165,1145,1145,1101,1303,1351,1379,1493,1416,1568,1696,1573,1524,1473,1556,1435,1498,1405,1420,1424,1397,1437,1349,1298,1282,1221,1253,1314,1369,1339,1402,1370,1367,1413,1450,1364,1388,1358,1279,1293,1251,1196,1136,1088,1119,961,967,941,976,990,911,923,936,868,984,722,736,674,659,553,434,477,455,433,412,354,249,236,233,954,84544,83147,81764,63607,18157,16077,13193,26309,108073 +E14001098,1779,1552,1665,1688,1741,1780,1782,1840,1827,1850,1908,1913,1824,2052,2010,1905,1946,2029,1951,2065,2164,1970,1773,1730,1664,1815,1911,1839,1809,1813,1754,1687,1792,1805,1790,1802,1819,1755,1763,1733,1797,1775,1799,1682,1612,1635,1572,1493,1509,1505,1495,1521,1530,1483,1476,1462,1292,1280,1333,1324,1249,1152,1049,1067,1010,936,885,813,769,806,758,659,657,533,559,536,485,469,438,435,409,387,393,340,295,302,285,254,220,171,670,93745,91799,89770,76306,13464,11643,9255,33091,122861 +E14001099,1140,1040,1124,1176,1130,1264,1285,1257,1260,1317,1299,1337,1282,1260,1203,1243,1133,1199,1324,2838,4613,4278,3500,2986,2523,1511,1411,1347,1367,1345,1523,1503,1424,1445,1447,1423,1378,1366,1358,1425,1306,1312,1327,1279,1143,1175,1153,1079,1092,1145,1119,1242,1218,1237,1236,1247,1195,1165,1172,1157,1176,1073,1015,993,1010,867,845,812,789,781,747,742,737,682,755,758,569,606,592,511,513,452,465,460,419,326,356,308,219,193,820,90257,89124,87925,72601,15324,13612,11230,21949,109874 +E14001100,1579,1588,1628,1687,1648,1830,1733,1748,1838,1813,1786,1861,1836,1894,1792,1729,1672,1695,1694,1771,1845,1703,1536,1456,1377,1679,1594,1541,1610,1569,1628,1639,1703,1721,1678,1631,1682,1688,1565,1585,1599,1581,1567,1437,1389,1369,1367,1312,1283,1351,1382,1390,1411,1357,1408,1283,1289,1200,1194,1206,1178,1153,1140,956,962,984,864,872,782,740,746,670,716,567,611,685,585,518,535,504,429,399,378,375,349,289,319,253,201,199,709,86305,84633,82938,68659,14279,12431,10037,31357,114295 +E14001101,799,802,852,835,897,904,924,921,1033,1043,1031,1061,1026,1084,1130,1024,1032,1014,994,939,1054,968,897,822,785,948,862,880,939,923,969,991,988,983,1019,929,1076,1023,986,1045,940,1071,993,1035,921,901,977,1019,1062,1227,1340,1390,1350,1359,1500,1481,1553,1547,1529,1452,1511,1398,1364,1399,1347,1360,1230,1274,1171,1245,1173,1185,1143,1289,1224,1378,899,940,845,704,711,645,577,544,485,494,380,391,323,277,963,77582,76550,75536,52686,22850,20260,16570,17412,92948 +E14001102,1485,1509,1600,1624,1546,1652,1797,1738,1681,1818,1820,1877,1869,1917,1870,1838,1798,1789,1690,1463,1436,1369,1458,1549,1556,1415,1436,1471,1518,1462,1527,1602,1516,1593,1630,1594,1610,1683,1601,1592,1684,1675,1684,1559,1480,1321,1350,1393,1377,1413,1431,1376,1383,1413,1404,1250,1229,1265,1174,1150,1177,1125,1111,1095,969,951,989,918,809,925,813,742,763,782,784,809,580,517,506,472,421,386,379,391,347,276,271,228,176,179,679,85939,84141,82352,67259,15093,13153,10501,31228,113580 +E14001103,1622,1437,1575,1649,1577,1728,1693,1780,1789,1774,1839,1782,1832,1770,1746,1586,1510,1497,1465,1537,1508,1297,1171,1114,1131,1411,1334,1428,1481,1507,1540,1628,1591,1615,1658,1623,1664,1697,1554,1610,1583,1552,1615,1482,1440,1344,1383,1392,1298,1400,1324,1446,1329,1430,1377,1453,1353,1419,1324,1264,1243,1182,1177,1119,1051,1039,959,908,819,846,749,749,729,737,766,786,570,571,523,518,437,416,367,371,356,299,292,225,210,192,635,84620,83110,81613,66544,15069,13071,10498,30186,111799 +E14001104,732,760,811,848,853,952,973,994,961,1004,1020,1027,1089,1029,1068,1011,1034,1086,1061,714,758,813,838,871,887,964,859,968,1013,1004,1058,1074,1094,1107,1110,1081,1064,1024,1052,1027,941,1042,1044,959,868,815,999,1072,1089,1146,1291,1366,1281,1448,1415,1487,1549,1559,1493,1514,1490,1498,1500,1364,1379,1370,1281,1246,1241,1264,1185,1224,1250,1324,1407,1492,1183,1012,1065,956,874,791,768,711,607,578,503,451,378,293,1182,80806,79772,78686,53050,25636,22985,19234,17252,95938 +E14001105,1186,1139,1216,1280,1214,1318,1246,1311,1289,1320,1316,1256,1313,1309,1316,1251,1248,1330,1236,912,1023,1096,1243,1191,1271,1416,1292,1290,1385,1451,1501,1615,1548,1517,1536,1561,1517,1486,1319,1404,1288,1284,1351,1248,1152,1186,1205,1183,1255,1438,1490,1546,1595,1711,1652,1665,1739,1629,1784,1661,1679,1556,1418,1454,1411,1286,1351,1139,1086,1030,993,982,1000,1066,1096,1191,878,847,770,800,567,592,538,562,473,445,408,348,265,202,911,89794,88546,87216,66390,20826,18189,14934,22858,110074 +E14001106,843,869,856,881,938,965,1056,1047,1039,1057,1040,1111,1055,1077,1030,1090,965,915,877,823,846,826,793,871,886,1052,1000,968,1086,1133,1153,1168,1130,1179,1142,1129,1177,1114,1149,1193,1205,1217,1219,1183,1041,938,1070,1114,1111,1181,1330,1363,1263,1425,1346,1416,1399,1523,1349,1379,1359,1278,1219,1271,1211,1170,1100,1120,1015,1058,993,998,1008,1028,1071,1146,842,828,823,720,564,558,563,550,526,436,382,348,298,249,866,76245,75280,74365,54105,20260,17990,14797,17834,92199 +E14001107,1062,1038,1057,1094,1171,1149,1122,1189,1237,1251,1258,1208,1227,1144,1234,1136,1133,1140,1061,895,891,923,1044,1144,1206,1211,1242,1237,1218,1279,1370,1331,1257,1286,1365,1307,1283,1284,1185,1216,1201,1116,1220,1218,1014,985,1153,1156,1166,1285,1438,1429,1348,1463,1452,1510,1513,1602,1580,1541,1526,1483,1434,1347,1336,1302,1299,1124,1221,1216,1157,1128,1170,1124,1230,1285,955,929,876,700,615,599,530,536,458,382,339,307,239,200,848,83793,82660,81520,59751,21769,19168,15607,20850,102370 +E14001108,929,903,984,1002,1021,1039,1080,1079,1045,1125,1220,1166,1101,1141,1113,1057,1033,1022,966,914,899,967,1011,1039,1051,1052,1081,1133,1131,1159,1229,1311,1310,1308,1265,1325,1199,1225,1246,1154,1203,1222,1230,1215,1135,1078,1059,1173,1231,1243,1364,1448,1416,1548,1465,1484,1498,1580,1558,1486,1567,1486,1412,1441,1379,1388,1345,1341,1349,1285,1371,1320,1435,1549,1628,1803,1354,1287,1210,1134,969,809,894,816,774,692,618,555,453,377,1784,90491,89458,88436,58896,29540,26807,22832,19060,107496 +E14001109,1004,1035,1055,1089,1037,1063,1128,1087,1056,1160,1153,1200,1119,1101,1161,1087,1063,1076,923,814,744,824,1036,1127,1098,1296,1292,1355,1445,1389,1498,1431,1378,1370,1367,1348,1313,1288,1189,1233,1169,1139,1176,1134,1012,1045,1171,1214,1190,1358,1445,1595,1460,1634,1621,1620,1585,1594,1618,1559,1458,1384,1387,1342,1331,1288,1181,1121,1153,1056,1073,1085,1123,1036,1114,1166,977,977,960,767,700,558,519,499,481,442,348,350,276,228,816,84432,83369,82293,60999,21294,18825,15495,19674,101967 +E14001110,1339,1303,1439,1356,1345,1573,1503,1468,1548,1571,1623,1591,1651,1639,1553,1546,1561,1466,1453,1093,1259,1195,1297,1356,1356,1359,1353,1372,1424,1418,1453,1556,1528,1557,1556,1601,1568,1622,1537,1592,1423,1497,1522,1416,1349,1319,1325,1388,1354,1486,1589,1581,1503,1537,1489,1553,1503,1528,1398,1377,1468,1345,1272,1165,1164,1157,1103,1072,1098,1041,1041,1058,1114,1112,1126,1327,882,883,811,787,690,622,558,581,543,435,353,341,221,223,809,91071,89510,88044,67056,20988,18728,15517,27075,115119 +E14001111,1827,1762,1895,1855,1863,1849,1956,1891,1943,2030,1980,2047,1978,1902,1993,1893,1826,1824,1720,1465,1482,1433,1444,1596,1562,1782,1700,1676,1714,1829,1773,1886,2012,1974,2029,1833,1911,1855,1825,1756,1676,1680,1728,1446,1427,1331,1520,1466,1465,1495,1561,1545,1559,1471,1499,1505,1464,1439,1437,1325,1332,1257,1232,1149,1156,1109,949,972,937,911,845,801,950,862,864,899,683,598,583,571,490,419,389,406,354,300,293,242,221,171,652,94543,92717,90893,74422,16471,14413,11593,34314,125207 +E14001112,1030,1100,1083,1112,1077,1130,1189,1200,1250,1252,1329,1303,1260,1324,1263,1150,1165,1152,1131,810,850,891,968,1010,985,1080,1017,1075,1136,1157,1243,1256,1293,1261,1311,1273,1373,1334,1251,1244,1320,1309,1338,1218,1192,1156,1146,1153,1258,1303,1353,1415,1339,1439,1436,1446,1522,1482,1468,1320,1288,1259,1257,1186,1202,1144,1044,1030,1009,1058,998,956,969,1023,1167,1168,877,815,827,749,672,573,524,504,465,420,306,308,293,236,826,80032,78867,77715,57754,19961,17773,14676,21369,99084 +E14001113,1138,1141,1150,1257,1189,1236,1267,1233,1311,1192,1214,1234,1206,1221,1137,1136,1141,1098,1110,858,872,1041,1024,1221,1281,1245,1244,1284,1229,1382,1522,1529,1568,1527,1445,1450,1486,1475,1343,1405,1360,1346,1289,1324,1139,988,1142,1071,1116,1322,1346,1415,1423,1557,1387,1474,1408,1525,1579,1565,1547,1481,1450,1366,1290,1186,1206,1131,1050,988,922,908,849,861,891,962,662,618,631,555,526,471,494,448,446,334,281,256,216,183,682,82447,81306,80208,62451,17757,15365,12196,21501,101709 +E14001114,1055,1089,1115,1127,1201,1164,1205,1228,1286,1235,1367,1366,1372,1409,1406,1254,1279,1272,1164,932,938,997,1131,1190,1110,1156,1184,1204,1289,1299,1330,1387,1312,1335,1411,1362,1346,1402,1293,1294,1344,1363,1325,1287,1217,1248,1230,1276,1373,1448,1561,1635,1695,1648,1673,1711,1780,1846,1837,1737,1813,1795,1695,1637,1694,1592,1521,1497,1508,1466,1451,1529,1513,1478,1520,1626,1320,1227,1157,1026,905,774,801,758,620,540,484,456,318,331,1290,97193,95914,94642,65934,28708,25595,21124,22430,117072 +E14001115,990,1038,1017,1036,1100,1196,1207,1232,1250,1261,1345,1275,1224,1229,1253,1070,1032,1024,1061,1187,1514,1319,1333,1192,1179,1270,1207,1245,1279,1333,1371,1410,1459,1482,1544,1589,1530,1630,1670,1676,1721,1739,1756,1631,1493,1488,1488,1428,1417,1428,1464,1487,1402,1430,1397,1476,1425,1426,1421,1306,1353,1245,1183,1134,1112,1138,990,947,1010,958,925,1002,910,976,968,1083,837,794,721,695,593,487,496,538,459,402,397,346,318,274,1211,87861,86829,85805,66330,19475,17347,14432,20779,106584 +E14001116,913,947,977,962,952,1012,1103,1069,1031,1058,1081,1060,977,1055,994,1108,1012,1054,1503,3341,3205,2857,2539,2204,1904,1541,1479,1489,1574,1528,1501,1602,1606,1558,1647,1458,1463,1502,1408,1430,1476,1468,1427,1338,1252,1172,1148,1183,1141,1194,1252,1330,1290,1247,1284,1260,1230,1271,1266,1229,1231,1176,1138,1136,1092,1054,997,974,1042,890,872,947,949,876,1018,1084,800,777,763,713,566,490,562,490,490,445,362,365,307,286,1255,93010,91998,90944,71570,19374,17323,14417,18365,109309 +E14001117,1196,1131,1203,1133,1246,1151,1239,1238,1256,1314,1407,1305,1343,1344,1430,1369,1381,1379,1230,798,785,951,1131,1235,1369,1365,1347,1352,1493,1360,1535,1501,1535,1641,1650,1630,1548,1550,1558,1534,1587,1620,1679,1516,1424,1324,1372,1364,1470,1430,1454,1491,1428,1434,1407,1489,1376,1339,1401,1222,1249,1219,1163,1110,1062,971,968,874,836,828,795,840,716,758,836,812,636,615,557,469,400,355,390,364,353,264,270,246,192,168,674,82675,81294,79915,64728,15187,13248,10710,23065,102980 +E14001118,1711,1630,1839,1882,1823,1942,1928,2002,2023,1970,2017,2057,2099,2059,2086,2087,2093,2034,1952,1772,1664,1670,1666,1685,1574,1635,1620,1581,1709,1658,1670,1745,1700,1806,1867,1855,1866,1794,1809,1750,1809,1791,1745,1609,1528,1456,1402,1382,1396,1381,1463,1487,1442,1406,1305,1283,1210,1235,1194,1189,1168,1171,1122,1019,1031,923,894,803,864,773,755,666,644,644,658,593,461,439,392,398,320,282,370,276,311,232,212,200,169,122,589,89389,87296,85262,72272,12990,11173,8733,35282,120544 +E14001119,1421,1463,1585,1647,1589,1551,1680,1660,1652,1646,1684,1659,1705,1705,1640,1648,1611,1555,1504,1299,1223,1219,1220,1242,1246,1299,1250,1382,1454,1458,1552,1565,1588,1570,1662,1603,1618,1602,1603,1542,1578,1559,1607,1473,1324,1257,1259,1260,1248,1340,1348,1475,1403,1438,1382,1442,1327,1352,1345,1343,1288,1232,1229,1190,1155,1071,1057,950,892,870,830,766,848,846,829,902,564,528,558,476,458,371,403,395,366,313,273,229,217,159,651,84543,82932,81377,65555,15822,13694,10982,29101,110478 +E14001120,1717,1726,1790,1850,1773,1877,1924,1896,1879,1862,1969,2026,2102,2145,2035,2069,2068,2128,2139,1892,1904,1959,2021,2206,2135,1889,1774,1768,1822,1866,1862,1767,1887,1913,1920,1918,1852,1868,1826,1863,1825,1752,1775,1712,1536,1566,1439,1399,1404,1380,1434,1379,1342,1277,1238,1216,1110,1092,1027,1002,998,952,1018,974,969,931,902,919,823,805,761,700,665,591,609,576,378,377,344,322,317,344,318,300,286,232,226,207,164,140,608,91908,89840,87712,74867,12845,11012,8465,34836,122548 +E14001121,1031,999,1111,1153,1202,1161,1199,1164,1207,1180,1231,1285,1341,1261,1298,1316,1256,1280,1213,851,812,894,984,1120,1113,1145,1190,1114,1202,1199,1290,1256,1333,1291,1380,1301,1340,1294,1259,1214,1279,1363,1333,1255,1250,1207,1256,1386,1415,1450,1522,1635,1586,1603,1662,1705,1639,1578,1505,1557,1416,1406,1286,1315,1229,1198,1196,1142,1140,1105,1017,1111,1037,1157,1241,1396,970,951,911,810,693,569,612,566,532,456,411,373,288,254,1014,86319,85063,83783,61633,22150,19756,16369,21675,105458 +E14001122,1796,1648,1688,1591,1574,1613,1633,1586,1582,1580,1753,1721,1784,1833,1762,1828,1739,1760,1789,1627,1734,1678,1832,2008,2162,2202,2123,2136,2267,2172,2218,2122,2224,2186,2041,2100,2082,2077,2040,1920,1988,1992,2083,1904,1856,1778,1763,1907,1768,1726,1716,1799,1833,1966,1753,1749,1686,1682,1643,1565,1487,1353,1351,1305,1242,1128,1060,946,925,868,827,802,800,722,634,654,583,519,486,481,502,427,426,369,385,348,312,278,229,186,705,106736,104997,103237,87635,15602,13414,10675,30471,133708 +E14001123,1779,1492,1628,1472,1475,1484,1552,1441,1427,1486,1563,1548,1444,1586,1547,1610,1559,1650,1758,1974,2055,2223,2309,2551,2790,2767,2605,2578,2477,2447,2365,2366,2435,2393,2259,2247,2197,2096,2076,2002,2189,2093,2139,1878,1837,1792,1813,1759,1679,1598,1704,1635,1588,1720,1629,1493,1443,1520,1489,1347,1445,1407,1321,1322,1193,1122,1140,1069,944,963,916,820,868,798,722,691,613,545,561,562,489,411,518,433,413,416,352,305,247,222,882,112234,110675,109025,92003,17022,14760,11784,27743,136768 +E14001124,1574,1582,1655,1589,1647,1637,1676,1653,1680,1662,1783,1744,1660,1706,1627,1574,1501,1553,1419,1099,1185,1191,1325,1492,1740,1898,1841,1860,1852,1982,1923,2023,2180,2296,2331,2295,2336,2370,2296,2372,2361,2296,2324,2212,2070,2077,1966,1874,1851,1770,1833,1803,1739,1669,1665,1439,1551,1496,1412,1360,1279,1268,1203,1200,1071,996,965,940,833,888,839,809,798,729,734,788,594,593,576,474,466,404,412,401,365,322,320,260,238,201,655,102749,101248,99695,84095,15600,13639,10978,29503,129198 +E14001125,1185,1034,1122,1112,1071,1185,1154,1161,1128,1169,1225,1150,1113,1174,1213,1119,1126,1172,1071,623,680,804,892,1069,1057,1067,1038,1093,1144,1168,1275,1348,1249,1280,1281,1254,1289,1288,1254,1242,1270,1298,1314,1231,1169,1179,1197,1283,1213,1276,1255,1360,1357,1380,1376,1488,1406,1526,1468,1336,1414,1329,1244,1128,1155,1110,1047,1037,1038,937,901,930,895,949,1102,1225,849,870,785,769,649,507,548,578,552,534,471,411,346,320,1332,80108,78982,77810,57118,20692,18535,15523,20613,98423 +E14001126,1029,996,1087,1019,1034,1070,1171,1142,1207,1140,1189,1207,1213,1162,1153,1138,1049,1057,1020,841,778,832,951,1038,1140,1148,1096,1164,1274,1240,1309,1286,1317,1379,1316,1282,1195,1238,1182,1193,1148,1131,1171,1102,1064,1065,1012,1120,1190,1262,1362,1349,1367,1447,1421,1485,1492,1463,1532,1417,1387,1384,1272,1214,1221,1227,1130,1109,1191,1129,1135,1121,1100,1205,1231,1332,976,994,898,816,759,601,658,580,532,479,374,348,317,303,1160,82108,81059,80002,57297,22705,20348,16919,20063,100065 +E14001127,643,715,770,825,861,867,876,869,903,911,936,951,909,892,967,891,897,931,874,611,592,680,738,760,838,779,798,854,829,899,942,945,986,884,990,912,905,951,920,882,921,899,915,948,825,835,920,1020,980,1106,1256,1309,1334,1361,1394,1454,1434,1459,1528,1571,1569,1442,1491,1441,1456,1424,1446,1424,1433,1401,1404,1395,1445,1464,1569,1814,1316,1234,1144,1086,954,774,798,719,659,594,519,441,378,310,1193,79603,78706,77775,49437,28338,25468,21210,15614,93389 +E14001128,686,701,777,766,846,920,923,890,955,982,1068,1062,1077,1064,1115,1008,1043,1040,895,683,593,755,754,804,803,851,810,885,922,930,1026,1036,1024,1052,1007,994,1057,1053,1034,1003,1026,1005,1037,1009,937,919,1032,1060,1125,1169,1302,1333,1342,1427,1466,1468,1469,1517,1533,1526,1508,1390,1353,1340,1299,1246,1258,1137,1165,1158,1111,1118,1123,1116,1197,1379,1062,961,955,789,758,668,659,609,544,511,501,429,351,316,1056,76823,75780,74740,51563,23177,20673,17213,16923,91663 +E14001129,753,717,814,806,826,865,883,911,862,899,937,922,1025,1013,1082,1027,1018,989,1137,1764,2036,2283,2042,1738,1491,1360,1247,1196,1241,1258,1216,1245,1205,1225,1192,1273,1283,1187,1257,1190,1144,1197,1195,1160,1128,1091,1157,1101,1223,1230,1448,1369,1384,1464,1414,1449,1421,1408,1370,1279,1171,1131,1112,1037,1036,950,982,912,923,876,836,847,799,852,904,930,747,679,688,659,584,453,474,463,466,350,363,279,258,252,974,81692,80674,79685,62185,17500,15568,12857,16349,96034 +E14001130,752,799,805,787,811,843,876,893,849,936,923,940,974,919,1000,999,926,942,1526,3853,3089,3500,3017,2485,2182,1852,1678,1527,1615,1530,1626,1716,1590,1512,1492,1449,1436,1333,1437,1336,1418,1396,1393,1372,1313,1401,1225,1280,1360,1535,1562,1505,1415,1600,1453,1435,1414,1390,1256,1140,1101,990,938,896,815,769,758,761,674,697,653,651,604,667,615,630,453,391,413,365,278,265,311,244,245,235,182,190,168,153,527,89151,88225,87283,75384,11899,10372,8240,15974,103257 +E14001131,627,581,576,556,540,561,542,552,561,627,645,648,678,617,676,793,750,762,1384,4567,5331,5575,4683,4218,3779,3193,2892,2764,2689,2397,2217,2023,1827,1693,1598,1400,1365,1280,1164,1114,1074,974,1018,888,873,847,865,852,781,850,798,805,810,808,786,834,809,790,805,690,705,634,622,582,582,505,469,489,465,443,429,428,384,412,404,400,310,280,253,222,167,134,130,147,120,112,99,75,73,53,283,88033,87283,86521,79235,7286,6312,4915,11292,97813 +E14001132,1410,1395,1383,1329,1277,1314,1338,1298,1267,1295,1355,1289,1289,1145,1213,1111,1088,1068,1146,1480,1479,1328,1431,1547,1597,1875,1811,1982,1934,2025,2191,2194,2286,2364,2289,2200,2174,2168,1965,1831,1779,1728,1739,1573,1427,1390,1362,1383,1312,1302,1357,1391,1264,1258,1243,1294,1269,1234,1179,1167,1104,1086,924,897,917,838,786,736,790,709,647,643,709,686,671,724,536,546,554,544,471,393,439,394,353,310,257,251,198,184,648,90049,88961,87893,73876,14017,12393,10158,22864,110757 +E14001133,1097,1076,1096,1111,1147,1151,1235,1215,1204,1228,1258,1222,1163,1168,1162,1111,1027,1025,1052,1271,1662,1527,1596,1496,1391,1572,1431,1542,1541,1556,1597,1648,1694,1701,1701,1685,1661,1624,1544,1495,1483,1443,1471,1309,1185,1170,1222,1151,1146,1161,1144,1285,1143,1192,1138,1114,1191,1157,1118,1142,1032,1029,957,953,906,862,820,795,753,766,744,716,803,724,777,770,605,618,593,578,523,447,439,407,391,346,315,280,258,237,941,80789,79762,78737,63229,15508,13826,11512,20696,99433 +E14001134,1144,1216,1196,1277,1246,1320,1393,1378,1403,1418,1401,1381,1417,1292,1391,1272,1187,1253,1384,2622,1880,1889,1800,1765,1612,1573,1508,1513,1512,1437,1495,1586,1506,1540,1565,1608,1648,1595,1557,1577,1538,1542,1549,1499,1404,1339,1387,1324,1359,1256,1275,1338,1249,1277,1232,1273,1247,1253,1174,1192,1188,1128,1098,1015,1013,957,927,855,908,930,862,866,927,843,960,1003,732,703,656,622,566,498,475,474,400,429,367,357,286,288,1211,88863,87676,86423,68321,18102,16218,13525,23585,110008 +E14001135,1385,1267,1215,1256,1238,1304,1299,1315,1334,1302,1258,1234,1265,1225,1206,1063,1039,971,933,1040,1283,1152,1298,1384,1487,1902,1828,2019,2245,2212,2166,2175,2125,2062,2065,1966,1917,1806,1675,1652,1539,1509,1528,1398,1267,1166,1151,1132,1105,1110,1133,1178,1148,1140,1192,1128,1191,1219,1143,1104,990,999,942,1023,964,910,910,828,823,742,673,735,702,684,729,754,551,511,525,530,423,357,398,379,353,344,263,282,216,213,655,84291,83252,82281,67791,14490,12670,10277,22176,104457 +E14001136,726,703,793,907,904,942,985,1006,954,1045,1071,1055,1019,1001,1043,1010,936,1034,912,717,640,751,778,865,865,873,850,887,940,885,909,967,965,1015,982,1054,1033,1149,1038,1000,1013,1058,1085,1067,1004,967,1023,1074,1196,1305,1367,1371,1370,1543,1443,1459,1477,1527,1507,1447,1407,1449,1336,1328,1243,1232,1265,1194,1212,1249,1137,1291,1307,1290,1417,1605,1142,1111,1079,991,803,719,684,682,627,573,498,437,371,336,1259,79622,78686,77652,52141,25511,23014,19359,17134,94786 +E14001137,1024,1078,1075,1071,1165,1133,1221,1181,1221,1210,1337,1322,1314,1293,1254,1212,1206,1185,1109,659,678,732,909,995,1046,1095,1020,1010,1046,1166,1164,1103,1284,1225,1418,1388,1381,1393,1369,1417,1533,1535,1422,1524,1421,1412,1329,1450,1443,1492,1411,1385,1360,1393,1383,1436,1417,1350,1313,1285,1224,1202,1125,1028,1022,944,924,824,843,826,799,817,846,917,899,1067,740,669,685,652,583,506,521,469,441,393,368,334,302,282,1034,78578,77372,76187,58502,17685,15817,13324,21502,97689 +E14001138,885,940,1086,1068,1157,1138,1142,1130,1158,1177,1258,1236,1273,1259,1242,1240,1182,1212,1175,620,669,780,855,1003,994,999,933,961,989,969,1050,1124,1094,1128,1159,1213,1226,1256,1141,1226,1225,1238,1333,1207,1116,1177,1197,1283,1305,1364,1368,1457,1357,1487,1586,1575,1564,1503,1483,1432,1397,1325,1326,1249,1227,1137,1114,1144,1154,1137,1058,1046,1116,1130,1136,1174,1018,987,989,867,710,632,634,670,590,545,472,439,395,329,1325,81687,80505,79293,56345,22948,20697,17262,20783,100076 +E14001139,1288,1236,1276,1293,1359,1307,1363,1328,1313,1315,1397,1433,1377,1355,1436,1433,1441,1412,1267,896,958,994,1116,1226,1186,1209,1200,1286,1325,1288,1428,1466,1508,1468,1546,1600,1602,1530,1512,1449,1568,1550,1496,1504,1349,1347,1332,1385,1376,1388,1519,1553,1492,1558,1541,1563,1589,1473,1488,1422,1378,1374,1179,1200,1122,1096,1056,911,932,935,914,887,881,886,1017,1126,812,813,750,749,616,540,547,577,512,457,424,363,296,219,994,86969,85528,84116,64806,19310,17158,14380,24362,108478 +E14001140,843,806,847,909,929,995,988,1027,1014,1095,1115,1108,1083,991,1091,992,953,902,954,1263,1642,1264,1207,1104,1191,1115,1166,1233,1249,1229,1339,1312,1298,1282,1271,1266,1294,1325,1174,1270,1115,1152,1154,1078,965,1067,1118,1112,1093,1120,1224,1300,1237,1310,1352,1371,1296,1321,1253,1317,1241,1207,1183,1149,1132,1050,1028,966,994,966,974,986,1092,1055,1128,1274,887,915,875,776,640,582,585,538,508,472,384,389,308,291,1053,79886,78933,78031,57315,20716,18638,15712,17688,95719 +E14001141,1101,1141,1200,1182,1292,1323,1408,1468,1496,1454,1579,1577,1612,1597,1672,1429,1455,1412,1302,886,845,949,1060,1173,1170,1140,1167,1175,1179,1233,1311,1388,1354,1390,1527,1433,1475,1488,1400,1486,1510,1554,1601,1518,1460,1375,1375,1377,1414,1491,1547,1536,1467,1506,1472,1529,1446,1378,1410,1387,1291,1216,1231,1217,1107,1089,1014,1008,1041,921,945,914,919,980,1011,1062,786,724,767,655,612,477,509,477,433,359,332,318,269,207,771,84413,82958,81546,62946,18600,16497,13527,25398,106944 +E14001142,1277,1202,1393,1392,1320,1424,1538,1396,1454,1496,1504,1489,1548,1522,1536,1476,1422,1460,1322,1119,1093,1108,1174,1280,1337,1341,1309,1279,1414,1504,1542,1565,1549,1532,1620,1568,1589,1537,1484,1449,1423,1421,1388,1323,1258,1280,1294,1257,1264,1266,1423,1403,1438,1512,1410,1398,1430,1419,1411,1415,1408,1370,1295,1256,1280,1172,1138,1055,1051,1123,995,1016,1014,1089,1136,1167,841,803,786,670,614,550,485,461,428,370,360,284,219,210,801,87477,86055,84595,64757,19838,17528,14299,25849,110444 +E14001143,1314,1339,1355,1295,1337,1350,1391,1365,1441,1422,1398,1452,1432,1444,1456,1307,1329,1313,1291,845,987,1137,1194,1303,1329,1466,1392,1479,1568,1604,1724,1767,1710,1763,1680,1580,1604,1615,1469,1531,1487,1533,1510,1439,1249,1251,1312,1341,1341,1501,1543,1612,1487,1646,1584,1686,1581,1597,1522,1518,1514,1454,1375,1363,1277,1253,1171,1114,1079,1112,984,1028,1060,990,1078,1129,860,763,842,760,653,576,573,524,457,426,373,317,295,243,962,92025,90696,89383,68761,20622,18198,14893,24740,114123 +E14001144,1038,1082,1064,1179,1169,1163,1255,1265,1266,1311,1391,1346,1323,1357,1397,1285,1339,1310,1252,980,952,917,1012,1112,1056,1164,1047,1155,1258,1247,1327,1280,1336,1298,1358,1411,1368,1326,1287,1264,1407,1354,1345,1285,1197,1147,1292,1359,1314,1363,1435,1505,1430,1476,1428,1529,1494,1438,1520,1423,1435,1277,1272,1267,1131,1132,1070,1008,1056,1034,1011,1007,1034,1091,1104,1301,893,830,822,711,631,532,560,525,427,435,338,336,275,234,803,83379,82040,80730,60530,20200,17998,14900,22540,103270 +E14001145,1381,1400,1471,1454,1406,1448,1519,1485,1521,1519,1593,1645,1613,1557,1654,1458,1424,1416,1333,1015,1077,1070,1092,1256,1244,1270,1258,1308,1348,1496,1525,1565,1584,1629,1583,1658,1508,1621,1529,1558,1522,1487,1351,1395,1285,1215,1217,1281,1267,1344,1335,1360,1290,1386,1346,1352,1347,1384,1329,1313,1270,1215,1196,1122,1147,955,965,915,896,956,898,886,878,922,950,985,724,684,731,586,501,484,469,465,439,343,326,291,264,186,814,83636,82212,80796,63283,17513,15593,12826,26964,107760 +E14001146,1039,1005,1051,1053,1062,1075,1085,1115,1107,1122,1142,1158,1140,1189,1110,1107,1069,1055,1079,848,778,885,1076,1193,1176,1290,1224,1359,1338,1297,1365,1378,1366,1344,1450,1350,1221,1287,1199,1258,1155,1216,1238,1229,1028,1117,1101,1205,1281,1375,1395,1423,1424,1528,1459,1535,1497,1483,1530,1424,1409,1390,1287,1240,1204,1214,1104,1082,1219,1133,1139,1139,1163,1214,1306,1407,1121,997,1024,863,821,723,709,704,632,576,503,433,338,315,1271,86208,85139,84084,59934,24150,21832,18398,19684,103768 +E14001147,818,829,925,941,1012,979,1047,1097,1049,1155,1156,1198,1192,1251,1229,1202,1147,1247,1100,797,714,754,864,935,967,970,960,969,1021,1075,1095,1111,1080,1103,1163,1179,1077,1164,1061,1128,1175,1276,1278,1254,1148,1158,1250,1291,1371,1469,1547,1638,1663,1660,1645,1631,1663,1606,1636,1549,1451,1421,1293,1275,1346,1278,1198,1178,1085,1110,1083,1108,1098,1145,1187,1328,944,906,833,768,613,551,512,466,456,410,381,299,276,229,880,81697,80550,79303,57981,21322,18846,15473,19474,98777 +E14001148,936,963,980,1038,1077,1138,1104,1140,1148,1243,1250,1263,1113,1149,1172,1112,1064,1014,1152,1387,951,952,913,867,894,989,1003,996,1066,1138,1111,1196,1210,1170,1334,1256,1156,1178,1177,1165,1186,1307,1221,1145,1135,1113,1123,1195,1237,1333,1382,1405,1361,1441,1429,1491,1489,1455,1526,1424,1369,1337,1314,1296,1313,1210,1212,1122,1220,1152,1148,1157,1148,1192,1304,1443,1038,1050,890,927,725,622,597,610,492,419,392,345,292,275,1080,82428,81364,80350,57288,23062,20640,17146,19904,100254 +E14001149,1075,1086,1062,1101,1056,1109,1074,1141,1142,1182,1164,1100,1120,1123,1098,1090,1025,1131,1704,4863,4666,3758,3486,3617,3298,2932,2978,2900,2895,2587,2483,2476,2424,2198,2088,2001,1918,1883,1670,1663,1660,1759,1547,1582,1458,1311,1384,1184,1306,1277,1316,1408,1197,1239,1193,1248,1219,1174,1075,1012,1101,918,872,874,829,831,789,767,804,682,692,655,660,672,596,698,548,583,533,437,434,390,392,377,371,276,263,244,219,207,799,107706,106681,105550,91631,13919,12299,10046,19879,125429 +E14001150,974,1057,1149,1139,1159,1104,1115,1124,1155,1243,1165,1187,1143,1122,1138,1137,1165,1070,1033,789,838,881,948,1149,1174,1325,1310,1237,1415,1414,1501,1512,1385,1390,1491,1391,1358,1332,1304,1275,1238,1324,1203,1190,1002,1013,1073,1129,1256,1410,1432,1475,1561,1608,1583,1491,1563,1527,1516,1482,1453,1288,1162,1311,1176,1111,1095,1036,1117,1021,957,962,1039,1012,1060,1121,856,857,798,774,648,530,534,548,444,431,353,291,257,229,795,83029,81864,80794,60918,19876,17670,14496,20346,101140 +E14001151,849,866,896,916,968,988,1021,1039,1045,1045,1162,1203,1149,1144,1225,1312,1234,1323,1819,3637,3640,3406,2111,1553,1565,1305,1194,1223,1193,1216,1197,1203,1179,1186,1160,1199,1141,1149,1164,1216,1163,1201,1259,1166,1072,1094,1136,1182,1181,1240,1209,1287,1291,1329,1253,1310,1301,1397,1305,1311,1246,1232,1122,1183,1127,1124,1103,1067,1061,1004,1014,1054,1085,1151,1133,1280,960,883,866,753,722,596,621,617,498,463,398,346,317,262,1248,90436,89202,87879,66253,21626,19399,16267,19385,107264 +E14001152,1006,1010,1047,1058,1007,1088,1191,1105,1187,1106,1258,1183,1176,1162,1168,1083,1119,1047,1087,911,897,1010,1013,1090,1152,1283,1213,1231,1276,1340,1432,1376,1349,1371,1313,1279,1352,1288,1263,1387,1317,1242,1232,1101,1132,1132,1118,1166,1243,1361,1373,1501,1369,1528,1444,1502,1509,1558,1584,1561,1519,1530,1507,1458,1416,1337,1197,1176,1176,1207,1155,1146,1193,1161,1126,1256,935,813,829,767,709,631,587,551,523,523,432,393,322,314,1037,85978,84859,83812,61316,22496,19962,16403,20001,103813 +E14001153,1217,1200,1277,1324,1293,1368,1449,1398,1388,1445,1537,1547,1513,1557,1504,1451,1414,1375,1294,846,819,876,1019,1118,1241,1151,1092,1198,1281,1244,1323,1360,1420,1428,1566,1553,1584,1608,1565,1700,1671,1746,1710,1772,1657,1564,1491,1567,1485,1483,1545,1524,1504,1462,1554,1461,1383,1486,1354,1332,1242,1171,1182,1051,986,914,909,856,873,776,733,696,727,792,761,836,644,564,549,507,442,380,412,384,348,319,272,278,211,192,750,82583,81169,79794,64669,15125,13302,10797,25257,105051 +E14001154,882,833,874,886,913,931,1005,969,999,992,1018,1095,1026,1066,1078,1020,987,981,1008,744,715,848,861,1019,1013,1069,941,961,970,996,1039,987,1051,1110,1012,1037,1061,1081,1020,956,1037,1054,1086,1012,932,933,993,1088,1059,1087,1177,1269,1253,1349,1302,1359,1366,1386,1298,1330,1255,1248,1102,1168,1142,1136,1045,1024,1091,1066,1067,1091,1146,1238,1376,1550,1102,1017,985,954,799,694,651,647,596,509,507,378,351,308,1014,76094,75107,74126,50784,23342,21161,17980,17555,91681 +E14001155,741,749,809,877,895,911,990,947,984,1051,1114,1073,1089,1014,1048,1102,1039,1055,955,747,598,626,691,793,764,809,776,852,888,820,872,907,969,941,966,983,1007,976,1018,1035,1020,1062,1107,1031,1029,974,1026,1103,1157,1231,1344,1377,1371,1501,1405,1490,1511,1594,1598,1571,1586,1509,1350,1451,1342,1306,1267,1244,1322,1341,1254,1285,1263,1249,1348,1491,1130,1040,1065,976,827,694,655,616,590,552,472,413,395,301,1164,79087,78048,76993,51733,25260,22687,18780,17488,94481 +E14001156,805,788,894,915,945,970,1057,1037,1058,1067,1186,1187,1159,1121,1212,1160,1150,1207,1076,836,756,800,870,941,915,956,1001,976,1015,1008,1006,1040,1046,1027,1098,1104,1028,1020,1007,1058,1074,1091,1162,1118,1080,1059,1062,1148,1215,1275,1408,1387,1394,1395,1468,1441,1510,1466,1411,1406,1304,1388,1276,1246,1288,1180,1095,1096,1149,1084,1055,1090,1128,1142,1195,1355,975,989,926,799,741,624,592,623,531,515,480,406,351,288,1117,78539,77389,76182,53656,22526,20251,16922,18918,95100 +E14001157,1323,1281,1401,1430,1385,1441,1474,1469,1476,1419,1449,1483,1506,1396,1436,1349,1315,1271,1229,968,962,1020,1068,1153,1213,1233,1261,1300,1480,1426,1496,1633,1610,1625,1538,1568,1554,1524,1527,1424,1541,1525,1567,1442,1287,1313,1283,1348,1323,1346,1385,1412,1436,1468,1469,1459,1440,1438,1404,1364,1312,1262,1161,1165,1107,1070,987,978,972,918,864,823,868,859,933,976,785,681,683,625,514,436,437,387,388,322,283,224,204,172,697,83741,82426,81155,64069,17086,15029,12161,25304,106459 +E14001158,868,959,1036,1019,1076,1162,1221,1149,1321,1229,1254,1223,1256,1260,1220,1193,1171,1172,1019,647,603,638,791,872,842,838,753,896,861,835,1036,1036,1092,1060,1240,1168,1233,1279,1214,1295,1295,1382,1416,1443,1347,1226,1196,1285,1247,1299,1380,1373,1276,1397,1298,1309,1335,1348,1295,1241,1282,1260,1238,1193,1175,1061,1031,1082,1041,1022,990,990,1033,1032,1069,1260,945,928,880,780,742,626,651,596,613,574,541,459,366,330,1181,77950,76779,75607,53784,21823,19731,16586,20789,96396 +E14001159,1160,1134,1107,1171,1313,1318,1294,1374,1343,1322,1335,1428,1336,1321,1343,1264,1307,1281,1212,963,921,1015,1137,1178,1323,1340,1385,1465,1559,1661,1739,1699,1616,1638,1660,1634,1555,1535,1532,1533,1687,1619,1646,1553,1472,1475,1507,1472,1452,1536,1532,1598,1457,1462,1526,1424,1374,1331,1321,1226,1296,1184,1070,1028,1044,1024,979,930,896,877,820,856,833,900,999,1119,827,698,743,624,564,514,506,493,497,451,363,338,294,246,1021,87592,86285,85004,66592,18412,16409,13706,23151,108155 +E14001160,1291,1162,1059,1125,976,1094,1095,1080,1057,1055,1148,1079,1129,1082,1035,1035,1003,1000,1081,1094,1481,1906,2157,2781,3167,3314,3162,3076,3012,2751,2596,2353,2303,2181,2066,2052,1868,1773,1703,1665,1636,1593,1597,1578,1535,1502,1512,1501,1546,1559,1540,1663,1559,1572,1575,1578,1545,1531,1494,1364,1296,1108,1114,990,1024,918,929,899,922,767,770,786,732,767,785,751,646,597,580,566,444,441,435,422,343,324,260,237,189,171,681,103419,102416,101416,86054,15362,13515,10927,19505,120921 +E14001161,912,905,957,993,995,1061,1015,1082,1089,1077,1108,1143,1198,1246,1337,1230,1039,1124,1159,1227,1331,1343,1225,1284,1330,1480,1439,1373,1329,1358,1458,1427,1407,1407,1343,1309,1409,1320,1353,1380,1390,1306,1419,1349,1245,1179,1226,1198,1250,1262,1317,1279,1289,1373,1407,1375,1360,1427,1453,1268,1254,1210,1196,1081,1018,1009,922,929,932,868,913,809,918,933,985,1026,803,763,753,679,633,596,503,574,470,485,429,426,328,321,1268,83260,82221,81097,61822,19275,17344,14615,19511,100608 +E14001162,905,1005,996,1093,1157,1186,1270,1311,1260,1348,1436,1479,1498,1376,1427,1401,1255,1292,1277,703,631,682,759,882,913,880,842,818,793,806,928,959,963,944,1005,1047,1082,1150,1250,1223,1341,1397,1441,1473,1452,1427,1393,1410,1433,1533,1515,1518,1403,1402,1493,1545,1427,1454,1462,1456,1346,1393,1219,1217,1126,1148,1062,959,918,953,936,890,1000,980,1081,1202,912,888,853,790,718,627,666,635,635,553,536,454,344,330,1326,79756,78501,77209,55813,21396,19186,16356,22695,99904 +E14001163,765,778,817,871,832,870,906,889,868,971,960,923,948,913,988,1047,1044,1032,1089,1238,1229,1371,1484,1550,1538,1386,1304,1357,1321,1320,1295,1301,1276,1251,1315,1215,1192,1274,1172,1228,1205,1068,1192,1121,1027,977,1032,1111,1075,1116,1318,1238,1219,1298,1228,1174,1302,1276,1313,1346,1293,1211,1146,1150,1169,999,1083,1044,972,1015,986,945,981,985,1104,1116,840,827,827,733,634,603,613,563,550,475,423,400,344,276,1211,80936,79892,78860,58311,20549,18467,15436,16422,95282 +E14001164,784,862,823,878,935,964,1031,1038,1074,1093,1203,1156,1116,1129,1190,1143,1112,1187,1143,704,722,742,763,828,737,764,736,799,798,787,956,967,958,1010,1011,971,1024,1087,1063,1111,1121,1133,1124,1159,1087,1051,1092,1233,1314,1403,1414,1496,1484,1477,1602,1503,1521,1522,1513,1543,1451,1401,1411,1377,1292,1214,1202,1119,1256,1146,1088,1167,1204,1143,1282,1309,1086,1019,968,876,745,730,676,642,646,510,466,432,295,267,1045,79237,78125,76938,53405,23533,21117,17596,18718,95656 +E14001165,854,850,866,927,964,971,932,908,1047,1048,1083,1120,1020,1061,1105,977,951,988,929,729,696,734,878,1090,1060,1092,1077,1113,1283,1207,1259,1247,1069,1135,1212,1234,1133,1210,1082,1081,1197,1196,1205,1155,1067,972,1058,1154,1137,1250,1344,1332,1391,1410,1353,1415,1466,1469,1406,1420,1342,1333,1290,1225,1221,1167,1143,1112,1074,1045,1055,1035,1091,1054,1070,1188,902,810,868,787,644,548,562,544,474,418,361,337,316,267,967,78136,77185,76197,55358,20839,18529,15298,17672,93869 +E14001166,919,977,960,1048,974,996,953,1107,987,1082,1147,1082,1043,1078,1080,1014,989,1011,1093,1380,1240,1281,1094,1181,1107,1199,1127,1122,1165,1191,1226,1213,1234,1305,1397,1154,1214,1247,1201,1205,1174,1178,1171,1113,1078,1038,1097,1060,1194,1211,1239,1302,1292,1403,1392,1416,1467,1512,1529,1544,1577,1418,1507,1463,1475,1409,1319,1370,1345,1376,1209,1272,1306,1402,1434,1650,1294,1227,1146,1066,1003,810,853,810,773,677,586,567,520,390,1689,89929,88940,87929,59426,28503,25775,21684,18447,106376 +E14001167,1318,1284,1410,1368,1344,1399,1384,1459,1365,1334,1415,1373,1372,1401,1399,1331,1331,1270,1366,1046,960,1018,1081,1139,1230,1237,1269,1264,1250,1351,1410,1555,1498,1469,1567,1597,1647,1612,1689,1667,1692,1635,1674,1646,1609,1572,1595,1511,1482,1461,1527,1570,1535,1579,1586,1594,1545,1584,1507,1361,1357,1233,1290,1214,1141,1029,1018,954,858,869,835,790,791,822,899,976,750,681,679,641,582,455,518,509,518,524,457,356,348,288,965,88135,86804,85534,67422,18112,16065,13384,24557,110091 +E14001168,986,922,997,1049,1034,1027,1105,1049,1048,1064,1204,1244,1177,1140,1166,1192,1162,1256,1383,1036,842,955,1069,1165,1223,1283,1187,1209,1278,1282,1277,1287,1243,1244,1251,1273,1258,1209,1266,1166,1191,1134,1173,1203,1105,1088,1143,1227,1271,1438,1482,1458,1446,1489,1462,1541,1538,1565,1523,1451,1435,1375,1278,1221,1169,1060,1054,1001,1056,993,914,956,946,989,1099,1154,869,852,780,714,607,509,539,483,475,392,363,331,263,239,927,81775,80613,79357,59792,19565,17451,14401,19822,99179 +E14001169,1230,1265,1292,1281,1319,1449,1403,1446,1463,1495,1529,1546,1521,1596,1533,1467,1485,1405,1249,865,844,842,1110,1136,1196,1311,1252,1285,1240,1286,1301,1352,1329,1365,1409,1504,1497,1563,1536,1638,1685,1693,1744,1792,1654,1578,1556,1584,1696,1605,1623,1617,1612,1585,1591,1490,1579,1528,1520,1462,1365,1320,1252,1255,1284,1145,1126,1054,949,993,951,1006,948,948,956,1092,854,794,788,666,582,494,531,504,453,407,413,395,374,306,1107,89506,88021,86616,66780,19836,17565,14569,25725,112341 +E14001170,972,957,1049,1105,1082,1222,1233,1204,1198,1287,1334,1274,1191,1269,1197,1175,1164,1124,1103,789,717,816,873,1048,1089,1058,1119,1144,1096,1246,1224,1325,1313,1296,1451,1412,1381,1424,1340,1286,1326,1393,1357,1288,1208,1196,1270,1303,1307,1392,1488,1640,1452,1554,1536,1460,1438,1537,1494,1410,1395,1358,1256,1193,1229,1210,1108,1046,1143,1044,1028,1042,1075,1068,1208,1278,898,866,829,791,617,589,548,507,475,410,301,295,266,216,784,82960,81796,80672,60030,20642,18324,15091,21037,101709 +E14001171,537,629,664,670,686,704,762,783,824,839,931,854,898,880,864,843,790,818,765,666,665,600,675,674,625,652,655,613,702,647,755,772,768,719,801,786,795,830,743,762,861,886,901,912,863,813,848,885,970,1033,1020,1142,1053,1207,1197,1217,1291,1341,1258,1259,1311,1364,1295,1270,1276,1311,1210,1181,1322,1293,1283,1333,1462,1491,1683,1883,1349,1323,1352,1193,1059,887,917,851,931,847,729,693,620,533,2143,75630,74840,74022,43143,30879,28358,24562,13976,87998 +E14001172,1047,957,823,823,781,847,831,794,765,785,867,879,898,868,908,922,875,988,1420,2448,2223,2308,2624,3227,3479,3458,3416,3302,3085,3110,3035,2835,2683,2585,2305,2169,2064,1930,1738,1702,1791,1603,1637,1499,1579,1629,1518,1568,1565,1631,1653,1657,1670,1768,1777,1706,1601,1562,1460,1462,1355,1325,1253,1153,1171,1065,1068,927,915,845,883,827,734,816,772,796,672,657,603,555,534,449,403,415,431,356,342,272,240,218,869,114266,113391,112403,95739,16664,14531,11844,15658,128061 +E14001173,718,767,776,757,822,905,923,929,946,914,1032,1015,1042,987,967,998,961,966,1584,4786,4222,3186,2462,2076,1911,1127,1076,1066,994,999,1099,1067,1106,1116,1151,1164,1140,1121,1118,1165,1149,1123,1156,1195,997,1012,1023,1008,1053,1221,1185,1313,1243,1250,1274,1278,1279,1250,1338,1250,1299,1172,1155,1161,1174,1120,1111,1044,1012,1047,1024,1065,1038,1075,1084,1170,825,814,841,691,571,545,540,517,467,434,329,284,226,210,735,88040,87079,86113,66294,19819,17588,14485,16425,102538 +E14001174,805,787,859,872,917,929,899,949,1002,977,1031,1042,1038,971,1016,965,951,912,966,797,654,774,861,938,945,937,939,891,923,929,976,964,1040,968,996,940,934,943,891,887,860,939,863,892,874,878,917,971,1026,1006,1180,1222,1234,1374,1393,1592,1484,1550,1579,1462,1626,1586,1537,1490,1533,1503,1448,1440,1541,1564,1462,1428,1540,1657,1766,2047,1486,1367,1462,1263,1034,910,905,893,799,689,626,583,466,413,1670,84986,84035,83123,51161,31962,29011,24466,16922,100045 +E14001175,1015,909,856,820,849,794,857,862,869,874,837,859,897,870,905,906,863,891,803,774,889,988,1498,2412,3656,4314,4393,4178,3898,3366,2949,2764,2440,2259,2098,1783,1668,1514,1452,1380,1415,1364,1378,1247,1190,1219,1220,1192,1158,1132,1166,1196,1189,1228,1255,1159,1199,1167,1098,1031,1042,928,847,790,750,654,627,560,485,473,419,445,392,406,331,366,281,234,259,260,212,215,196,194,147,163,148,98,81,76,362,89874,89011,88120,80036,8084,6803,5285,15733,103853 +E14001176,1333,1321,1375,1415,1515,1458,1517,1533,1594,1542,1531,1545,1580,1471,1431,1299,1331,1291,1336,1334,1644,2006,1765,1470,1555,1526,1556,1631,1844,1851,1890,1799,1810,1931,2004,1799,1795,1747,1728,1701,1729,1721,1685,1670,1552,1497,1433,1457,1423,1464,1533,1542,1399,1491,1411,1409,1395,1395,1301,1271,1186,1135,1048,993,1010,921,865,834,816,821,771,810,830,862,894,927,698,675,649,571,503,421,467,415,353,345,329,251,220,207,905,91854,90523,89232,72872,16360,14574,12103,26082,115314 +E14001177,947,906,1009,968,958,1041,1142,1071,1050,1105,1219,1147,1150,1151,1149,1130,1069,1132,1044,818,807,805,757,820,807,878,974,951,1042,1063,1179,1192,1161,1156,1246,1188,1161,1135,1193,1125,1172,1206,1215,1255,1073,1057,1144,1187,1243,1291,1497,1497,1512,1492,1447,1424,1474,1417,1489,1416,1266,1271,1239,1146,1226,1168,1047,1028,995,984,1017,1012,1014,1015,1046,1254,850,756,763,684,569,472,502,500,479,365,358,309,289,222,853,76910,75841,74709,55158,19551,17336,14329,19344,94053 +E14001178,933,946,919,963,1034,1031,968,944,978,1010,1049,1065,1021,1058,1057,1005,1026,1001,903,549,566,613,774,851,830,910,896,923,987,1009,1077,1122,1178,1142,1210,1081,1152,1124,1074,1069,1017,1116,1125,1050,1036,1057,1119,1147,1133,1207,1298,1345,1371,1462,1381,1334,1414,1402,1435,1358,1381,1288,1191,1180,1191,1074,1081,1060,1094,1088,1053,1068,1116,1161,1282,1409,990,990,1020,847,775,663,671,603,540,506,459,398,325,298,1030,76706,75680,74679,52078,22601,20446,17204,18008,92687 +E14001179,1251,1263,1406,1407,1311,1482,1472,1497,1484,1554,1575,1633,1562,1628,1673,1699,1571,1494,1414,904,884,961,1140,1250,1208,1327,1286,1400,1501,1555,1658,1610,1717,1731,1746,1658,1665,1803,1564,1687,1667,1596,1661,1539,1397,1427,1489,1438,1474,1523,1543,1659,1572,1692,1727,1717,1733,1733,1612,1663,1566,1510,1410,1375,1406,1275,1146,1156,1197,1119,1065,1088,1041,1104,1108,1174,880,826,766,725,632,508,469,501,445,389,337,274,230,191,800,94309,92738,91244,70798,20446,18025,14553,26962,118206 +E14001180,1606,1653,1701,1743,1689,1758,1678,1783,1750,1779,1946,1778,1883,1770,1768,1579,1580,1512,1469,1482,1576,1553,1404,1366,1325,1754,1832,1728,1828,1936,1883,1853,1960,1820,1879,1905,1939,1804,1821,1684,1696,1701,1700,1622,1556,1521,1471,1417,1480,1552,1496,1518,1487,1568,1584,1450,1396,1323,1370,1322,1237,1248,1158,1110,1058,1018,1007,960,942,864,825,773,811,768,801,802,653,622,629,624,474,423,428,423,421,322,313,275,247,191,745,93295,91715,90203,73842,16361,14336,11570,30956,121159 +E14001181,1268,1259,1273,1275,1269,1330,1411,1316,1344,1388,1412,1437,1369,1411,1420,1220,1207,1186,1273,1239,1524,1542,1425,1367,1374,1625,1623,1570,1609,1573,1681,1647,1807,1665,1744,1678,1570,1575,1502,1445,1456,1467,1454,1406,1305,1277,1311,1205,1279,1294,1438,1383,1408,1378,1415,1429,1376,1364,1289,1372,1266,1182,1049,1112,1098,965,908,835,920,884,851,855,838,816,953,904,753,762,758,682,581,551,552,559,482,469,432,346,275,239,970,87604,86397,85211,67071,18140,16267,13628,23795,109006 +E14001182,1273,1235,1270,1343,1374,1317,1351,1295,1361,1318,1429,1421,1398,1280,1316,1449,1325,1441,2119,5032,4004,4318,4022,3786,3305,2481,2324,1969,1871,1830,1734,1756,1768,1647,1641,1699,1641,1607,1475,1492,1595,1548,1575,1388,1371,1203,1251,1174,1151,1244,1303,1269,1298,1366,1341,1267,1175,1241,1196,1196,1184,1074,1037,1051,983,913,867,944,826,839,710,748,795,803,735,797,690,658,713,609,509,477,448,403,382,320,339,296,248,216,952,104005,102680,101239,85002,16237,14457,11848,24196,125435 +E14001183,970,975,958,1074,1064,1010,1051,1021,1117,1052,1120,1102,1104,1055,1120,1039,1136,1023,1021,802,743,829,854,964,912,1093,1048,1197,1186,1235,1369,1382,1322,1343,1331,1322,1352,1291,1320,1279,1240,1272,1384,1312,1160,1091,1159,1282,1189,1284,1351,1485,1325,1353,1372,1384,1439,1369,1405,1323,1343,1273,1286,1303,1215,1159,1221,1241,1234,1154,1124,1163,1190,1144,1307,1330,967,853,812,704,577,458,472,465,455,374,321,299,229,205,814,81225,80089,79066,57794,21272,18892,15263,18991,98057 +E14001184,1526,1561,1603,1557,1552,1582,1636,1611,1684,1577,1704,1667,1678,1550,1574,1451,1426,1424,1366,1038,1007,1216,1318,1335,1412,1591,1517,1542,1826,1742,1973,1934,1993,2045,2020,1986,1988,1912,1971,1921,1907,1991,1920,1858,1713,1617,1594,1569,1560,1531,1541,1609,1548,1503,1544,1469,1459,1487,1440,1337,1317,1293,1233,1240,1218,1022,1047,957,929,847,802,806,798,778,798,887,616,574,538,462,397,388,382,369,333,306,269,269,258,228,935,93996,92570,91146,75151,15995,13926,11193,28363,119509 +E14001185,1183,1237,1218,1208,1290,1310,1324,1304,1252,1296,1349,1363,1338,1290,1338,1258,1220,1296,1193,800,828,907,1188,1256,1323,1428,1444,1586,1618,1624,1606,1717,1617,1689,1716,1557,1651,1651,1513,1540,1509,1451,1505,1463,1267,1273,1317,1393,1431,1393,1622,1623,1535,1649,1674,1519,1640,1555,1467,1619,1407,1453,1320,1293,1200,1174,1097,1102,1017,1033,1014,1041,1052,1012,1172,1229,852,901,856,802,656,562,569,556,536,436,414,341,326,271,1068,91635,90415,89119,68030,21089,18818,15666,23074,112193 +E14001186,1155,1302,1248,1290,1311,1333,1370,1324,1375,1363,1451,1460,1532,1426,1575,1504,1514,1542,1469,986,931,1081,1169,1398,1368,1339,1302,1365,1421,1399,1505,1524,1580,1557,1571,1627,1593,1541,1495,1558,1561,1546,1462,1482,1335,1333,1442,1430,1403,1351,1373,1506,1436,1532,1561,1656,1661,1560,1542,1563,1412,1386,1285,1212,1119,1055,959,945,998,880,847,863,812,818,892,925,685,627,617,597,497,446,438,437,412,360,301,261,248,186,760,86850,85336,83794,66928,16866,14852,12029,25075,108869 +E14001187,1193,1289,1301,1278,1279,1309,1226,1272,1231,1169,1343,1338,1238,1210,1306,1194,1128,1164,1057,706,727,809,885,997,1056,1153,1115,1166,1187,1241,1322,1452,1518,1552,1533,1561,1559,1562,1645,1648,1565,1670,1574,1542,1462,1324,1425,1293,1257,1219,1297,1260,1322,1362,1323,1344,1382,1339,1358,1302,1242,1170,1148,1088,1047,1008,992,960,890,913,895,862,866,836,944,1019,795,694,721,633,548,509,508,457,470,472,397,350,315,301,1082,81495,80367,79203,60766,18437,16437,13674,22468,101671 +E14001188,1802,1772,1820,1689,1617,1693,1668,1629,1618,1643,1679,1627,1699,1638,1727,1602,1513,1601,1474,1057,1208,1265,1552,1768,1875,2000,1928,2082,2221,2246,2334,2344,2270,2337,2259,2255,2220,2155,2100,2053,2018,1968,1823,1868,1745,1705,1752,1696,1575,1522,1630,1662,1651,1654,1662,1623,1469,1549,1530,1380,1355,1266,1153,1071,1015,937,837,794,702,668,583,570,555,490,520,499,409,389,363,391,324,257,280,291,270,188,181,144,154,117,555,96927,95414,93813,82345,11468,9694,7530,30037,123850 +E14001189,1694,1675,1649,1700,1816,1858,1857,1746,1783,1821,1880,1788,1688,1870,1798,1805,1714,1732,1504,1224,1301,1266,1334,1519,1519,1611,1560,1561,1638,1615,1718,1789,1866,1880,1883,1893,1865,1919,1887,1819,1736,1849,1814,1703,1525,1490,1597,1576,1485,1479,1487,1528,1557,1542,1545,1499,1504,1451,1405,1391,1301,1280,1144,1161,1101,969,930,883,826,745,653,752,666,691,722,801,642,536,552,529,519,432,441,428,419,402,313,317,244,213,763,92155,90441,88709,73321,15388,13489,11035,31874,120583 +E14001190,985,986,1039,1040,1092,1027,1108,1119,1148,1190,1231,1186,1232,1243,1208,1179,1138,1167,1084,834,766,786,1030,1097,1188,1187,1179,1148,1239,1270,1283,1399,1319,1316,1340,1277,1299,1241,1227,1187,1191,1254,1298,1285,1197,1095,1169,1182,1170,1265,1348,1439,1376,1386,1405,1356,1470,1470,1362,1435,1374,1372,1259,1253,1230,1141,1160,1059,1061,1049,989,1015,983,1033,1050,1139,839,814,718,632,572,563,559,538,497,438,366,359,267,282,932,80697,79559,78392,58337,20055,17754,14585,20318,98710 +E14001191,1592,1529,1625,1567,1644,1687,1537,1608,1609,1603,1639,1708,1642,1529,1481,1427,1368,1381,1179,767,791,937,1001,1118,1158,1323,1343,1458,1473,1688,1711,1794,1946,2017,1954,1922,1978,1963,1794,1759,1809,1922,1743,1701,1624,1556,1520,1502,1478,1465,1385,1419,1356,1445,1425,1470,1400,1304,1262,1194,1148,1069,1058,1006,924,894,854,779,734,733,697,674,708,688,779,791,602,561,564,490,416,401,367,386,363,334,273,272,212,199,746,85525,84157,82776,68259,14517,12769,10523,28176,110952 +E14001192,1065,1071,1143,1147,1211,1099,1260,1141,1201,1203,1218,1218,1275,1262,1212,1156,1130,1191,1071,883,835,927,884,942,919,1046,1101,1156,1197,1185,1284,1302,1378,1359,1384,1312,1384,1285,1282,1308,1264,1394,1343,1326,1184,1217,1226,1295,1393,1434,1521,1665,1499,1657,1635,1783,1664,1725,1645,1583,1628,1439,1426,1341,1312,1243,1252,1178,1212,1157,1153,1150,1129,1149,1292,1395,1030,965,984,791,726,612,612,535,513,471,385,352,298,252,884,87064,85934,84743,62023,22720,20225,16678,21203,105946 +E14001193,1075,1102,1084,1148,1175,1155,1229,1212,1318,1287,1290,1253,1264,1222,1312,1289,1197,1192,1255,1576,1637,1764,1686,1638,1557,1519,1453,1433,1484,1441,1580,1645,1576,1373,1427,1405,1453,1465,1427,1408,1401,1483,1336,1296,1196,1163,1158,1230,1212,1222,1374,1388,1363,1383,1385,1307,1314,1272,1253,1259,1237,1129,1119,1062,1037,979,989,878,990,918,908,923,884,884,935,974,639,714,667,563,537,483,477,480,473,342,336,322,304,247,931,84947,83750,82558,64781,17777,15809,13023,21804,104362 +E14001194,1506,1539,1572,1688,1594,1638,1603,1762,1713,1723,1786,1783,1815,1722,1801,1626,1562,1642,1696,1622,1632,1526,1642,1543,1546,1602,1695,1688,1750,1809,1730,1920,1860,1801,1786,1750,1749,1815,1764,1795,1660,1792,1602,1480,1417,1522,1464,1542,1501,1530,1535,1529,1437,1574,1473,1388,1368,1422,1358,1270,1317,1167,1195,1092,1018,921,964,871,919,848,846,713,788,752,785,838,645,627,639,522,494,416,438,414,415,350,334,313,237,232,818,92717,91155,89513,73374,16139,14254,11616,30075,119588 +E14001195,637,637,745,737,755,787,858,895,851,917,961,1048,969,972,1072,977,989,998,904,622,568,661,728,761,845,764,736,815,784,895,850,868,918,831,862,866,873,874,891,911,915,1013,1053,977,945,985,1042,1056,1147,1256,1346,1502,1398,1456,1539,1617,1604,1596,1610,1557,1485,1504,1444,1387,1368,1249,1312,1196,1197,1244,1195,1219,1168,1227,1296,1450,1091,976,1016,906,751,645,612,574,561,523,457,393,334,276,1128,76612,75623,74625,50629,23996,21435,17798,15805,90430 +E14001196,1407,1343,1409,1381,1516,1441,1476,1516,1480,1524,1549,1624,1512,1535,1632,1502,1555,1610,1566,1339,1366,1508,1425,1359,1342,1319,1384,1355,1358,1459,1430,1438,1544,1452,1551,1560,1491,1581,1472,1495,1430,1469,1505,1482,1291,1315,1278,1225,1339,1297,1379,1347,1375,1350,1314,1259,1194,1151,1152,1092,1101,1058,956,952,962,917,867,806,824,776,816,772,732,704,709,714,512,467,470,469,405,312,372,347,286,255,251,213,152,161,568,80109,78554,76944,63067,13877,12093,9687,27012,103956 +E14001197,1348,1358,1385,1314,1385,1453,1448,1394,1361,1463,1361,1426,1273,1309,1355,1255,1183,1164,1091,796,684,720,966,1088,1132,1297,1261,1352,1402,1573,1630,1757,1727,1676,1757,1714,1600,1686,1697,1677,1552,1571,1534,1516,1349,1359,1315,1430,1434,1457,1431,1522,1459,1507,1542,1555,1514,1512,1380,1445,1325,1260,1209,1217,1164,1046,1044,951,1055,941,910,938,873,948,930,1049,794,785,783,727,592,540,521,536,482,436,418,364,283,269,1020,87424,86241,85077,65842,19235,17145,14198,24235,109312 +E14001198,1178,1202,1278,1270,1234,1301,1318,1345,1372,1417,1393,1410,1399,1448,1375,1276,1247,1244,1179,851,937,1100,1179,1264,1347,1486,1397,1449,1547,1673,1631,1710,1769,1779,1808,1750,1746,1717,1523,1663,1582,1610,1632,1364,1416,1323,1366,1320,1394,1502,1394,1564,1537,1494,1553,1516,1490,1494,1578,1520,1502,1439,1404,1318,1358,1230,1226,1157,1185,1107,1087,1127,1002,1090,1043,1156,845,805,777,698,539,532,511,531,414,420,391,344,296,269,994,92442,91195,89951,69175,20776,18320,14871,23707,113658 +E14001199,961,884,958,1011,956,978,982,1010,1060,1089,1129,1122,1131,1172,1142,1081,1050,1072,946,677,776,778,877,971,973,1001,989,1072,1141,1083,1264,1230,1213,1182,1187,1144,1169,1155,1146,1140,1142,1137,1156,1030,1028,994,996,1070,1116,1180,1246,1353,1393,1440,1442,1424,1409,1454,1449,1355,1447,1310,1338,1284,1260,1266,1148,1100,1109,1079,1008,1073,1093,1115,1167,1193,897,881,804,687,664,571,548,516,459,391,391,334,314,244,890,77631,76581,75509,54567,20942,18528,15240,18788,94297 +E14001200,1096,1110,1142,1096,1149,1077,1128,1168,1129,1157,1258,1206,1221,1210,1194,1146,1131,1158,1040,741,866,910,1063,1148,1152,1144,1182,1194,1283,1256,1354,1349,1310,1313,1334,1293,1255,1233,1156,1190,1129,1171,1180,1012,983,989,1032,1015,1130,1203,1237,1346,1321,1368,1400,1456,1513,1525,1505,1477,1306,1375,1318,1261,1233,1162,1170,1087,1020,1064,965,988,946,1023,1067,1074,805,762,814,663,640,543,545,475,477,440,383,326,251,221,742,79193,78062,76904,57251,19653,17321,14150,20776,97680 +E14001201,910,869,991,1000,1035,1066,1063,1075,1041,1081,1121,1172,1114,1174,1134,1100,1078,1141,1055,652,545,651,769,1018,929,886,892,848,936,958,978,1007,1100,1154,1083,1100,1194,1149,1214,1160,1156,1241,1300,1238,1246,1194,1225,1256,1259,1312,1392,1447,1285,1360,1399,1485,1533,1492,1490,1404,1343,1331,1259,1253,1170,1131,1079,1045,1030,1104,994,1005,1051,1016,1086,1218,933,918,829,809,682,527,574,585,538,500,407,429,341,319,1219,77936,76858,75717,54348,21369,19159,15980,19165,94882 +E14001202,1020,993,1071,1031,1094,1147,1161,1155,1164,1235,1251,1261,1309,1265,1229,1176,1169,1128,1051,749,806,788,900,996,1140,1100,1114,1145,1227,1226,1302,1297,1241,1299,1301,1284,1246,1238,1196,1180,1167,1238,1206,1141,1114,1103,1145,1082,1133,1254,1312,1457,1323,1404,1411,1554,1523,1666,1580,1552,1567,1429,1368,1455,1387,1379,1328,1351,1309,1283,1164,1203,1162,1276,1360,1469,1109,1065,1009,843,785,650,657,600,570,528,454,353,329,297,1098,85325,84156,83028,58397,24631,21924,17981,20859,103887 +E14001203,971,959,976,1074,1068,1082,1140,1070,1079,1217,1131,1196,1084,1096,1154,1119,1167,1118,1025,744,695,822,918,1004,1043,1055,983,1134,1114,1078,1238,1208,1273,1330,1383,1288,1277,1267,1216,1273,1166,1232,1230,1274,1103,1129,1142,1196,1309,1366,1484,1471,1504,1538,1630,1608,1626,1581,1574,1582,1521,1419,1391,1367,1363,1258,1274,1233,1288,1296,1191,1179,1264,1308,1297,1509,1017,1057,1053,865,790,724,737,666,623,527,452,414,329,288,1216,86314,85147,84029,59174,24855,22323,18506,19701,103730 +E14001204,1217,1244,1216,1307,1363,1356,1385,1346,1386,1408,1382,1365,1361,1296,1283,1197,1267,1252,1206,946,1006,1000,1057,1174,1142,1272,1245,1319,1377,1454,1556,1522,1413,1457,1500,1466,1381,1311,1301,1342,1261,1310,1302,1211,1172,1123,1082,1158,1195,1266,1339,1392,1430,1425,1423,1431,1360,1449,1292,1358,1289,1176,1082,990,1006,1018,944,898,894,866,896,871,848,880,879,869,701,720,722,712,612,527,562,496,507,470,448,405,307,280,833,80653,79386,78134,59969,18165,16203,13545,23631,101765 +E14001205,1231,1066,1153,1090,1111,1186,1227,1207,1231,1280,1252,1305,1263,1261,1376,1301,1252,1245,1226,1013,961,1013,1248,1466,1799,2158,2120,2205,2206,2148,2302,2183,2126,1920,1907,1774,1653,1614,1562,1536,1566,1505,1547,1552,1388,1526,1504,1547,1407,1486,1445,1528,1519,1370,1494,1439,1438,1418,1378,1296,1234,1115,1034,963,882,828,795,694,663,594,564,560,558,486,474,556,458,386,380,373,323,256,303,255,255,170,150,174,122,114,400,86109,84857,83612,72721,10891,9268,7317,22037,105649 +E14001206,1402,1424,1496,1511,1454,1525,1498,1446,1431,1434,1433,1418,1367,1342,1303,1325,1166,1161,1071,786,808,910,1020,1126,1154,1193,1304,1403,1589,1570,1672,1772,1851,1769,1944,1840,1799,1787,1723,1786,1682,1658,1640,1514,1385,1423,1419,1409,1337,1381,1365,1413,1358,1468,1428,1468,1495,1401,1432,1439,1393,1302,1207,1261,1160,1168,998,969,910,981,909,935,979,947,1010,1070,753,763,742,645,532,459,494,472,423,365,347,312,249,199,830,88103,86937,85776,67315,18461,16295,13435,25136,110912 +E14001207,1541,1562,1495,1508,1476,1390,1416,1355,1417,1483,1373,1445,1479,1427,1423,1345,1308,1288,1469,1932,1595,1640,1950,2401,2616,2566,2548,2609,2733,2717,2610,2708,2604,2519,2511,2404,2381,2407,2258,2225,2138,2244,2150,2087,1895,1866,1873,1874,1768,1814,1826,1706,1736,1674,1709,1550,1548,1509,1443,1417,1348,1265,1148,1113,1082,1036,954,893,864,876,850,778,749,817,752,793,553,536,530,516,428,404,426,371,339,340,262,218,182,194,713,111156,109848,108560,93186,15374,13384,10751,25731,134291 +E14001208,1446,1447,1523,1469,1530,1604,1571,1580,1582,1621,1748,1767,1835,1851,1838,1823,1818,1794,1668,1458,1372,1342,1498,1653,1709,1802,1811,1676,1830,1799,1867,1838,1860,1874,1983,1969,1969,2021,1976,2020,1981,2085,2120,2060,1869,1834,1879,1873,1776,1751,1723,1676,1756,1824,1760,1625,1737,1634,1606,1490,1510,1349,1355,1377,1221,1168,1056,1002,945,916,896,858,829,811,780,778,654,599,558,531,505,456,396,424,390,349,337,270,230,201,757,102174,100356,98562,81866,16696,14472,11609,29847,128409 +E14001209,1451,1409,1446,1544,1472,1467,1491,1468,1593,1613,1679,1679,1720,1678,1749,1677,1584,1615,1511,1408,1433,1451,1705,1803,1865,1835,1863,1842,1915,1798,1811,1874,1938,1900,1924,1989,1966,1959,1992,1946,1960,2130,2084,2041,1849,1966,1917,1932,1804,1843,1726,1755,1838,1667,1634,1630,1610,1570,1479,1367,1397,1313,1278,1191,1220,1106,1086,1061,938,884,799,804,792,746,726,672,581,527,522,436,479,450,418,389,376,314,309,255,224,164,638,100824,99240,97625,81929,15696,13504,10621,28335,125960 +E14001210,1102,1107,1154,1310,1248,1408,1459,1391,1519,1524,1525,1589,1490,1472,1426,1471,1454,1452,1586,2217,1293,1270,1329,1264,1266,1224,1171,1258,1333,1307,1348,1319,1449,1436,1546,1585,1577,1636,1575,1648,1808,1690,1838,1677,1563,1539,1498,1479,1431,1458,1443,1471,1389,1434,1317,1335,1297,1306,1329,1293,1189,1141,1107,1031,1082,934,957,816,809,807,777,723,698,744,811,847,596,651,599,494,468,434,424,395,395,342,321,287,240,208,774,85239,83785,82333,66782,15551,13660,11228,25101,107434 +E14001211,909,903,925,1000,1012,1007,1110,1035,1056,1172,1110,1192,1128,1073,1101,1094,1070,1121,1016,977,1153,1010,919,928,939,1083,1098,1090,1072,1193,1128,1246,1130,1117,1219,1187,1204,1162,1214,1139,1165,1155,1164,1121,1016,963,1045,1002,1097,1174,1266,1387,1242,1341,1338,1466,1437,1493,1463,1444,1455,1420,1291,1437,1289,1200,1180,1128,1130,1015,912,996,933,956,934,993,821,796,777,612,585,551,492,488,451,425,374,356,296,256,735,77478,76408,75287,55895,19392,17012,13739,19018,94305 +E14001212,913,835,889,1025,973,1113,1109,1132,1127,1118,1242,1259,1267,1194,1260,1184,1200,1097,1101,741,629,678,818,911,943,890,869,973,958,921,999,1017,1066,1050,1091,1098,1081,1133,1062,1138,1215,1203,1324,1297,1207,1132,1175,1296,1357,1391,1392,1436,1523,1474,1494,1615,1473,1509,1544,1476,1359,1388,1289,1323,1239,1159,1250,1148,1144,1070,1083,1072,1043,1127,1233,1284,1021,957,974,857,735,565,623,535,520,384,402,360,293,258,1144,79836,78636,77539,55298,22241,19832,16470,19937,97476 +E14001213,2113,1892,1935,1860,1837,1932,1918,1902,2002,1995,2036,1929,2110,2004,2071,1896,1946,1949,1934,1903,1791,1851,2048,2356,2596,2709,2558,2464,2291,2201,1982,2032,2102,2156,2181,2214,2120,2193,2128,2090,2078,2162,2167,2074,1918,1829,1860,1836,1805,1697,1705,1594,1775,1548,1481,1330,1318,1239,1209,1170,1147,1047,1093,952,907,871,826,784,696,671,673,549,496,434,445,414,391,307,319,321,303,259,265,232,223,220,202,165,160,111,401,101474,99528,97579,86841,10738,9041,6890,35327,132906 +E14001214,719,754,855,841,875,916,952,902,1000,1023,1138,1053,1104,1102,1155,1116,1100,1156,1084,729,571,601,695,801,791,882,732,853,812,873,922,909,889,929,926,1009,1007,963,971,984,1021,1123,1109,1121,1002,1069,1102,1157,1190,1348,1322,1404,1347,1424,1421,1474,1426,1461,1467,1501,1367,1358,1375,1228,1244,1279,1198,1144,1106,1044,1061,992,1059,1184,1219,1370,1007,942,942,836,765,606,674,656,578,518,500,409,358,343,1212,76252,75152,73996,50994,23002,20525,17231,17761,91757 +E14001215,1105,1169,1161,1232,1190,1201,1261,1171,1236,1282,1253,1283,1283,1295,1430,1341,1270,1305,1154,656,657,752,905,1040,954,1001,936,960,936,983,1021,1097,1220,1208,1311,1251,1262,1385,1327,1323,1273,1361,1370,1323,1342,1241,1231,1355,1317,1379,1453,1511,1428,1454,1551,1503,1487,1359,1552,1402,1433,1326,1211,1195,1122,1082,1069,1002,962,1032,939,919,941,976,1110,1173,922,791,836,736,647,534,575,504,485,442,394,325,367,275,1227,80358,79088,77783,57518,20265,18114,15118,22468,100251 +E14001216,1120,1115,1256,1208,1228,1143,1237,1237,1211,1271,1316,1260,1254,1306,1338,1230,1185,1205,1138,825,868,886,975,1091,1121,1133,1064,1132,1148,1248,1305,1347,1339,1305,1376,1316,1409,1377,1234,1303,1241,1321,1309,1321,1186,1231,1187,1209,1283,1317,1384,1439,1389,1490,1446,1503,1396,1461,1517,1492,1431,1410,1302,1299,1306,1225,1187,1206,1259,1182,1165,1190,1174,1152,1314,1472,1044,992,954,858,752,623,634,595,535,460,398,328,291,270,1114,85574,84389,83184,59810,23374,20962,17315,22120,105304 +E14001217,1078,1050,1185,1153,1208,1245,1315,1282,1323,1313,1327,1298,1334,1233,1348,1278,1267,1257,1363,1007,871,965,1090,1207,1229,1337,1253,1228,1330,1309,1427,1421,1373,1400,1430,1377,1418,1451,1338,1365,1352,1380,1309,1203,1123,1076,1161,1134,1221,1319,1344,1337,1354,1361,1403,1412,1371,1441,1397,1374,1304,1329,1243,1269,1147,1091,1095,1017,1061,1010,978,994,946,929,1033,1082,821,900,752,716,615,551,588,534,430,390,394,341,293,284,974,82896,81629,80372,60553,19819,17633,14545,22494,102866 +E14001218,846,851,956,1012,999,1046,1124,1153,1141,1198,1275,1271,1240,1193,1296,1203,1138,1163,1092,797,753,745,911,909,961,938,951,993,969,1026,1087,1092,1132,1177,1325,1225,1194,1254,1181,1275,1322,1323,1315,1332,1261,1287,1326,1332,1414,1447,1554,1637,1433,1504,1506,1458,1465,1510,1423,1368,1340,1316,1238,1181,1200,1121,1052,1056,1038,1077,1013,1078,1062,1137,1229,1328,997,953,904,895,708,634,649,640,576,502,445,424,344,305,1159,82106,80968,79805,57479,22326,20153,16982,20105,99910 +E14001219,839,907,939,951,1004,1008,1028,1124,1041,1159,1192,1165,1176,1253,1141,1241,1105,1139,1136,998,929,970,919,1017,1076,1093,1066,1106,1169,1135,1200,1256,1180,1230,1262,1285,1194,1185,1164,1197,1209,1255,1291,1206,1188,1077,1140,1212,1212,1279,1320,1405,1279,1369,1410,1466,1406,1434,1471,1450,1435,1355,1311,1297,1265,1201,1239,1113,1201,1084,1133,1153,1236,1198,1354,1491,1171,1048,994,886,838,732,668,681,706,647,560,465,435,368,1724,85079,83974,82835,57509,25326,22886,19488,19412,102247 +E14001220,942,881,989,1062,1052,1107,1145,1105,1187,1217,1210,1253,1217,1224,1171,1111,1162,1042,1015,706,712,766,850,959,977,1017,1024,1115,1073,1157,1208,1306,1289,1350,1296,1252,1281,1316,1329,1273,1285,1335,1366,1275,1183,1195,1240,1268,1251,1288,1199,1316,1302,1321,1328,1320,1254,1305,1314,1267,1200,1207,1158,1163,1035,1086,1023,1028,958,998,919,897,907,996,1031,1036,809,801,763,691,593,465,550,495,468,416,391,334,294,236,1045,77080,75918,74876,55646,19230,17121,14137,20077,94953 +E14001221,1525,1447,1574,1621,1686,1711,1731,1658,1701,1692,1822,1893,1849,1840,1939,1881,1843,1863,1869,1355,1260,1386,1484,1717,1686,1676,1594,1537,1599,1578,1532,1475,1638,1653,1744,1758,1680,1696,1647,1673,1769,1879,1784,1710,1736,1585,1656,1703,1627,1676,1750,1782,1790,1693,1733,1668,1635,1745,1659,1582,1346,1444,1488,1309,1247,1179,1121,1070,978,954,925,872,872,838,773,823,681,615,607,534,518,462,501,439,454,416,345,326,294,210,845,97591,95748,93885,76233,17652,15352,12350,31276,125161 +E14001222,1090,1086,1145,1058,1123,1145,1154,1131,1148,1163,1185,1210,1111,1139,1149,1066,1048,1022,934,742,895,879,1005,1090,1091,1195,1109,1185,1310,1356,1419,1498,1393,1457,1441,1341,1279,1380,1312,1283,1198,1201,1254,1232,1042,976,1078,1062,1119,1201,1245,1376,1267,1364,1390,1409,1376,1338,1422,1432,1403,1335,1232,1149,1169,1119,1068,949,983,1015,935,890,917,950,973,964,741,681,667,642,574,528,530,494,452,438,366,247,259,216,795,78327,77279,76257,57864,18393,16206,13259,20173,96430 +E14001223,1386,1276,1401,1298,1340,1386,1423,1393,1468,1418,1452,1526,1517,1441,1521,1441,1315,1300,1266,1104,1063,1100,1153,1242,1298,1253,1240,1273,1377,1417,1586,1518,1637,1681,1671,1618,1710,1690,1707,1780,1760,1840,1812,1769,1618,1504,1473,1542,1427,1415,1502,1536,1504,1575,1481,1508,1494,1424,1321,1344,1266,1237,1219,1120,1030,1002,989,975,896,834,773,828,782,830,911,986,745,672,657,608,557,501,469,506,444,410,394,355,273,256,995,88368,87053,85753,68105,17648,15657,12952,25302,111055 +E14001224,1041,1053,1139,1135,1194,1156,1265,1227,1208,1315,1364,1367,1373,1386,1301,1245,1219,1208,1081,774,716,754,831,1003,1022,1046,1125,1155,1241,1264,1289,1311,1422,1530,1495,1421,1454,1515,1425,1421,1501,1493,1556,1516,1329,1400,1437,1454,1475,1563,1575,1575,1533,1543,1555,1557,1556,1535,1497,1465,1435,1346,1338,1256,1324,1139,1129,1117,1131,1096,1145,1040,1127,1143,1156,1305,982,972,885,791,681,595,616,550,556,489,448,378,333,286,1168,87794,86575,85367,63109,22258,19990,16646,22196,107563 +E14001225,1608,1559,1754,1731,1730,1873,1892,1803,1807,1878,2043,2011,2042,2053,2057,1959,2035,1900,1845,1338,1295,1408,1512,1687,1632,1679,1605,1604,1548,1529,1709,1607,1619,1754,1734,1789,1768,1853,1753,1730,1813,1970,1892,1834,1853,1811,1712,1693,1741,1813,1715,1766,1716,1691,1705,1593,1708,1684,1620,1520,1359,1357,1318,1258,1157,1011,952,924,893,815,768,729,760,716,795,812,668,572,564,533,491,431,448,438,367,338,295,274,226,203,843,97098,95063,93163,77297,15866,13903,11271,33735,126898 +E14001226,1224,1228,1305,1317,1199,1230,1231,1156,1127,1235,1177,1249,1202,1269,1201,1257,1144,1161,1108,799,863,898,1046,1096,1126,1209,1090,1159,1122,1182,1269,1292,1460,1430,1428,1469,1355,1410,1487,1469,1435,1538,1575,1373,1395,1337,1331,1369,1290,1409,1416,1563,1381,1487,1508,1455,1464,1543,1407,1383,1335,1323,1220,1125,1040,1038,1012,998,953,935,911,874,879,923,975,1151,843,786,764,724,606,480,496,554,478,431,389,323,307,270,1189,83063,81919,80758,61469,19289,17239,14353,21912,102670 +E14001227,1107,1187,1176,1205,1303,1255,1317,1393,1376,1436,1502,1471,1457,1503,1489,1412,1355,1432,1262,778,790,907,1051,1125,1056,1116,1018,1064,1058,1114,1062,1186,1330,1302,1261,1326,1324,1424,1480,1548,1602,1581,1629,1715,1604,1528,1626,1636,1576,1593,1603,1652,1447,1528,1553,1591,1491,1460,1506,1461,1319,1327,1249,1168,1076,1113,1056,997,950,977,972,944,996,1004,1062,1177,905,832,810,806,680,600,618,565,517,510,406,408,331,309,1251,86686,85331,83899,63103,20796,18627,15703,24376,108275 +E14001228,903,892,943,967,1006,980,1112,1077,1067,1094,1112,1136,1105,1047,1097,1001,1057,1047,1012,718,855,858,965,1049,1187,1212,1269,1274,1324,1267,1310,1332,1318,1381,1352,1327,1271,1219,1166,1213,1191,1206,1168,1156,1035,975,1045,1196,1286,1271,1348,1476,1377,1474,1478,1445,1495,1400,1361,1404,1304,1288,1144,1197,1094,1073,964,991,935,957,928,946,905,991,1071,1149,842,809,810,716,593,483,576,468,491,410,358,301,245,236,767,78812,77755,76708,57693,19015,16978,14095,18643,95351 +E14001229,1810,1768,1938,1863,1866,1805,1906,1957,1952,1962,2066,1995,1979,2011,2041,1824,1741,1691,1620,1424,1531,1618,1671,1744,1710,1815,1929,1895,1970,2011,2020,2056,2141,2188,2206,2131,2127,2135,2079,2088,2047,2130,2185,2039,1901,1899,1873,1947,1828,1859,1839,1923,1900,1857,1727,1849,1730,1706,1597,1595,1494,1528,1410,1223,1115,1066,1021,966,864,858,757,761,637,621,651,721,576,508,486,452,326,333,305,291,267,194,182,167,139,100,516,103507,101766,100075,86310,13765,11678,8990,34175,134250 +E14001230,1163,1253,1314,1325,1399,1426,1439,1424,1560,1497,1557,1586,1517,1402,1426,1417,1305,1334,1161,533,503,594,853,971,992,827,897,873,853,917,1004,1075,1160,1223,1244,1319,1261,1434,1406,1637,1668,1570,1801,1705,1677,1704,1666,1719,1668,1745,1608,1626,1572,1533,1564,1478,1447,1504,1358,1341,1342,1329,1175,1057,1040,963,888,945,914,914,873,842,865,862,960,947,788,725,704,659,577,523,490,506,434,453,399,363,311,271,1187,81636,80331,78997,60634,18363,16512,13739,25344,104341 +E14001231,761,781,793,813,830,852,893,861,904,877,924,905,909,913,873,842,869,883,1720,5872,5665,4407,3213,2193,1842,1622,1470,1392,1422,1434,1460,1323,1397,1365,1347,1416,1296,1242,1304,1219,1249,1125,1214,1209,1056,939,1052,1094,1041,1074,1187,1055,1097,1156,1192,1182,1176,1188,1091,1112,1048,1010,934,948,912,852,848,821,820,799,782,766,756,810,819,888,642,624,617,595,510,481,494,453,409,400,303,311,283,232,987,91016,90147,89264,72962,16302,14602,12162,15483,104747 +E14001232,1094,1071,1074,1117,1132,1102,1253,1198,1216,1135,1250,1188,1154,1199,1179,1102,1141,1134,1111,1003,976,931,945,1029,995,1189,1120,1092,1176,1299,1317,1334,1372,1370,1360,1284,1379,1289,1277,1259,1379,1290,1288,1224,1151,1135,1134,1205,1264,1273,1323,1336,1361,1449,1385,1399,1348,1374,1360,1336,1284,1257,1275,1321,1264,1215,1202,1174,1194,1164,1156,1156,1256,1292,1318,1352,1122,1117,1007,896,779,748,668,645,578,561,537,441,377,363,1361,85476,84335,83201,58522,24679,22262,18730,20739,103940 +E14001233,890,873,999,974,951,1021,1078,1043,1038,1045,1122,1085,1012,1070,1073,965,961,998,963,752,855,820,861,975,980,1063,1015,1043,1119,1043,1208,1179,1217,1310,1287,1247,1228,1229,1300,1152,1168,1146,1163,1062,1104,1013,1072,1100,1114,1219,1256,1350,1355,1398,1415,1488,1515,1489,1486,1508,1507,1430,1390,1391,1314,1212,1233,1167,1097,1155,1067,1152,1115,1194,1276,1420,1147,1059,990,972,813,758,731,718,620,609,552,470,470,386,1519,83160,82199,81201,56299,24902,22457,19038,18198,99399 +E14001234,886,986,1058,1070,1139,1166,1252,1201,1269,1336,1431,1326,1269,1322,1341,1334,1218,1185,1168,842,702,872,977,1005,1121,1046,901,930,971,990,975,1056,1109,1121,1126,1202,1216,1138,1204,1287,1283,1349,1381,1341,1277,1414,1340,1415,1504,1469,1624,1566,1557,1569,1550,1523,1481,1536,1468,1416,1372,1301,1221,1227,1202,1123,1059,992,1005,974,1026,971,983,1039,1076,1192,982,851,914,860,667,609,578,585,559,501,450,441,337,357,1434,82313,81095,79910,58345,21565,19383,16412,21789,101699 +E14001235,1109,1076,1162,1280,1280,1313,1289,1247,1269,1326,1332,1333,1264,1286,1310,1199,1185,1153,1082,760,765,777,876,1008,1022,1033,1064,1051,1173,1225,1192,1231,1326,1288,1295,1289,1397,1349,1287,1265,1235,1262,1341,1282,1100,1140,1199,1245,1257,1336,1451,1431,1444,1530,1463,1487,1554,1528,1505,1421,1340,1265,1265,1304,1202,1137,1138,1050,1006,1055,1034,983,1033,1130,1189,1297,939,890,886,755,633,594,570,570,493,467,377,359,299,259,954,81777,80592,79439,58342,21097,18822,15711,22413,101852 +E14001236,1684,1621,1789,1748,1723,1766,1864,1857,1735,1823,1909,1959,1844,1846,1875,1767,1912,1755,1722,1504,1453,1552,1643,1818,1913,1956,1907,1781,1926,1880,2045,2040,2115,2268,2270,2307,2352,2319,2239,2247,2293,2208,2292,2111,2054,2011,1933,1920,1905,1874,1782,1795,1794,1671,1729,1665,1597,1606,1489,1461,1387,1355,1333,1263,1134,1111,1075,1019,888,956,896,812,810,745,745,684,564,539,495,467,496,389,421,370,351,312,254,230,181,164,666,106226,104314,102559,86919,15640,13454,10591,32477,135036 +E14001237,1150,1243,1212,1349,1365,1307,1333,1310,1296,1388,1344,1376,1356,1341,1266,1250,1202,1262,1445,2176,1869,1910,1895,1867,1775,1569,1681,1637,1706,1660,1799,1714,1697,1785,1754,1651,1725,1754,1716,1634,1580,1484,1529,1455,1357,1377,1353,1333,1336,1405,1404,1482,1414,1467,1379,1409,1363,1302,1293,1211,1166,1108,1010,947,921,882,784,792,802,756,666,706,684,713,723,836,645,657,670,567,528,490,439,420,391,362,326,260,244,218,819,89348,88146,86884,71504,15380,13714,11364,23350,110234 +E14001238,1616,1476,1561,1533,1634,1629,1610,1610,1650,1714,1716,1769,1641,1720,1695,1610,1565,1545,1372,986,912,970,1289,1479,1423,1698,1742,1770,1770,1757,1851,1919,1859,1839,1832,1885,1956,2033,1865,1987,2014,2009,1961,2022,1924,1834,1828,1760,1705,1743,1781,1712,1706,1700,1591,1545,1476,1503,1469,1374,1299,1210,1262,1144,1123,1066,1056,1004,963,947,943,962,1004,969,954,965,841,753,814,670,617,518,535,533,489,411,411,385,319,338,1301,99767,98202,96657,76889,19768,17646,14732,29294,125951 +E14001239,802,811,843,890,903,926,931,902,959,998,988,1064,1028,1015,1050,1026,1011,917,863,689,640,775,888,924,948,1049,926,936,1027,1009,1113,1040,1064,1092,1089,1079,1029,994,999,1038,1052,1130,1128,1018,1010,945,988,1022,1086,1111,1189,1291,1197,1336,1354,1326,1403,1373,1399,1407,1385,1374,1310,1283,1218,1228,1113,1134,1181,1195,1128,1196,1136,1219,1323,1478,1086,935,999,853,766,635,649,582,513,518,403,390,310,287,1206,76937,75926,75009,51546,23463,21122,17612,17064,92073 +E14001240,790,786,836,900,892,892,972,891,961,977,998,1056,1009,974,975,949,963,1130,1310,1089,711,723,752,888,896,924,869,904,985,901,952,1041,1021,1036,1059,1068,980,963,1009,994,1009,1016,966,989,857,868,964,992,1088,1092,1280,1342,1330,1366,1444,1543,1523,1521,1440,1457,1478,1433,1366,1340,1298,1254,1220,1215,1231,1266,1200,1185,1220,1285,1335,1297,1023,958,999,919,741,623,645,607,525,491,368,373,322,253,1038,77763,76800,75670,52077,23593,21119,17407,16951,92621 +E14001241,939,876,899,1025,1034,1045,1139,1112,1069,1092,1132,1183,1124,1128,1175,1190,1131,1102,1080,1009,922,702,871,824,727,855,855,823,1012,919,1008,989,1141,1144,1119,1129,1059,1070,1049,1117,1037,1114,1138,1071,1062,1025,1059,1103,1166,1258,1364,1353,1361,1362,1466,1453,1470,1477,1490,1352,1352,1295,1203,1173,1180,1119,1064,1059,1099,1050,1068,1103,1081,1056,1053,1226,892,882,806,769,659,577,521,513,517,398,367,312,265,218,923,75638,74507,73405,52808,20597,18414,15206,19395,92800 +E14001242,733,760,785,839,835,856,907,886,950,993,1015,1018,982,943,1028,1002,911,1082,921,609,683,653,757,842,767,924,872,901,937,880,978,1055,1061,1057,1043,1074,1067,1014,1119,1128,1051,1102,1068,1032,1002,913,992,998,1152,1174,1341,1408,1434,1474,1467,1540,1584,1643,1544,1687,1713,1633,1590,1496,1431,1564,1378,1340,1421,1368,1270,1323,1340,1384,1483,1574,1228,1164,1145,1015,929,775,805,814,710,639,598,511,442,355,1496,83875,82964,81882,53811,28071,25129,21000,16525,98407 +E14001243,755,829,888,895,1004,975,1044,1061,1144,1082,1138,1145,1066,1031,1115,1087,1035,1025,987,681,576,773,819,900,869,931,973,965,937,1085,1060,1065,1045,1031,1104,1018,1052,1120,1011,1115,1069,1071,1105,1083,993,966,1035,1049,1174,1194,1284,1406,1389,1498,1448,1619,1533,1515,1538,1563,1521,1559,1447,1379,1368,1350,1313,1295,1273,1253,1247,1176,1272,1270,1366,1424,1089,1019,1104,963,813,682,617,617,516,555,431,442,311,254,923,80558,79523,78498,53923,24575,21912,18091,18319,96817 +E14001244,1004,994,1039,1035,1068,1140,1072,1159,1129,1092,1157,1206,1144,1173,1091,1093,1097,1279,1206,1225,909,991,1029,1133,1246,1337,1393,1462,1421,1388,1505,1437,1469,1414,1442,1374,1425,1371,1371,1348,1274,1274,1303,1239,1119,1085,1150,1131,1173,1161,1340,1341,1274,1306,1323,1455,1403,1307,1342,1336,1334,1255,1189,1113,1195,1172,996,1008,951,922,890,876,945,970,1015,1048,714,710,669,581,550,534,535,576,472,433,349,346,294,279,798,81327,80230,78951,60318,18633,16465,13584,19972,98923 +E14001245,893,997,1015,1044,1052,1136,1150,1172,1139,1205,1177,1247,1238,1189,1181,1146,1111,1128,1014,706,771,782,972,1053,1090,1058,1131,1217,1247,1281,1324,1374,1337,1438,1428,1285,1307,1362,1328,1324,1286,1313,1393,1277,1261,1187,1157,1169,1224,1432,1378,1557,1404,1563,1496,1494,1468,1504,1570,1404,1396,1422,1299,1226,1169,1164,1104,1108,1050,1075,1134,1038,1088,1085,1161,1260,863,888,813,745,679,571,581,580,547,464,444,378,323,249,987,83496,82385,81257,59878,21379,19111,15878,20220,101477 +E14001246,1132,1150,1165,1220,1320,1280,1313,1341,1295,1326,1405,1414,1315,1329,1321,1293,1297,1240,1223,1018,1102,1155,1101,1279,1331,1227,1268,1271,1301,1284,1430,1450,1424,1439,1565,1453,1458,1414,1314,1348,1377,1389,1416,1384,1273,1268,1223,1241,1212,1284,1321,1376,1332,1385,1345,1383,1391,1338,1327,1349,1216,1282,1170,1173,1091,1117,1026,988,990,943,959,895,937,1017,1050,1147,792,756,709,690,567,470,483,490,452,383,325,265,217,211,823,82640,81343,80103,61401,18702,16559,13638,23156,103259 +E14001247,701,774,790,799,839,828,857,838,865,915,1003,1031,1114,1068,1230,1135,1105,1227,1111,781,662,745,855,872,943,928,851,897,898,905,970,909,1014,988,973,968,928,947,903,946,959,986,964,971,954,905,899,1052,1082,1140,1255,1281,1331,1370,1442,1457,1534,1460,1485,1505,1427,1409,1453,1386,1313,1268,1219,1258,1255,1267,1270,1245,1263,1320,1330,1412,1108,1019,1026,902,837,686,717,627,589,497,457,411,373,295,1226,78223,77118,75891,51014,24877,22390,18610,17119,93010 +E14001248,1307,1243,1295,1342,1454,1320,1500,1513,1448,1531,1548,1533,1502,1473,1540,1342,1386,1362,1323,1243,1572,1645,1503,1651,1573,1539,1501,1564,1703,1690,1685,1715,1832,1797,1831,1745,1675,1664,1626,1638,1643,1572,1684,1494,1376,1355,1336,1418,1439,1460,1496,1525,1565,1609,1579,1586,1606,1564,1551,1565,1453,1418,1364,1333,1223,1127,1098,1011,994,955,934,951,911,938,945,992,794,750,748,726,645,515,518,523,478,388,349,318,261,250,927,94723,93337,91975,72929,19046,16821,13861,25639,117614 +E14001249,1032,991,1014,1079,1101,1114,1195,1106,1118,1160,1231,1229,1305,1199,1438,1342,1204,1299,1260,844,657,639,758,786,781,796,782,875,838,922,1025,1040,1125,1120,1246,1187,1256,1267,1194,1273,1220,1295,1331,1308,1248,1316,1285,1385,1399,1433,1457,1513,1368,1373,1459,1422,1434,1419,1383,1421,1314,1319,1221,1213,1158,1126,1082,993,1036,1030,984,924,990,1069,1097,1204,956,874,962,835,735,588,617,611,539,487,474,420,349,307,1320,79477,78273,76974,55365,21609,19401,16342,21157,98131 +E14001250,853,909,990,1006,1026,1086,1069,1161,1153,1156,1278,1237,1235,1245,1247,1165,1149,1184,1059,756,725,765,934,994,1015,1077,1045,1040,1157,1125,1209,1131,1231,1129,1304,1293,1259,1258,1252,1257,1237,1199,1255,1304,1207,1111,1272,1292,1406,1469,1523,1647,1564,1604,1619,1627,1712,1634,1634,1703,1540,1500,1463,1417,1422,1372,1251,1279,1261,1196,1205,1204,1213,1273,1350,1478,1084,1049,1016,850,707,603,655,596,551,528,449,398,337,290,1179,87083,85934,84750,60376,24374,21751,18015,20149,104899 +E14001251,1581,1560,1666,1546,1544,1660,1713,1682,1680,1753,1763,1748,1796,1742,1731,1637,1702,1541,1576,1556,1642,1449,1362,1284,1308,1556,1530,1495,1569,1581,1640,1710,1703,1690,1800,1729,1757,1829,1671,1645,1675,1640,1651,1554,1534,1479,1435,1420,1407,1479,1455,1443,1479,1466,1414,1471,1398,1448,1293,1246,1275,1187,1127,1053,974,921,912,836,786,781,800,753,756,739,782,729,561,543,537,510,476,436,442,371,354,342,325,285,222,193,515,88235,86533,84992,70085,14907,13074,10671,30045,115037 +E14001252,847,917,910,940,975,985,1046,1033,1055,1104,1092,1114,1182,1104,1130,1112,1066,1071,1100,910,872,982,1060,1150,1070,1052,1022,1106,1063,1141,1139,1129,1162,1180,1181,1126,1129,1222,1079,1140,1094,1098,1213,1075,1037,982,1014,1084,1117,1202,1251,1373,1279,1338,1326,1366,1356,1483,1456,1446,1411,1359,1342,1360,1276,1208,1173,1148,1115,1039,1077,1057,1074,1211,1220,1404,1044,1021,916,801,708,576,617,596,550,542,447,386,329,319,1193,80261,79195,78124,55353,22771,20390,17088,18683,96807 +E14001253,839,882,947,986,1056,1044,1125,1134,1159,1103,1204,1280,1235,1264,1311,1219,1098,1104,1059,632,708,753,865,995,928,961,1034,1073,1109,1062,1170,1154,1159,1206,1184,1146,1116,1175,1082,1124,1144,1201,1256,1174,1131,1097,1152,1178,1221,1367,1440,1526,1468,1515,1514,1487,1555,1584,1582,1458,1359,1444,1404,1301,1241,1194,1121,1167,1164,1184,1149,1186,1254,1153,1290,1355,1048,995,937,898,806,602,659,595,542,508,408,376,354,243,1080,81964,80866,79762,56494,23268,20953,17438,19990,99752 +E14001254,1283,1272,1420,1300,1411,1415,1425,1415,1512,1400,1521,1497,1542,1457,1403,1432,1417,1339,1224,848,874,976,1114,1244,1249,1273,1147,1240,1311,1325,1468,1441,1557,1452,1490,1610,1581,1504,1525,1518,1456,1469,1471,1452,1286,1225,1306,1321,1349,1309,1416,1481,1504,1493,1428,1424,1495,1386,1360,1417,1325,1270,1159,1156,1124,980,1046,994,944,925,839,912,817,894,972,1102,803,721,712,679,606,525,511,495,472,400,369,333,296,261,848,84265,82848,81509,63053,18456,16430,13567,25461,106970 +E14001255,1126,1175,1287,1247,1268,1316,1355,1415,1354,1408,1426,1409,1412,1372,1308,1244,1333,1311,1235,941,933,978,1180,1242,1270,1297,1312,1299,1411,1375,1433,1539,1511,1499,1585,1502,1431,1391,1326,1260,1290,1291,1255,1162,1056,1081,1102,1182,1196,1281,1400,1528,1394,1533,1470,1539,1559,1572,1562,1581,1560,1521,1405,1369,1333,1224,1205,1135,1130,1069,1040,1070,1042,1062,1103,1188,828,745,715,668,574,543,553,506,496,442,379,369,263,243,876,86284,84951,83640,63172,20468,18039,14705,23766,107406 +E14001256,885,939,970,995,1006,1106,1058,1052,1062,1106,1104,1151,1202,1090,1183,1134,1057,1056,1087,900,855,873,958,1079,1059,1106,1059,1094,1101,1156,1192,1185,1203,1175,1154,1220,1123,1109,1132,1126,1083,1084,1179,1087,1012,984,1085,1108,1169,1211,1345,1363,1387,1469,1462,1496,1453,1512,1567,1481,1455,1327,1383,1332,1350,1322,1285,1263,1258,1225,1187,1216,1218,1234,1336,1464,1152,1040,1012,924,768,675,623,612,573,505,392,384,315,281,1112,82819,81762,80706,56330,24376,21769,18023,19156,99862 +E14001257,1786,1603,1527,1432,1497,1432,1363,1391,1315,1372,1312,1203,1289,1250,1186,1248,1246,1229,1244,1209,1223,1396,1575,1865,2017,2225,2564,2534,2667,2834,3060,3060,2931,2913,2929,2567,2519,2357,2404,2359,2022,2006,1986,1847,1786,1609,1559,1665,1515,1477,1350,1487,1447,1371,1316,1237,1163,1150,1125,1059,1019,966,948,853,747,662,693,615,569,520,493,497,474,488,507,490,368,343,372,289,267,240,251,221,186,161,129,147,91,104,384,97198,95952,94723,85162,9561,8206,6502,24681,119404 +E14001258,883,900,941,980,931,1051,1047,1085,1125,1207,1200,1274,1162,1215,1178,1132,1134,1144,1494,2631,2743,2470,2125,2050,1891,1404,1288,1231,1243,1211,1284,1250,1308,1338,1286,1226,1268,1248,1245,1256,1260,1366,1405,1388,1327,1263,1276,1342,1352,1409,1399,1410,1263,1372,1317,1299,1336,1341,1364,1206,1213,1176,1069,1001,989,956,946,890,829,821,755,803,820,878,845,906,720,641,636,563,498,416,496,461,435,381,351,340,282,266,1019,85865,84731,83587,66633,16954,15052,12512,19589,103176 +E14001259,1931,1909,1746,1674,1588,1566,1603,1550,1488,1528,1549,1581,1581,1602,1551,1566,1571,1479,1532,1283,1289,1373,1559,1665,2048,2311,2419,2569,2582,2471,2666,2551,2485,2291,2235,2097,1997,1883,1935,1825,1716,1676,1669,1537,1488,1422,1484,1407,1361,1289,1343,1197,1268,1253,1341,1256,1257,1282,1182,1127,1096,1002,995,935,829,780,838,698,646,622,502,534,519,522,474,470,353,309,313,302,285,240,212,204,179,165,186,139,115,123,367,90625,89054,87575,77478,10097,8479,6513,29063,116638 +E14001260,1245,1066,1066,1042,1006,1069,1096,1081,1035,1092,1089,1121,1168,1165,1170,1174,1186,1180,1224,1145,1199,1470,1658,2082,2694,2865,3232,3385,3407,3266,3339,3313,3170,3007,2774,2510,2207,2055,1885,1836,1744,1669,1658,1510,1423,1459,1418,1276,1291,1336,1353,1236,1303,1290,1201,1219,1270,1296,1130,1102,1006,977,966,870,763,744,717,597,553,522,472,473,463,410,390,430,312,302,261,253,253,213,212,178,168,147,130,158,97,78,326,96714,95528,94348,85489,8859,7398,5726,20051,114399 +E14001261,1084,1022,1097,1069,1152,1154,1173,1128,1192,1288,1297,1203,1198,1174,1270,1086,1093,1088,1082,917,867,881,972,977,1095,1165,1166,1169,1262,1204,1295,1353,1287,1249,1295,1283,1269,1234,1232,1253,1181,1204,1231,1194,1106,1026,1037,1076,1124,1178,1307,1320,1259,1292,1301,1323,1302,1287,1268,1161,1195,1171,1099,1067,1100,1077,1063,952,943,1023,932,867,889,898,892,1073,793,838,854,798,684,486,501,511,472,404,407,354,286,198,917,76609,75516,74428,55316,19112,16972,14054,20768,95196 +E14001262,1242,1289,1363,1285,1399,1439,1442,1448,1453,1564,1522,1487,1537,1476,1477,1388,1437,1393,1359,980,971,1048,1170,1245,1347,1319,1305,1371,1438,1458,1476,1441,1510,1463,1525,1527,1483,1568,1554,1510,1418,1348,1478,1391,1240,1208,1286,1206,1357,1474,1457,1561,1452,1458,1483,1461,1430,1421,1441,1378,1446,1320,1253,1289,1182,1181,1176,951,1059,946,911,969,979,965,1016,1004,722,731,746,645,585,503,469,473,470,369,319,289,234,215,848,86111,84674,83281,64506,18775,16418,13462,25641,108922 +E14001263,1042,1021,1098,1153,1154,1175,1276,1289,1299,1357,1370,1341,1340,1246,1238,1169,1150,1197,1123,812,729,820,901,978,1021,1095,1098,1123,1233,1226,1264,1354,1344,1385,1380,1451,1382,1453,1338,1340,1351,1386,1418,1290,1272,1269,1312,1293,1327,1428,1547,1549,1499,1547,1525,1533,1598,1605,1541,1519,1384,1461,1290,1299,1267,1159,1106,1041,1005,1019,1011,998,1013,1034,1076,1149,890,852,828,724,646,568,585,518,493,456,398,348,349,276,1120,84369,83219,82022,61360,20662,18397,15332,21915,103937 +E14001264,1247,1191,1105,1130,1108,1167,1166,1147,1159,1174,1153,1116,1199,1184,1187,1157,1165,1076,1163,1081,1311,1522,1758,2059,2348,2562,2472,2369,2560,2350,2470,2288,2285,2241,2141,1899,1852,1953,1793,1793,1741,1700,1750,1758,1648,1529,1560,1605,1619,1589,1616,1612,1683,1580,1559,1550,1586,1455,1382,1348,1250,1169,1103,1013,985,885,824,794,889,792,768,742,709,715,708,719,591,554,519,452,409,390,358,329,299,275,247,210,208,180,682,98149,96984,95908,81660,14248,12539,10064,20831,116739 +E14001265,1311,1242,1212,1130,1166,1156,1266,1159,1197,1170,1182,1194,1253,1197,1253,1202,1102,1183,1299,1352,1535,1300,1438,1583,1759,2223,2294,2564,2594,2522,2358,2380,2386,2393,2228,2071,2007,2056,1868,1808,1700,1800,1748,1808,1683,1678,1629,1737,1647,1609,1569,1681,1602,1588,1526,1504,1480,1415,1337,1271,1177,1127,1111,1018,982,912,869,858,787,774,788,767,769,789,836,807,739,657,640,558,493,425,440,385,384,353,301,275,191,194,844,99565,98463,97280,81445,15835,14054,11635,21575,118855 +E14001266,913,940,1023,1053,1110,1133,1219,1192,1238,1218,1252,1274,1254,1206,1317,1230,1298,1272,1327,1602,919,890,878,1049,1023,1019,1088,1106,1109,1154,1218,1290,1303,1241,1266,1283,1363,1347,1242,1257,1304,1403,1381,1310,1251,1197,1231,1289,1295,1340,1358,1486,1344,1459,1421,1453,1420,1450,1369,1409,1406,1358,1211,1235,1202,1137,1137,1065,1046,1107,1019,1064,1094,1164,1089,1269,871,940,931,879,678,603,618,612,607,561,536,439,417,332,1242,84583,83285,82013,59556,22457,20183,16965,21142,103155 +E14001267,1413,1429,1404,1498,1479,1485,1470,1491,1514,1543,1523,1470,1545,1492,1505,1380,1298,1347,1265,925,1012,1014,1117,1227,1233,1266,1350,1374,1535,1580,1634,1716,1777,1765,1786,1869,1697,1726,1693,1656,1690,1642,1579,1580,1422,1370,1344,1390,1257,1363,1395,1505,1449,1448,1454,1472,1477,1470,1448,1436,1402,1300,1338,1212,1206,1099,1160,1034,970,933,901,852,840,806,931,936,689,722,674,630,558,452,447,476,433,357,333,301,304,239,908,88496,87198,85851,67866,17985,15726,12789,26286,112137 +E14001268,873,937,997,1095,1126,1263,1250,1290,1317,1341,1423,1528,1505,1524,1443,1362,1253,1265,1198,546,468,564,650,787,752,768,692,691,662,694,781,814,864,936,1013,966,1093,1095,1134,1216,1297,1363,1428,1419,1433,1447,1428,1526,1548,1535,1485,1651,1419,1467,1468,1424,1481,1412,1332,1299,1327,1277,1197,1093,1103,1041,987,895,931,883,872,872,938,869,956,1144,858,804,770,697,595,503,519,585,537,516,427,367,366,290,1188,75171,73918,72653,53243,19410,17382,14673,22792,95445 +E14001269,820,921,922,954,994,1048,1129,1054,1057,1100,1103,1140,1207,1214,1206,1248,1332,1839,1340,834,607,621,790,934,1071,1036,1004,1132,1109,1176,1178,1252,1282,1184,1253,1208,1247,1289,1255,1273,1273,1342,1370,1321,1228,1196,1240,1244,1392,1368,1529,1599,1540,1599,1556,1667,1547,1607,1568,1598,1474,1356,1375,1348,1271,1272,1230,1212,1144,1050,1030,1101,1048,1178,1217,1299,953,948,880,780,727,658,678,644,593,570,498,418,397,322,1403,86104,84772,82933,59683,23250,20748,17342,20288,103221 +E14001270,1490,1344,1409,1347,1358,1464,1420,1372,1404,1353,1412,1403,1436,1445,1467,1453,1416,1418,1350,948,995,1190,1437,1675,1735,1768,1786,1724,1774,1708,1657,1619,1801,1760,1834,1804,1809,1846,1755,1672,1748,1743,1723,1729,1597,1518,1518,1550,1437,1460,1381,1381,1493,1553,1484,1319,1329,1373,1350,1407,1341,1408,1407,1373,1244,1249,1238,1250,1088,1084,1025,962,952,955,949,889,801,711,751,637,575,554,594,571,493,485,416,376,342,280,1115,95689,94273,92855,72513,20342,17855,14433,25411,118266 +E14001271,1640,1507,1645,1538,1545,1551,1581,1521,1556,1607,1511,1591,1515,1663,1632,1605,1651,1694,1602,1040,1059,1199,1373,1643,1834,1794,1817,1796,1845,1809,1906,2025,2077,2205,2207,2102,2206,2200,2005,2079,2099,2023,1950,1940,1831,1730,1670,1639,1532,1531,1493,1455,1524,1563,1427,1460,1420,1384,1368,1288,1324,1278,1248,1163,1073,991,1001,999,892,855,814,768,751,734,706,717,615,594,581,500,436,369,439,412,340,314,248,271,224,172,698,97022,95371,93677,78236,15441,13449,10703,28553,122230 +E14001272,905,941,1021,1040,1018,1119,1121,1068,1149,1170,1153,1244,1222,1225,1249,1135,1186,1150,1132,863,870,1035,1083,1124,1028,1138,1068,1117,1132,1129,1173,1217,1158,1187,1246,1194,1178,1173,1111,1059,1110,1096,1105,1056,968,951,1010,962,992,1165,1241,1313,1264,1293,1345,1441,1414,1460,1390,1441,1422,1413,1254,1322,1164,1205,1085,1094,968,1037,1012,931,1024,993,986,1055,754,686,642,532,533,466,488,447,462,430,314,325,259,220,790,76081,74895,73745,55007,18738,16448,13349,20116,93861 +E14001273,837,917,964,889,1013,1009,998,1066,1097,1064,1165,1115,1106,1139,1173,1062,1071,1018,1157,1301,1081,1283,1124,1034,1012,986,931,935,1012,995,1087,1078,1026,1080,1094,1088,1162,1044,1048,1048,1074,1182,1181,1099,1074,1102,1112,1180,1235,1350,1332,1378,1375,1415,1462,1446,1523,1452,1495,1448,1423,1384,1343,1334,1271,1234,1214,1145,1179,1253,1166,1116,1200,1274,1383,1572,1110,1037,1019,953,767,651,664,648,594,521,457,482,339,331,1137,82811,81740,80722,56276,24446,21998,18421,18703,99425 +E14001274,990,988,1059,1106,1062,1084,1100,1080,1151,1198,1146,1231,1150,1157,1244,1188,1150,1147,1110,913,759,864,919,1036,1033,1100,1116,1096,1162,1141,1250,1233,1310,1293,1390,1360,1290,1260,1229,1268,1311,1295,1267,1280,1127,1108,1210,1254,1245,1420,1431,1566,1502,1546,1582,1658,1698,1629,1666,1626,1510,1465,1480,1409,1310,1324,1263,1211,1240,1252,1165,1229,1155,1210,1328,1426,1016,983,933,811,717,614,594,571,486,476,416,377,338,277,1128,86564,85414,84267,60727,23540,20953,17250,20231,104498 +E14001275,921,873,910,986,989,1094,1063,1095,1057,1099,1161,1185,1140,1111,1078,1070,1081,1074,1023,824,742,817,825,925,926,1004,988,1009,1000,1045,1119,1143,1247,1085,1169,1173,1128,1102,1107,1068,1043,1142,1053,1061,943,997,930,1050,1033,1136,1221,1305,1297,1351,1386,1426,1437,1448,1446,1443,1377,1433,1318,1361,1296,1302,1198,1186,1168,1093,1049,1018,1071,1119,1213,1347,1050,990,891,871,654,626,665,639,566,523,435,455,344,341,1225,78596,77515,76441,53402,23039,20539,17092,18987,95428 +E14001276,1931,1747,1681,1749,1779,1850,1827,1815,1842,1884,1909,1847,1793,1920,1872,1739,1667,1676,1586,1461,1742,1778,1790,1704,1818,1867,1929,2004,1966,1996,2025,2081,2192,2085,2300,2184,2273,2169,2220,2145,2026,2123,2127,2067,1830,1798,1807,1764,1837,1722,1628,1688,1725,1483,1609,1586,1521,1438,1441,1402,1323,1216,1216,1144,956,939,944,902,819,736,670,617,680,628,593,615,474,415,454,408,311,306,351,297,300,242,225,215,173,140,667,100256,98589,96913,83792,13121,11238,8781,32528,129441 +E14001277,989,972,1003,1052,1047,1056,1110,1145,1052,1100,1096,1160,1080,1144,1139,1094,1065,1058,1000,676,608,676,796,894,916,950,944,982,1054,1031,1172,1227,1223,1175,1307,1156,1203,1342,1189,1231,1177,1185,1235,1163,1077,1094,1047,1131,1147,1152,1257,1347,1253,1310,1350,1355,1280,1498,1287,1370,1322,1233,1238,1193,1222,1147,1129,1072,1085,1049,977,1036,1060,1089,1210,1339,920,945,859,824,792,659,696,621,610,572,443,392,348,305,1209,78186,77121,76063,53675,22388,20112,16906,19362,95425 +E14001278,1233,1268,1381,1311,1395,1421,1442,1365,1376,1325,1315,1369,1342,1338,1285,1281,1188,1151,1099,700,749,880,980,1138,1262,1273,1290,1391,1461,1482,1543,1614,1633,1653,1765,1716,1665,1608,1567,1546,1599,1555,1601,1540,1403,1321,1342,1348,1235,1299,1410,1397,1333,1370,1370,1378,1314,1372,1321,1281,1282,1204,1162,1101,1114,1080,1006,926,850,892,831,803,762,843,811,884,682,617,637,596,451,414,413,395,375,323,303,261,240,228,970,82599,81411,80260,63667,16593,14507,11839,23786,104046 +E14001279,1745,1747,1790,1732,1725,1687,1740,1666,1707,1726,1803,1783,1736,1689,1745,1665,1690,1704,1526,1187,1239,1418,1815,2046,2091,2046,2158,2089,2198,2175,2281,2308,2360,2378,2247,2235,2265,2243,2087,2147,2216,2086,2071,1994,1988,1812,1804,1857,1767,1766,1707,1689,1602,1596,1567,1408,1525,1382,1398,1322,1287,1302,1180,1160,1176,1045,961,935,889,842,782,773,782,733,709,729,609,568,552,475,424,353,371,375,346,293,298,243,190,222,911,104005,102315,100611,85201,15410,13404,10738,31080,131691 +E14001280,820,899,914,975,1040,1052,1048,1093,1094,1076,1160,1205,1228,1118,1222,1122,1169,1112,1076,675,565,638,773,923,919,892,912,929,924,922,995,1000,1023,1043,1032,1048,1149,1105,1090,1165,1144,1180,1213,1237,1167,1215,1258,1290,1313,1395,1350,1483,1477,1517,1455,1553,1524,1536,1434,1485,1379,1383,1321,1201,1212,1124,1103,1072,1060,1104,1014,1033,1097,1091,1216,1254,1040,982,1001,890,775,663,681,696,606,522,514,424,391,320,1197,79671,78502,77390,54520,22870,20643,17407,19347,96737 +E14001281,875,837,906,963,1046,977,984,1029,1094,1145,1090,1161,1153,1108,1132,1025,1011,1005,1001,845,759,783,888,1021,1007,1007,1021,1047,1115,1114,1194,1278,1177,1239,1262,1160,1191,1109,1131,1221,1165,1166,1176,1073,1010,1044,1057,1135,1150,1241,1305,1420,1352,1423,1430,1409,1472,1539,1405,1430,1505,1466,1299,1303,1331,1235,1226,1137,1183,1140,1142,1140,1131,1213,1153,1242,963,938,939,807,740,686,666,613,570,510,415,393,349,273,1136,80832,79821,78816,55876,22940,20479,17019,18541,97357 +E14001282,768,807,838,902,964,939,978,956,981,1000,1129,1069,1094,1176,1088,999,1001,968,962,1020,1045,900,734,701,725,850,908,870,926,954,1007,1072,996,1084,1091,1129,1112,1130,1155,1057,1035,1126,1170,1005,1021,991,990,1101,1180,1269,1344,1391,1307,1396,1454,1429,1510,1526,1445,1548,1476,1436,1435,1455,1430,1456,1343,1338,1367,1296,1304,1305,1406,1412,1529,1668,1349,1195,1064,1051,887,762,761,714,663,627,569,506,396,341,1393,83569,82568,81600,53898,27702,24903,20902,17657,99257 +E14001283,1180,1205,1189,1197,1259,1303,1274,1305,1277,1335,1401,1447,1518,1351,1445,1332,1274,1269,1096,616,700,759,1016,1145,1188,1166,1323,1254,1344,1448,1463,1494,1528,1536,1465,1472,1528,1422,1494,1443,1519,1537,1635,1614,1422,1440,1475,1517,1594,1624,1616,1648,1543,1586,1578,1532,1544,1545,1446,1401,1398,1267,1240,1174,1135,1050,989,999,911,900,845,855,909,943,942,1076,723,740,710,623,534,480,527,472,476,417,407,384,342,309,1053,86089,84815,83546,64930,18616,16577,13767,23561,107107 +E14001284,1104,1211,1259,1235,1256,1251,1343,1309,1358,1341,1386,1393,1394,1400,1452,1326,1364,1324,1272,748,734,936,1060,1220,1251,1180,1102,1268,1177,1129,1138,1261,1304,1213,1310,1326,1453,1516,1527,1438,1521,1596,1500,1572,1502,1458,1470,1435,1469,1415,1470,1500,1423,1430,1518,1407,1561,1545,1496,1442,1317,1332,1223,1222,1107,1041,1029,1105,982,919,934,896,926,987,967,1136,887,775,830,735,575,513,550,551,552,445,420,393,326,300,1239,85195,83831,82507,62494,20013,17943,14937,23706,106213 +E14001285,657,721,745,841,840,890,983,907,986,1015,980,1060,1004,1019,1071,994,987,1038,989,809,659,692,661,687,717,822,708,832,805,778,847,854,856,873,905,969,956,1006,1011,977,1053,1049,1137,1110,986,1002,1064,1105,1121,1169,1292,1384,1353,1372,1371,1478,1490,1598,1607,1523,1595,1484,1638,1528,1471,1457,1360,1349,1343,1271,1247,1255,1283,1346,1456,1518,1069,1082,1023,876,793,702,734,653,630,612,531,479,389,331,1275,79482,78495,77457,51393,26064,23247,19284,16738,94195 +E14001286,1300,1283,1346,1357,1286,1362,1401,1420,1348,1391,1428,1432,1396,1328,1373,1315,1322,1257,1227,882,896,982,1008,1169,1115,1153,1167,1252,1294,1335,1353,1509,1485,1399,1517,1452,1422,1350,1314,1384,1307,1305,1323,1230,1155,1164,1109,1196,1157,1220,1307,1316,1296,1313,1332,1450,1386,1338,1343,1326,1303,1192,1217,1160,1144,1095,1026,998,1018,970,963,922,964,946,971,1069,705,701,624,614,535,464,446,414,385,363,330,278,223,206,725,79788,78466,77209,59254,17955,15834,12848,24345,101554 +E14001287,771,821,830,857,914,931,944,947,911,954,1070,1037,1058,1032,1075,1073,1009,984,936,640,599,663,819,913,906,940,842,908,950,949,1133,1152,1061,1022,1144,1123,1075,1094,1087,1041,1073,1153,1094,1045,1029,970,1011,1098,1121,1294,1326,1411,1390,1458,1493,1582,1534,1476,1603,1495,1478,1456,1351,1365,1285,1242,1125,1038,1094,1045,1082,1039,1048,1060,1140,1204,884,825,848,716,644,557,522,493,427,374,359,307,255,204,771,75884,74875,73891,53588,20303,17936,14759,17218,91109 +E14001288,990,866,957,989,1007,1083,1141,1096,1109,1146,1180,1184,1109,1120,1118,1107,1096,1088,1022,754,694,793,871,1036,992,988,1095,1130,1140,1213,1225,1292,1305,1326,1283,1287,1321,1316,1214,1206,1311,1246,1226,1240,1131,1084,1218,1218,1251,1294,1426,1534,1476,1501,1551,1512,1550,1379,1435,1381,1443,1396,1352,1285,1237,1175,1133,1072,1121,1181,1121,1134,1149,1207,1231,1248,959,955,917,799,681,582,556,562,504,382,379,343,263,251,986,82255,81159,80071,58180,21891,19583,16209,19386,99457 +E14001289,1117,1096,1206,1238,1238,1218,1319,1355,1302,1311,1387,1315,1316,1279,1334,1225,1108,1180,1024,674,656,706,802,958,1000,1101,1008,1107,1144,1317,1352,1333,1388,1410,1472,1435,1436,1453,1422,1475,1516,1490,1569,1557,1418,1391,1383,1429,1420,1461,1451,1575,1336,1388,1412,1451,1454,1407,1352,1315,1254,1230,1205,1091,1069,1009,964,1002,920,932,828,865,836,875,833,1019,691,733,727,668,550,408,443,438,428,426,344,326,280,234,927,80291,79183,78003,60297,17706,15733,12879,22544,100547 +E14001290,963,931,868,897,861,889,895,830,843,887,981,1011,978,1018,964,950,1029,1127,1767,4801,4249,3251,3224,3514,3264,2748,2558,2586,2385,2271,2169,2075,2113,2001,1791,1669,1538,1541,1418,1382,1315,1375,1284,1325,1196,1165,1194,1197,1169,1128,1205,1233,1271,1208,1205,1337,1247,1154,1195,1084,1061,1002,999,860,868,776,781,704,679,702,621,578,587,547,520,562,495,457,431,387,316,273,292,263,254,164,172,154,132,105,461,97161,96132,95005,83592,11413,9856,7771,16922,111927 +E14001291,628,723,750,811,786,835,856,815,886,948,989,985,960,939,887,961,907,893,888,679,570,602,696,759,792,731,715,768,764,772,817,843,870,841,845,832,859,846,838,921,879,943,945,894,840,886,937,998,1073,1164,1238,1226,1283,1309,1372,1433,1414,1444,1482,1413,1464,1385,1357,1387,1398,1311,1332,1302,1283,1381,1325,1375,1402,1447,1566,1796,1380,1262,1258,1193,1009,882,813,795,801,738,642,552,496,411,1942,78906,77999,77106,47412,29694,27051,23085,15559,92665 +E14001292,1142,1220,1267,1305,1353,1384,1470,1377,1365,1353,1449,1374,1350,1373,1414,1371,1290,1334,1176,922,900,1052,1118,1220,1150,1189,1233,1216,1257,1317,1320,1388,1385,1431,1541,1548,1520,1531,1619,1576,1497,1524,1522,1439,1362,1340,1314,1320,1342,1306,1333,1477,1384,1412,1434,1450,1471,1437,1462,1407,1262,1375,1234,1233,1236,1120,1037,1001,1086,933,992,1009,1003,995,1082,1188,882,802,812,710,591,505,529,530,492,489,425,404,362,316,1265,86366,85076,83742,63182,20560,18403,15383,24191,107933 +E14001293,1102,1069,1018,1064,1104,1037,1213,1101,1074,1111,1155,1272,1187,1228,1224,1142,1073,1119,1082,800,723,794,915,1061,1173,1351,1455,1609,1717,1821,1739,1741,1814,1772,1790,1760,1724,1789,1673,1681,1691,1755,1761,1725,1594,1531,1535,1528,1589,1556,1561,1596,1428,1470,1408,1411,1451,1307,1287,1211,1185,1082,1033,989,945,900,892,794,761,784,746,746,655,678,641,651,513,502,520,400,320,308,270,266,249,221,230,150,190,133,619,82944,81871,80752,67613,13139,11347,9008,20293,101045 +E14001294,1091,1088,1103,1182,1176,1294,1244,1147,1187,1243,1278,1309,1421,1377,1322,1362,1307,1326,1240,725,605,728,940,1023,1057,1044,1122,1132,1185,1275,1257,1308,1308,1373,1480,1413,1385,1399,1369,1378,1367,1414,1475,1490,1357,1259,1295,1348,1437,1403,1535,1544,1485,1554,1587,1611,1591,1598,1542,1504,1413,1427,1309,1319,1275,1142,1175,1068,1037,1042,1000,1018,996,1079,1076,1177,906,881,816,789,638,563,586,539,510,435,459,402,322,299,1197,85670,84363,83037,61885,21152,18835,15688,22457,105494 +E14001295,1076,1033,1034,1084,1059,1154,1150,1159,1149,1145,1258,1219,1200,1175,1239,1162,1097,1113,1045,969,882,948,883,1008,944,1154,1143,1203,1273,1328,1464,1485,1288,1352,1377,1322,1329,1386,1199,1292,1148,1229,1266,1198,1070,1028,1107,1134,1118,1275,1335,1601,1398,1503,1471,1535,1479,1549,1426,1515,1429,1419,1312,1363,1365,1353,1184,1097,1128,1095,1088,1058,1069,1091,1124,1267,885,831,772,749,664,563,587,544,522,508,401,353,328,253,932,83203,82106,80993,59547,21446,18909,15589,20506,101499 +E14001296,959,819,942,958,1018,968,1037,1115,1076,1076,1134,1117,1185,1130,1201,1053,1022,1041,1084,1004,1062,1150,1001,1037,1083,1452,1385,1377,1542,1538,1628,1690,1635,1489,1596,1515,1466,1512,1586,1543,1550,1592,1608,1608,1508,1523,1565,1528,1661,1722,1741,1669,1519,1631,1601,1482,1539,1504,1352,1259,1207,1192,1125,1083,949,894,829,872,843,755,771,748,703,779,798,873,690,599,615,524,453,438,447,401,353,381,343,283,267,250,986,85051,84029,82988,67093,15895,14172,11702,18851,101839 +E14001297,1363,1310,1369,1334,1374,1471,1474,1459,1444,1517,1489,1564,1517,1503,1433,1403,1501,1405,1477,1467,1640,1836,1826,1848,1852,1525,1620,1538,1602,1603,1630,1524,1629,1580,1600,1593,1615,1569,1489,1524,1616,1540,1535,1430,1354,1282,1352,1321,1327,1337,1475,1496,1455,1510,1534,1435,1431,1392,1333,1349,1298,1259,1268,1234,1147,1098,987,966,993,926,907,920,893,897,919,1003,696,782,682,594,562,466,518,469,494,413,325,273,249,176,843,91254,89753,88348,70297,18051,15966,13081,25930,114278 +E14001298,1168,1145,1222,1227,1241,1176,1273,1211,1213,1341,1373,1264,1290,1261,1254,1200,1168,1244,1094,749,797,880,998,1182,1157,1294,1230,1249,1354,1389,1468,1493,1503,1585,1608,1532,1522,1545,1474,1544,1464,1446,1511,1369,1358,1281,1412,1457,1394,1536,1485,1587,1629,1607,1523,1559,1630,1517,1613,1566,1489,1446,1397,1356,1333,1303,1234,1207,1138,1074,1073,1095,1082,1167,1220,1319,1009,950,919,885,750,612,611,602,550,469,408,336,302,239,1033,90611,89443,88199,65612,22587,20050,16631,22271,110470 +E14001299,1105,1072,1091,1138,1109,1198,1175,1215,1177,1292,1259,1279,1290,1274,1185,1196,1218,1261,1166,945,870,939,1148,1120,1162,1215,1165,1218,1295,1326,1230,1323,1283,1343,1308,1335,1321,1233,1177,1159,1189,1224,1175,1145,1001,954,1126,1104,1111,1172,1287,1325,1337,1425,1312,1358,1310,1211,1301,1219,1205,1130,1138,1054,1023,1032,990,907,859,885,875,874,864,948,1002,1021,737,747,693,625,560,486,445,403,399,354,336,243,238,183,702,76004,74786,73525,56117,17408,15386,12735,21534,95059 +E14001300,1527,1488,1582,1569,1501,1603,1631,1609,1518,1647,1599,1609,1647,1628,1609,1624,1546,1620,1545,1339,1322,1379,1536,1662,1760,1704,1716,1694,1668,1680,1738,1854,1846,1854,1854,1935,1827,1994,1940,1950,1863,1972,2003,1831,1812,1769,1687,1670,1587,1576,1523,1522,1490,1567,1507,1430,1325,1390,1390,1218,1210,1142,1217,1034,1118,1106,1021,942,906,922,790,734,770,703,711,812,650,578,534,498,451,392,433,397,353,312,313,272,257,199,829,94701,93155,91535,75650,15885,13758,10988,28557,120092 +E14001301,2035,2016,1933,2059,2079,1931,2079,2022,1964,2030,2147,2018,2005,1999,1999,1956,1933,1995,1960,1547,1703,1698,1870,1963,1992,2060,2009,1979,1875,1963,1996,1983,2108,2142,2178,2119,2089,2248,2120,2144,2168,2124,2063,1927,1985,1944,1913,1814,1714,1687,1476,1567,1570,1503,1513,1270,1243,1339,1286,1201,1159,1066,1110,1010,986,948,870,797,832,718,755,664,627,551,573,539,440,436,373,350,343,330,378,312,319,243,222,200,178,146,672,99128,97195,95200,82384,12816,10998,8651,36200,131400 +E14001302,1375,1240,1344,1331,1382,1455,1531,1471,1502,1479,1421,1470,1521,1426,1424,1417,1418,1438,1475,1201,1103,1200,1268,1398,1366,1470,1537,1503,1632,1676,1761,1746,1789,1743,1788,1779,1716,1723,1690,1618,1672,1607,1668,1603,1407,1471,1368,1439,1478,1531,1470,1602,1535,1484,1466,1401,1371,1484,1422,1469,1254,1203,1113,1170,1185,1121,1063,1027,1028,965,940,959,913,878,905,1015,749,736,648,575,534,456,444,492,446,409,359,356,274,279,1077,91559,90141,88703,70055,18648,16464,13444,25645,114348 +E14001303,449,454,475,550,538,555,607,644,647,669,678,679,694,663,684,706,671,662,652,463,429,492,513,606,548,638,575,587,626,576,620,683,575,606,660,672,637,678,652,648,661,668,678,701,634,658,677,756,741,830,870,931,952,999,1074,1101,1107,1209,1118,1220,1184,1144,1137,1172,1099,1080,1131,1091,1178,1104,1089,1041,1029,1153,1190,1351,1035,925,925,885,761,536,579,535,529,437,429,361,300,274,1096,59834,59163,58501,36457,22044,19833,16460,11025,69526 +E14001304,558,594,596,605,664,680,677,738,730,722,789,731,748,747,754,736,755,711,693,500,462,556,606,690,643,717,713,720,748,754,749,809,808,859,846,793,788,778,732,727,720,774,802,779,728,692,714,769,806,874,831,1021,1011,1009,1062,1141,1150,1097,1102,1075,1066,1043,1089,1015,960,974,1013,986,985,923,975,929,991,1008,1146,1159,890,891,824,771,662,508,556,510,441,401,367,319,285,254,944,60199,59444,58733,39021,19712,17725,14831,12535,71268 +E14001305,1291,1184,1038,1110,1007,1116,1052,987,998,1047,1067,1121,1134,1087,1092,985,969,972,1020,1204,1496,1450,1617,1857,2151,2559,2847,3016,3045,3019,2931,2927,2842,2523,2338,2232,2103,2006,1829,1663,1599,1609,1682,1513,1347,1366,1335,1339,1332,1296,1225,1310,1351,1280,1251,1203,1405,1244,1158,1207,1080,974,1048,906,768,682,718,636,642,583,583,527,538,509,551,493,396,392,378,341,257,260,261,222,203,178,171,174,144,117,384,92784,91815,90843,80503,10340,8940,7079,19257,110100 +E14001306,1357,1265,1141,1080,1124,1009,1030,991,1010,955,973,965,990,966,991,949,956,940,1281,2241,2301,2331,2419,2915,3064,3060,3258,3226,3376,3356,3380,3217,3087,2732,2556,2388,2277,1996,1797,1654,1595,1581,1573,1405,1320,1322,1278,1334,1255,1236,1231,1337,1361,1298,1279,1295,1348,1309,1228,1172,1159,1044,973,953,827,822,790,692,655,628,621,538,563,531,590,555,411,407,343,333,302,285,273,249,236,222,224,149,117,136,447,102640,101684,100744,89625,11119,9507,7532,18692,119436 +E14001307,948,998,961,995,1048,1088,1143,1106,1118,1156,1218,1166,1174,1151,1101,1070,1054,1002,965,856,866,827,896,994,1042,1125,1083,1139,1201,1231,1234,1276,1284,1274,1327,1374,1369,1302,1230,1205,1246,1234,1212,1156,996,926,1008,1049,1072,1126,1191,1353,1290,1295,1290,1291,1447,1410,1374,1398,1382,1336,1284,1339,1254,1185,1192,1057,1097,1019,988,980,1024,971,962,1041,756,656,627,576,495,490,495,501,421,385,313,306,240,222,901,77015,75961,74959,56059,18900,16523,13350,19497,94456 +E14001308,1052,978,1081,1141,1093,1174,1271,1277,1268,1329,1310,1285,1328,1324,1359,1252,1156,1261,1220,996,931,930,961,1042,977,1038,1032,1126,1200,1197,1181,1226,1196,1235,1243,1318,1254,1245,1287,1200,1264,1242,1271,1206,1204,1202,1136,1258,1310,1329,1338,1339,1300,1318,1358,1397,1420,1348,1393,1412,1331,1369,1309,1215,1195,1153,1112,987,1058,1141,1068,1042,1008,1030,1102,1318,901,788,786,738,616,523,568,563,527,517,452,379,366,321,1108,81088,79932,78671,57499,21172,18907,15721,21939,100610 +E14001309,840,890,898,926,969,949,1015,1055,1020,1038,1174,1145,1100,1140,1148,1196,1179,1216,1255,1341,1007,796,859,777,926,920,873,938,930,895,1052,1081,1087,1126,1079,1169,1066,1047,1053,1029,1065,1137,1176,1149,1076,1075,1147,1210,1211,1298,1398,1425,1410,1359,1383,1432,1495,1433,1475,1523,1414,1464,1215,1274,1147,1123,1110,988,1101,1034,1063,1019,1068,1149,1216,1223,1062,1051,1039,868,754,648,616,648,566,572,486,415,321,325,1102,79659,78480,77264,54697,22567,20334,17211,18898,96162 +E14001310,1405,1175,1132,1182,1097,1094,1067,1096,1119,1133,1136,1175,1122,1177,1033,1107,1131,1081,1309,1368,1759,2267,2486,3123,3234,3247,3023,2866,2787,2735,2546,2459,2496,2381,2464,2243,2253,2065,1902,1935,1909,1900,1920,1690,1780,1709,1814,1818,1923,1923,1907,1966,1801,1999,2010,1848,1900,1788,1738,1842,1724,1561,1406,1355,1280,1215,1103,1009,986,877,839,936,902,861,900,872,787,743,687,654,562,436,509,421,368,283,235,225,175,142,772,117170,116039,114958,97459,17499,15181,12309,20462,135420 +E14001311,1166,1240,1245,1362,1339,1324,1369,1370,1422,1503,1448,1465,1469,1450,1440,1409,1353,1306,1271,845,881,1028,1066,1090,1129,1330,1239,1353,1457,1446,1553,1565,1528,1559,1546,1553,1599,1511,1505,1525,1523,1473,1557,1504,1361,1400,1411,1442,1502,1496,1605,1654,1624,1659,1640,1558,1555,1588,1544,1437,1373,1350,1211,1184,1179,1148,1052,1063,1092,1076,1030,1019,1014,1111,1132,1219,927,906,866,775,667,503,527,492,454,397,389,299,256,239,902,89623,88270,86964,66409,20555,18355,15124,24680,111644 +E14001312,1324,1284,1250,1318,1309,1397,1388,1412,1312,1380,1423,1405,1349,1359,1396,1304,1302,1325,1354,1308,1451,1600,1665,1756,1724,1478,1491,1562,1520,1612,1842,1792,1820,1888,1912,1787,1818,1908,1779,1956,1794,1876,1916,1773,1754,1660,1704,1680,1621,1645,1674,1633,1522,1574,1544,1430,1437,1350,1335,1278,1246,1161,1076,1160,964,980,941,876,890,847,802,792,810,821,851,894,665,620,603,546,437,390,432,408,340,327,315,252,243,194,881,93614,92312,90987,74830,16157,14236,11623,24237,115224 +E14001313,1276,1174,1318,1220,1207,1310,1408,1329,1404,1459,1505,1453,1395,1346,1421,1288,1247,1252,1211,1101,1117,1091,1054,1005,1111,1329,1315,1427,1425,1559,1534,1599,1505,1515,1559,1441,1515,1452,1318,1276,1328,1256,1233,1169,1072,1077,1193,1165,1221,1237,1330,1401,1293,1372,1320,1385,1348,1331,1370,1402,1403,1266,1226,1167,1182,1173,1030,1052,1068,1037,947,934,886,934,954,1053,725,628,553,612,480,431,401,407,382,342,299,275,245,216,836,81605,80358,79106,61206,17900,15697,12540,24012,103118 +E14001314,1292,1258,1328,1366,1375,1411,1408,1351,1354,1491,1482,1476,1393,1382,1423,1433,1405,1342,1410,1748,1840,2133,2054,1858,1952,1702,1692,1748,1774,1746,1779,1933,1820,1766,1794,1766,1766,1718,1626,1576,1575,1522,1516,1427,1331,1319,1381,1388,1380,1486,1420,1445,1482,1511,1413,1424,1394,1403,1441,1394,1389,1318,1284,1173,1201,1196,1121,969,1014,1028,970,947,948,901,960,1055,725,663,620,627,500,427,488,481,448,424,300,286,275,210,747,95295,93890,92548,74218,18330,16013,13002,24970,117518 +E14001315,1164,1140,1156,1184,1126,1264,1219,1207,1250,1296,1340,1263,1227,1197,1247,1175,1093,1165,1105,868,874,1004,1043,1159,1143,1351,1391,1442,1547,1596,1661,1665,1534,1636,1579,1476,1547,1522,1332,1342,1372,1331,1282,1251,1182,1155,1194,1233,1196,1324,1398,1429,1333,1400,1412,1517,1486,1526,1490,1474,1485,1409,1340,1365,1296,1190,1160,1058,1043,1038,1043,973,986,955,1123,1211,836,729,694,726,587,566,572,582,535,509,481,387,311,299,988,86537,85444,84279,63697,20582,18232,15093,21713,105992 +E14001316,731,745,754,781,844,902,877,874,878,941,999,941,940,934,937,909,924,940,923,652,670,693,799,862,871,897,893,872,886,892,913,972,911,930,942,980,990,943,973,1040,998,982,1058,992,861,910,1015,984,1097,1125,1186,1308,1323,1323,1378,1478,1377,1357,1371,1355,1345,1312,1259,1218,1175,1251,1133,1102,1186,1156,1041,1101,1207,1192,1206,1302,926,1027,1103,1026,908,729,725,723,703,604,563,448,399,318,1167,75401,74477,73537,49291,24246,21862,18418,15851,89388 +E14001317,1277,1238,1246,1253,1286,1226,1208,1178,1153,1144,1227,1190,1132,1117,1125,1093,1130,1163,1004,958,872,915,1047,1084,1204,1345,1308,1351,1400,1343,1502,1478,1523,1460,1436,1460,1347,1333,1317,1246,1181,1138,1168,1143,986,924,1006,1031,1076,1022,1153,1268,1252,1255,1245,1374,1306,1393,1384,1414,1393,1282,1256,1200,1195,1233,1090,1052,1037,976,857,845,820,785,757,795,630,503,511,439,383,384,381,364,383,338,304,251,212,166,606,76373,75243,74080,57978,16102,13779,10714,21386,95466 +E14001318,832,826,880,900,879,884,952,956,910,986,974,1013,1026,971,963,1001,1030,1095,1533,3614,3386,2966,2179,1572,1284,1104,1138,1121,1116,1082,1212,1086,1091,1111,1177,1094,1121,1198,1202,1117,1155,1123,1156,970,992,924,922,999,1010,1055,1180,1249,1258,1200,1217,1318,1256,1416,1312,1292,1262,1215,1222,1163,1174,1162,1033,1077,988,1010,985,990,998,1062,1037,1184,841,782,690,673,642,495,563,477,454,391,362,288,251,221,925,84250,83220,82125,62544,19581,17386,14311,17078,99203 +E14001319,720,685,738,757,745,727,754,731,729,749,766,685,741,684,664,764,833,762,2048,7993,7928,7585,7243,6358,5947,3259,2680,2551,2114,1913,1811,1663,1550,1431,1470,1322,1269,1140,1020,1043,1073,1027,927,887,826,790,780,687,688,685,703,727,738,693,687,685,626,650,656,607,565,576,562,583,569,521,466,441,447,449,417,417,382,361,380,440,300,265,238,248,219,170,205,177,170,153,149,153,127,89,513,98827,97994,97232,89335,7897,6910,5573,13234,110466 +E14001320,1424,1444,1528,1544,1585,1647,1667,1585,1554,1657,1660,1673,1738,1621,1526,1560,1438,1404,1512,1550,1601,1331,1292,1181,1167,1433,1417,1500,1562,1512,1676,1740,1639,1664,1681,1708,1697,1658,1578,1571,1509,1558,1542,1446,1376,1402,1443,1384,1363,1432,1368,1457,1537,1469,1434,1410,1407,1368,1396,1320,1379,1233,1180,1156,1159,1089,990,904,938,892,866,916,899,884,1013,1019,747,665,699,623,531,502,482,489,512,427,369,328,267,212,832,89335,87897,86493,68398,18095,16016,13282,28255,114748 +E14001321,1047,1069,1112,1144,1206,1194,1301,1265,1282,1270,1338,1255,1297,1236,1170,1132,1089,1054,1058,1011,1039,931,883,881,933,1216,1226,1302,1410,1356,1347,1443,1424,1424,1357,1424,1500,1451,1455,1477,1542,1606,1508,1505,1356,1371,1332,1239,1218,1293,1358,1373,1188,1222,1214,1160,1219,1243,1142,1136,1089,1099,1072,1034,968,975,898,825,897,919,777,817,803,798,794,839,622,583,558,579,482,360,465,401,409,379,365,318,295,243,928,77507,76418,75364,59035,16329,14456,11815,21461,96825 +E14001322,896,902,980,1018,1027,1150,1161,1115,1157,1124,1147,1159,1156,1134,1143,1109,1048,1003,1009,1007,936,761,718,724,700,950,863,981,1119,1052,1121,1165,1191,1102,1184,1222,1285,1200,1249,1282,1322,1371,1333,1291,1190,1175,1171,1216,1203,1291,1321,1303,1288,1316,1299,1249,1255,1261,1314,1240,1183,1101,1038,1073,1089,1002,966,967,1007,979,994,1052,1003,1067,1182,1256,920,913,814,723,617,516,585,559,522,535,438,402,334,298,1034,76450,75402,74399,53714,20685,18717,15764,19429,93828 +E14001323,1607,1704,1731,1828,1819,1832,1850,1844,1807,1840,1844,1835,1820,1725,1662,1683,1542,1636,1691,1801,2018,1752,1803,1968,2042,2464,2419,2377,2426,2424,2239,2330,2208,2208,2207,2081,2056,1989,1888,1888,1807,1782,1796,1572,1518,1462,1491,1453,1410,1435,1510,1524,1433,1406,1356,1403,1355,1395,1318,1270,1199,1147,1042,1031,945,941,822,778,764,734,724,644,674,626,619,703,519,453,410,448,300,325,368,296,288,250,227,194,139,145,568,97476,95934,94298,81339,12959,11196,8920,31609,125907 +E14001324,1022,1003,1054,1072,1078,1137,1108,1186,1118,1152,1211,1227,1170,1209,1113,1058,1083,1006,994,993,1042,938,840,938,942,1252,1222,1249,1378,1368,1406,1486,1417,1354,1437,1333,1423,1372,1360,1333,1349,1340,1428,1257,1188,1119,1196,1171,1213,1330,1386,1558,1399,1417,1374,1434,1374,1399,1399,1284,1295,1212,1137,1161,1079,1016,972,885,887,846,814,819,864,918,915,947,698,672,633,648,466,432,443,394,394,320,295,280,212,177,674,78286,77203,76197,59576,16621,14633,12015,20007,96204 +E14001325,1267,1167,1238,1318,1271,1228,1294,1274,1263,1284,1341,1275,1240,1278,1143,1180,1105,1116,1065,1098,1146,1050,961,1090,1113,1468,1407,1483,1613,1615,1733,1805,1685,1608,1739,1667,1620,1658,1553,1525,1404,1437,1470,1331,1147,1154,1219,1165,1198,1292,1303,1370,1279,1393,1349,1293,1273,1300,1263,1239,1182,1091,1009,971,977,923,957,851,867,840,741,791,739,833,808,889,604,578,555,498,463,392,418,406,341,331,300,269,219,209,748,80602,79497,78381,62811,15570,13690,11132,22282,100663 +E14001326,1435,1409,1533,1572,1565,1663,1684,1680,1708,1728,1835,1797,1778,1866,1877,1734,1722,1733,1699,1735,2149,1822,1553,1384,1380,1847,1687,1734,1763,1760,1702,1640,1691,1663,1772,1895,1818,1912,1976,1926,1884,1855,1905,1803,1683,1683,1686,1711,1575,1637,1619,1564,1665,1605,1525,1413,1421,1414,1347,1354,1414,1379,1367,1271,1290,1226,1184,1117,1152,1058,1041,1014,952,852,841,695,590,570,544,564,450,425,441,407,368,347,314,268,222,216,737,98628,96906,95173,77578,17595,15185,11858,30319,125492 +E14001327,1252,1317,1355,1273,1342,1391,1434,1452,1430,1495,1548,1475,1420,1540,1538,1528,1618,1592,1856,3850,4107,3939,3207,3077,3034,2381,2238,2147,1904,1929,1808,1740,1683,1664,1625,1685,1560,1597,1529,1540,1519,1558,1512,1452,1344,1318,1407,1271,1256,1301,1339,1374,1333,1288,1255,1174,1054,1149,1111,1194,1044,1077,1068,1003,920,839,836,788,790,804,680,641,602,627,606,520,430,391,406,379,324,340,315,301,308,282,230,203,192,138,694,97297,95679,94087,81421,12666,10991,8609,26000,120087 +E14001328,1789,1468,1669,1639,1693,1694,1768,1862,1806,1870,1912,1854,1817,1901,1757,1662,1649,1706,1621,1897,2666,2524,2083,1982,1890,2038,2024,2019,2109,2063,2038,2084,2171,2056,2063,2022,2004,2031,1951,1922,1954,1796,1798,1768,1529,1525,1590,1613,1407,1462,1520,1606,1463,1474,1505,1416,1394,1388,1333,1297,1254,1211,1169,1127,1056,1013,908,883,863,772,772,720,735,736,733,787,549,570,482,488,352,326,318,329,324,297,243,224,185,156,626,99659,98010,96304,81913,14391,12470,9952,31516,127820 +E14001329,1216,1149,1224,1233,1229,1305,1294,1306,1324,1329,1346,1396,1373,1320,1318,1268,1327,1279,1176,950,885,986,1093,1227,1279,1341,1352,1446,1488,1619,1618,1638,1634,1653,1574,1615,1586,1622,1541,1460,1484,1434,1418,1326,1222,1252,1245,1337,1402,1413,1549,1665,1556,1620,1654,1617,1568,1555,1553,1442,1503,1394,1305,1278,1276,1142,1116,1041,1081,1124,1009,990,1104,1126,1145,1245,941,879,829,857,720,616,552,493,476,336,263,258,211,154,701,89866,88539,87260,66851,20409,18151,14905,23236,110496 +E14001330,700,752,833,841,895,912,895,905,948,1037,1067,1105,1110,1060,1041,1096,1130,1113,1010,851,629,714,757,850,803,779,726,751,754,849,849,956,940,1020,953,1036,998,1009,980,1082,1070,1076,1052,1045,966,1017,1033,1093,1127,1216,1348,1405,1311,1350,1363,1496,1377,1515,1440,1530,1376,1343,1390,1344,1292,1217,1253,1242,1273,1249,1256,1272,1309,1319,1453,1694,1172,1186,1159,1054,893,753,813,771,681,664,631,531,486,382,1728,80555,79425,78312,50871,27441,24971,21207,17440,95752 +E14001331,1515,1501,1578,1550,1496,1494,1521,1445,1376,1477,1497,1532,1511,1495,1514,1384,1471,1454,1343,1110,1112,1143,1282,1332,1311,1683,1580,1619,1713,1782,1879,1975,1891,2014,2055,1980,2089,1977,1926,1875,1867,1925,1902,1781,1690,1597,1630,1622,1536,1557,1556,1684,1571,1571,1642,1594,1579,1637,1541,1575,1490,1289,1221,1151,1128,992,939,793,762,679,652,666,596,562,608,604,472,417,427,448,387,362,370,369,349,349,253,254,226,191,637,92296,90825,89371,76007,13364,11433,9199,26811,116182 +E14001332,1344,1293,1283,1222,1212,1211,1276,1225,1287,1228,1160,1224,1181,1219,1121,1232,1139,1254,1187,1203,1335,1608,1951,2114,2381,2474,2586,2690,2864,2997,2918,3006,2882,2712,2612,2431,2400,2137,2029,1903,1978,1855,1737,1703,1598,1548,1560,1523,1502,1536,1471,1488,1475,1388,1343,1441,1417,1419,1290,1312,1142,1044,970,902,836,761,664,608,579,524,469,454,413,412,396,372,327,299,298,307,224,216,227,217,201,126,126,103,112,73,371,97170,96031,94777,85898,8879,7454,5743,22111,116888 +E14001333,1488,1317,1348,1376,1307,1268,1276,1238,1187,1172,1182,1185,1134,1122,1126,1026,938,972,880,700,738,821,924,919,1069,1339,1450,1565,1865,1912,2225,2084,2114,2060,2040,1972,1924,1834,1770,1743,1774,1777,1713,1644,1610,1401,1463,1433,1467,1433,1329,1341,1284,1238,1127,1240,1206,1174,1159,1142,1137,1022,994,886,827,829,715,653,641,530,540,576,510,464,502,503,389,391,335,322,274,281,280,260,257,201,209,174,132,113,448,79208,78270,77298,66769,10529,8985,7161,21662,98960 +E14001334,1762,1638,1588,1563,1435,1399,1437,1376,1326,1349,1398,1297,1334,1285,1272,1255,1202,1161,1128,973,1013,1057,1192,1400,1476,1660,1697,1826,1979,2150,2140,2278,2408,2388,2439,2456,2339,2409,2303,2202,2095,2063,2008,1850,1807,1763,1633,1652,1545,1411,1542,1513,1476,1406,1443,1271,1372,1235,1271,1224,1159,1174,1139,999,943,872,845,814,753,713,715,717,633,611,616,651,498,454,440,442,341,288,356,304,304,227,208,177,176,118,571,93114,91912,90751,77907,12844,11127,8847,25077,115828 +E14001335,859,890,959,959,1047,1106,994,1014,1085,1095,1138,1179,1062,1135,1133,1094,1081,1090,1015,603,639,684,800,948,969,973,1001,1047,1089,1101,1181,1153,1140,1171,1114,1111,1132,1114,1163,1047,1106,1148,1284,1187,1113,1029,1176,1194,1251,1304,1500,1498,1471,1471,1546,1504,1478,1569,1463,1353,1427,1406,1266,1225,1201,1151,1144,1095,1149,1168,1092,1081,1115,1198,1377,1425,1101,1143,1133,1019,912,729,652,678,558,545,433,374,321,266,960,81355,80274,79184,55365,23819,21524,18112,18920,98104 +E14001336,1102,1108,1149,1191,1158,1248,1312,1252,1221,1215,1218,1251,1235,1262,1175,1157,1098,1166,1509,3504,4051,3791,2492,1770,1548,1707,1664,1751,1746,1809,1705,1818,1749,1741,1746,1657,1566,1627,1491,1443,1370,1410,1489,1375,1209,1122,1202,1195,1217,1298,1375,1380,1369,1396,1330,1375,1401,1295,1366,1486,1330,1344,1213,1150,1062,1086,998,928,954,905,928,926,895,893,938,969,751,726,750,667,524,497,508,457,481,379,381,332,276,231,965,97253,96155,94989,76644,18345,16261,13474,21518,116507 +E14001337,1130,1094,1091,1147,1168,1228,1229,1229,1137,1118,1149,1127,1061,1038,1085,986,963,971,1033,1171,1251,1058,864,781,666,1008,1029,1049,1138,1138,1191,1364,1313,1356,1426,1347,1376,1424,1258,1288,1283,1233,1197,1190,1031,962,1017,1025,1017,1068,1177,1223,1224,1206,1191,1262,1233,1327,1364,1417,1385,1360,1257,1278,1241,1140,1185,1093,1108,998,991,1008,945,966,900,1022,781,665,723,635,646,564,580,525,489,452,431,347,273,269,794,77161,76198,75227,55697,19530,17205,14006,19951,95178 +E14001338,1054,1062,1074,1109,1143,1096,1021,1025,1055,1014,1076,995,997,960,987,1094,1050,1034,1864,7216,5753,5463,4332,4053,3606,3230,3035,2842,2653,2480,2322,2173,2104,1981,1950,1757,1679,1620,1522,1442,1359,1228,1262,1178,1039,999,1058,1099,1056,1038,1160,1131,1090,1124,1074,1077,1091,1094,1066,1122,1099,1060,1045,916,922,879,850,766,743,720,737,697,690,684,675,659,481,471,411,364,325,294,313,277,260,188,181,125,116,123,364,106941,105891,104857,92464,12393,10664,8435,18846,123703 +E14001339,1170,1152,1206,1266,1249,1340,1362,1436,1285,1290,1253,1291,1228,1252,1300,1162,1105,1084,1174,1519,1590,1344,1082,1055,967,1292,1279,1298,1377,1385,1515,1600,1534,1490,1553,1514,1525,1448,1412,1332,1333,1315,1319,1314,1167,1018,1109,1111,1118,1229,1319,1331,1369,1344,1250,1319,1366,1497,1405,1496,1522,1436,1388,1277,1230,1185,1146,995,988,998,936,879,848,781,754,839,645,573,647,519,404,414,367,365,388,322,303,242,227,185,667,81673,80568,79484,62867,16617,14286,11305,22431,101915 +E14001340,1046,1041,1054,1078,1020,1057,1066,1023,1058,1087,1034,1065,945,995,956,1018,1001,1113,1308,2622,4605,4469,2800,2264,1800,1719,1581,1624,1574,1637,1522,1529,1580,1488,1589,1549,1514,1489,1411,1338,1378,1361,1358,1209,1138,1020,1054,1132,1112,1073,1124,1174,1231,1183,1075,1136,1123,1164,1188,1131,1107,1092,1026,1038,1005,978,904,874,864,844,848,790,799,717,790,862,622,574,499,503,429,422,358,348,330,266,284,213,187,173,609,88845,87844,86731,71644,15087,13205,10623,18657,105388 +E14001341,1224,1108,1136,1109,1215,1204,1202,1164,1200,1233,1187,1166,1110,1172,1119,1052,1049,1088,1082,1351,1399,1201,1058,1023,947,1260,1298,1360,1371,1399,1487,1558,1473,1459,1506,1408,1405,1429,1300,1285,1309,1311,1236,1151,1057,1029,1036,1110,1106,1177,1179,1288,1262,1346,1283,1349,1325,1403,1475,1443,1411,1403,1343,1239,1235,1179,1085,1017,1005,960,887,880,817,833,848,923,689,590,571,549,466,505,492,465,395,416,361,332,224,212,768,80171,79122,78034,60565,17469,15205,12223,20738,98772 +E14001342,820,808,927,871,1014,967,1015,1016,947,1030,1044,1082,1077,1011,1001,1057,1025,1037,1585,4217,3876,2653,2537,2023,1596,1160,1177,1201,1257,1185,1207,1246,1280,1173,1278,1254,1228,1292,1234,1195,1182,1231,1188,1169,1084,1016,1078,1063,1148,1116,1174,1317,1207,1223,1254,1248,1190,1258,1171,1174,1095,1175,1067,1074,1048,930,975,912,884,933,984,929,873,921,986,981,693,736,776,674,491,450,461,410,414,371,302,269,217,210,810,85458,84433,83396,65804,17592,15687,12958,17749,101145 +E14001343,727,687,776,827,793,857,905,922,889,945,980,1042,1078,975,1037,975,980,889,901,676,622,709,809,923,900,888,852,891,890,875,932,914,985,968,1002,929,933,889,901,851,846,900,868,910,799,855,869,939,1067,1159,1321,1402,1336,1488,1390,1551,1544,1664,1677,1697,1666,1669,1576,1569,1669,1541,1654,1518,1521,1552,1460,1483,1521,1577,1638,1768,1429,1352,1302,1112,1041,832,781,754,689,625,565,477,372,351,1279,83734,82754,81865,51671,30194,26999,22408,16284,98149 +E14001344,772,803,838,871,940,948,966,996,1032,1088,1120,1095,1043,1128,1117,1069,992,1031,998,748,761,744,851,878,998,989,984,977,988,1037,1054,1060,1104,1095,1175,1068,1080,1056,973,991,1024,1067,1017,1001,892,958,975,1041,1120,1125,1274,1262,1281,1301,1381,1410,1431,1375,1382,1293,1302,1340,1229,1265,1247,1226,1204,1056,1221,1191,1234,1189,1179,1287,1459,1590,1219,1090,1021,930,879,700,707,659,674,573,455,414,352,330,1432,78896,77904,76873,51602,25271,22841,19373,17849,94722 +E14001345,1544,1505,1607,1627,1548,1731,1760,1711,1723,1656,1771,1802,1725,1772,1865,1721,1648,1701,1615,1286,1345,1310,1371,1373,1435,1500,1519,1416,1401,1455,1503,1542,1488,1591,1670,1634,1633,1679,1706,1705,1648,1724,1819,1649,1538,1462,1364,1437,1437,1412,1430,1415,1428,1428,1456,1462,1338,1426,1373,1349,1284,1180,1191,1114,1015,980,983,899,827,877,764,762,743,690,720,788,667,659,614,558,570,470,489,464,466,489,426,358,298,250,816,88532,86884,85183,68556,16627,14664,12061,30417,115600 +E14001346,1945,1851,1822,1799,1721,1791,1710,1744,1761,1812,1684,1760,1684,1750,1721,1608,1626,1716,1553,1366,1406,1594,1883,1901,2264,2289,2116,2159,2094,2148,1952,2096,2116,2190,2146,2115,2086,2058,1950,2001,1872,1955,1935,1802,1613,1670,1583,1601,1444,1496,1577,1496,1529,1522,1507,1344,1329,1324,1299,1235,1298,1162,1137,1070,987,907,949,820,812,775,805,737,676,708,706,718,545,532,504,467,337,292,356,325,314,269,235,218,166,126,621,97532,95906,94190,80270,13920,12064,9657,31505,125695 +E14001347,799,830,935,904,987,970,1075,994,1032,1116,1146,1105,1069,1109,1093,1009,998,1055,923,581,529,619,755,867,935,958,832,977,997,1010,1027,1147,1095,1127,1155,1165,1154,1155,1175,1180,1178,1167,1195,1168,1120,1127,1168,1190,1260,1286,1311,1464,1436,1476,1543,1520,1475,1548,1454,1514,1536,1452,1351,1295,1206,1178,1158,1142,1158,1132,1050,1135,1113,1174,1286,1392,1034,982,1005,869,745,686,646,602,613,506,486,389,293,280,1217,80127,79129,78074,54803,23271,20935,17503,18226,96300 +E14001348,1087,1175,1166,1279,1260,1293,1311,1313,1298,1336,1428,1352,1387,1408,1396,1313,1210,1220,1126,734,615,739,886,972,1076,1087,1137,1057,1112,1173,1248,1312,1331,1449,1423,1499,1541,1467,1515,1627,1626,1649,1705,1640,1590,1474,1544,1582,1543,1506,1559,1614,1538,1503,1619,1477,1428,1516,1379,1411,1347,1323,1270,1177,1159,1056,1032,1032,1002,932,911,904,894,906,1010,1102,826,790,832,740,602,549,531,527,496,472,384,364,331,264,1065,85289,84079,82859,63305,19554,17466,14500,23232,106091 +E14001349,1281,1245,1312,1398,1400,1437,1403,1380,1367,1510,1464,1487,1390,1387,1365,1312,1253,1291,1141,788,908,1002,1192,1282,1423,1321,1498,1459,1554,1645,1588,1625,1659,1739,1807,1610,1658,1666,1576,1631,1586,1753,1617,1480,1490,1465,1479,1504,1607,1621,1586,1582,1493,1534,1494,1441,1418,1449,1323,1280,1286,1203,1114,1063,1024,990,941,956,882,882,917,828,915,926,1005,1223,802,743,765,630,582,546,538,534,484,382,414,300,292,254,927,88866,87613,86322,67664,18658,16727,14007,24682,111004 +E14001350,977,1003,976,1073,1138,1145,1149,1212,1186,1240,1240,1251,1281,1237,1311,1134,1244,1234,1156,938,947,1028,1055,1151,1137,1109,1162,1147,1210,1241,1368,1338,1345,1329,1358,1323,1325,1314,1262,1294,1248,1347,1340,1225,1147,1167,1170,1320,1308,1398,1529,1647,1645,1653,1590,1533,1571,1490,1491,1371,1344,1305,1228,1201,1160,1177,1121,1103,1080,1081,1043,1133,1157,1153,1292,1359,965,968,927,870,778,586,623,573,479,428,388,324,274,181,683,85189,83945,82711,60965,21746,19448,16184,21031,103742 +E14001351,964,958,981,1021,1120,1037,1127,1019,1042,1107,1171,1077,1135,1079,1141,1033,1106,1130,1015,794,844,855,893,1030,1070,1037,1006,1041,1055,1070,1044,1063,1089,1162,1141,1109,1083,1186,1067,1108,1145,1208,1178,1201,1043,1017,1130,1235,1269,1237,1391,1454,1478,1530,1628,1630,1638,1619,1564,1474,1474,1503,1446,1364,1409,1298,1323,1229,1202,1234,1187,1177,1229,1312,1396,1583,1193,1084,1065,868,782,628,661,666,585,542,525,431,358,299,1054,84174,83068,81938,57027,24911,22290,18625,19248,101186 +E14001352,1336,1313,1309,1317,1297,1349,1360,1382,1406,1333,1351,1432,1403,1430,1423,1402,1354,1447,1906,3817,2927,2820,3269,3797,3994,4078,3780,3565,3464,3339,2898,2774,2561,2390,2241,2045,2085,1896,1786,1734,1631,1609,1615,1343,1300,1259,1311,1284,1236,1216,1293,1273,1249,1299,1214,1188,1197,1177,1061,1042,1039,1005,949,813,801,775,746,663,601,565,582,563,548,501,551,514,384,394,424,366,379,319,342,313,334,228,171,132,113,118,336,107333,105979,104532,93570,10962,9441,7612,24644,129176 +E14001353,1253,1108,1152,1197,1185,1207,1232,1219,1231,1250,1331,1270,1302,1289,1258,1509,1448,1465,2616,7906,6415,5192,4218,3941,3835,2696,2478,2395,2201,2018,2082,2045,1845,1745,1748,1568,1614,1539,1411,1339,1396,1298,1294,1272,1068,1071,1074,1040,978,963,995,962,993,962,928,873,895,842,807,794,734,622,702,674,579,555,478,464,418,378,345,335,326,293,247,249,180,203,210,182,177,173,183,147,146,112,114,105,79,47,266,95988,94540,93075,86663,6412,5379,4119,22906,115981 +E14001354,995,884,878,859,823,866,895,885,887,913,951,889,944,875,904,833,834,776,805,1056,3277,3246,2899,2291,2230,2147,2053,2023,2001,1922,1769,1712,1669,1533,1620,1436,1423,1512,1339,1342,1374,1308,1225,1259,1100,1088,1037,1045,1026,1054,999,1046,966,1040,989,1002,966,972,937,823,849,788,772,701,673,701,693,634,609,615,572,538,531,524,502,459,401,383,372,295,285,272,258,238,194,223,203,163,134,104,567,78424,77590,76814,66344,10470,9076,7218,15891,92705 +E14001355,1031,1033,1104,1107,1140,1259,1235,1243,1304,1234,1316,1334,1252,1279,1264,1184,1172,1109,1064,825,819,903,972,1110,1066,1231,1177,1233,1419,1397,1475,1434,1524,1425,1514,1522,1497,1529,1452,1408,1350,1397,1367,1270,1132,1104,1160,1234,1235,1335,1431,1424,1489,1533,1507,1594,1567,1601,1548,1591,1525,1461,1416,1364,1329,1239,1215,1146,1151,1088,1033,1097,1050,1067,1052,1085,907,903,859,775,625,580,547,514,459,423,395,354,267,232,891,86195,85023,83914,62960,20954,18500,15115,21600,105514 +E14001356,772,784,845,914,898,924,979,965,1012,1039,1090,1142,1126,1146,1085,1054,1076,1027,1009,690,615,696,733,883,809,860,866,843,927,875,985,993,1015,999,1059,1119,956,998,1049,1018,1044,1118,1091,1063,1028,991,1108,1176,1172,1339,1438,1397,1422,1465,1467,1431,1496,1490,1476,1426,1383,1425,1305,1348,1311,1176,1172,1170,1152,1143,1213,1131,1126,1182,1285,1339,1085,998,1042,899,838,672,649,663,603,523,454,424,344,286,1246,78325,77249,76222,52407,23815,21467,18002,17878,94100 +E14001357,853,866,963,962,1053,953,1083,1072,1030,1066,1197,1185,1175,1090,1067,1102,1058,1034,1028,842,837,741,807,798,802,912,965,945,1011,1026,1115,1171,1251,1213,1210,1098,1149,1193,1070,1112,1140,1199,1238,1078,1062,1020,1083,1123,1143,1259,1292,1422,1427,1497,1438,1435,1501,1480,1478,1485,1369,1372,1301,1278,1257,1249,1149,1137,1164,1153,1139,1115,1117,1142,1151,1261,900,892,889,803,659,559,593,521,442,378,392,360,301,248,985,78464,77406,76372,54673,21699,19301,15847,18809,95181 +E14001358,987,969,1090,1167,1156,1215,1280,1297,1343,1309,1458,1356,1372,1237,1292,1285,1266,1196,1122,786,778,918,972,1179,1077,1112,1056,1016,1046,1106,1102,1191,1208,1192,1151,1193,1183,1253,1167,1128,1209,1248,1250,1219,1098,1111,1170,1118,1239,1329,1396,1442,1438,1510,1431,1385,1375,1423,1323,1326,1389,1313,1231,1215,1114,1020,964,924,998,999,951,994,1015,1128,1157,1270,930,982,944,857,768,619,611,581,529,502,452,434,311,299,1256,80195,78929,77733,56238,21495,19511,16590,22275,100008 +E14001359,1150,1166,1299,1309,1291,1303,1369,1291,1328,1288,1345,1388,1325,1297,1282,1191,1241,1201,1071,808,705,752,973,1238,1317,1237,1197,1179,1266,1234,1405,1447,1382,1453,1527,1453,1466,1455,1342,1349,1430,1455,1394,1329,1277,1263,1238,1325,1280,1348,1488,1534,1406,1396,1402,1456,1580,1515,1472,1379,1348,1327,1231,1172,1155,1095,997,975,961,902,914,885,880,946,1019,1054,775,765,753,675,570,509,493,466,461,421,366,310,237,214,705,82246,81005,79804,61456,18348,16256,13418,23064,102868 +E14001360,1039,1008,1099,1196,1183,1188,1222,1242,1232,1296,1397,1406,1273,1248,1184,1271,1168,1214,1203,791,710,718,798,875,883,910,889,878,961,978,994,1156,1109,1168,1279,1240,1191,1245,1255,1300,1367,1338,1346,1380,1277,1268,1282,1289,1326,1431,1360,1552,1377,1477,1458,1512,1460,1507,1476,1418,1327,1275,1284,1243,1233,1081,1055,1021,1005,951,918,991,993,1093,1095,1296,918,897,923,828,775,622,609,560,569,481,456,405,322,296,1188,80524,79356,78142,56794,21348,19212,16235,21866,100008 +E14001361,1009,951,1001,1028,1109,1057,1145,1105,1148,1128,1261,1234,1230,1144,1222,1063,1092,1108,965,733,774,853,901,961,1007,1122,1086,1188,1254,1223,1320,1363,1320,1305,1300,1279,1343,1331,1260,1276,1265,1247,1174,1152,1097,1053,1074,1183,1191,1331,1425,1421,1479,1477,1513,1513,1513,1511,1511,1390,1357,1264,1173,1100,1134,1099,1018,941,979,974,871,922,922,914,967,986,768,752,674,602,551,455,401,422,374,309,254,224,198,169,689,77347,76255,75147,57712,17435,15318,12424,20035,95182 +E14001362,689,739,736,805,766,881,916,910,973,1023,1068,1041,1023,1070,1023,945,939,916,917,709,730,758,831,830,873,818,832,902,851,868,940,940,922,924,963,959,1011,997,997,1029,1051,1140,1086,1057,981,940,1035,1064,1123,1207,1303,1374,1308,1305,1383,1366,1402,1450,1408,1377,1395,1296,1182,1164,1168,1046,1038,957,977,973,999,1008,1067,1089,1162,1243,930,945,927,804,673,621,652,592,548,482,487,414,362,333,1049,73399,72460,71544,50166,21378,19294,16387,16463,88007 +E14001363,840,824,832,892,915,960,980,989,990,1033,1173,1114,1128,1174,1258,1137,1152,1139,1066,785,727,763,753,751,786,825,833,833,897,842,958,985,975,1042,1047,1082,982,1020,1038,1023,1072,1119,1109,1125,1050,982,1063,1079,1141,1146,1323,1318,1291,1400,1416,1366,1474,1453,1451,1558,1469,1439,1358,1378,1376,1268,1199,1237,1229,1227,1227,1243,1290,1270,1453,1595,1178,1084,1066,971,833,703,694,640,682,566,532,451,392,352,1357,79999,78847,77708,51969,25739,23272,19579,18530,96238 +E14001364,1046,1020,1155,1113,1183,1145,1153,1217,1190,1243,1274,1364,1204,1237,1251,1165,1124,1108,1058,897,931,898,898,889,943,979,1000,1054,1173,1111,1258,1348,1348,1328,1361,1400,1413,1445,1456,1391,1349,1419,1365,1312,1214,1126,1169,1245,1267,1431,1381,1482,1394,1458,1424,1448,1392,1483,1416,1364,1413,1379,1295,1233,1173,1197,1138,1080,1071,1112,1044,985,1075,1118,1124,1194,895,912,914,830,667,613,603,587,596,568,454,416,404,313,1079,83432,82308,81200,59211,21989,19654,16391,21192,102392 +E14001365,818,824,839,912,910,940,999,1000,963,1040,1055,1052,1080,1038,1155,1124,1067,1022,975,762,719,754,901,955,1007,1009,1049,1034,1083,1035,1093,1118,1101,1137,1043,1082,1034,1033,947,1023,1058,1097,1073,1092,1000,964,993,1108,1182,1208,1351,1386,1362,1478,1421,1430,1551,1488,1504,1469,1460,1383,1302,1372,1303,1268,1299,1199,1261,1247,1235,1209,1230,1376,1431,1535,1221,1126,1081,931,876,739,684,667,635,586,491,441,352,317,1243,81698,80631,79609,53929,25680,23113,19406,17838,97447 +E14001366,1101,1089,1154,1124,1246,1230,1271,1270,1264,1257,1295,1325,1342,1266,1245,1272,1188,1161,1066,683,532,634,765,915,947,913,924,921,1054,999,1103,1137,1289,1312,1309,1350,1341,1330,1380,1408,1384,1408,1481,1513,1330,1360,1361,1376,1526,1457,1466,1552,1476,1402,1430,1412,1344,1377,1369,1273,1212,1150,1110,1080,1123,985,1005,989,958,885,948,914,940,914,1030,1206,887,879,869,800,637,486,531,583,537,470,447,374,334,314,1247,79802,78614,77453,57284,20169,18179,15347,22100,99553 +E14001367,1395,1377,1424,1516,1503,1659,1558,1607,1601,1677,1608,1651,1602,1437,1514,1447,1450,1422,1428,1356,1399,1609,1721,1768,2084,1967,1965,2002,1917,1851,1869,1783,1837,1819,1802,1808,1791,1716,1613,1509,1428,1461,1391,1348,1216,1156,1202,1218,1171,1208,1222,1291,1260,1247,1348,1320,1368,1368,1316,1298,1370,1231,1295,1183,1221,1195,1138,1038,997,965,920,879,805,864,837,879,656,597,550,514,498,412,418,384,382,300,303,247,217,178,695,90491,89041,87619,70751,16868,14535,11535,27448,115067 +E14001368,967,843,950,989,1021,1005,987,1047,1066,1116,1244,1196,1115,1066,1084,1108,1088,1010,1013,771,811,823,881,844,873,1025,1033,1050,1130,1121,1196,1153,1120,1141,1145,1106,1107,1135,1039,1063,1052,1053,1089,998,924,928,985,984,1044,1103,1189,1297,1215,1229,1326,1371,1432,1428,1379,1406,1427,1340,1293,1301,1336,1274,1173,1201,1119,1210,1104,1149,1157,1103,1191,1267,948,846,797,701,671,541,558,559,480,469,403,339,292,263,930,76552,75464,74454,52709,21745,19298,15768,18902,93356 +E14001369,1422,1513,1533,1700,1724,1782,1831,1835,1796,1878,1914,1995,1958,1874,1808,1870,1698,1731,1593,1041,1051,1210,1474,1654,1709,1793,1765,1734,1782,1994,2043,1995,2109,2110,2127,2117,2203,2216,2129,2209,2172,2262,2211,2181,1967,2009,1995,1979,1839,1867,1775,1831,1803,1760,1637,1626,1615,1527,1505,1389,1313,1277,1247,1193,1119,1109,1013,1001,869,876,846,803,740,770,649,722,573,447,449,394,340,295,292,289,215,237,208,164,134,122,595,100738,99040,97309,83157,14152,12030,9284,31862,129171 +E14001370,1107,1164,1193,1261,1273,1227,1322,1316,1309,1376,1453,1378,1354,1416,1407,1234,1258,1167,1093,717,724,726,880,1015,1012,1085,1087,1131,1166,1241,1421,1481,1462,1449,1539,1468,1585,1591,1491,1518,1564,1622,1472,1478,1437,1328,1329,1328,1333,1327,1269,1348,1262,1272,1277,1305,1276,1267,1300,1171,1149,1145,1112,1149,1052,1071,1032,1013,1024,1001,957,1003,979,968,992,1021,778,667,678,591,514,459,426,400,361,331,289,243,205,214,764,79860,78602,77435,59454,17981,15878,12840,23215,100650 +E14001371,1514,1439,1521,1563,1566,1445,1607,1475,1473,1455,1560,1552,1602,1535,1583,1583,1504,1603,1442,1028,1054,1194,1463,1658,1785,1755,1773,1958,1895,1995,2066,2087,2132,2096,2150,2077,2163,2078,1987,2109,2076,2120,2040,2015,1839,1872,1715,1715,1670,1713,1577,1625,1623,1644,1714,1624,1654,1501,1534,1453,1365,1309,1315,1178,1101,1080,974,889,874,825,763,767,753,696,694,719,588,520,502,477,423,411,409,409,372,320,255,221,213,179,722,99099,97595,95992,80937,15055,13001,10413,27580,123572 +E14001372,820,840,914,896,960,903,1030,987,1025,1078,1146,1155,1115,1114,1194,1066,1136,1126,1062,1094,1150,939,834,714,619,854,881,821,948,906,943,972,957,1075,1107,960,967,1107,1100,1085,1026,1022,1142,1112,969,1025,979,1046,1129,1182,1302,1314,1383,1444,1448,1514,1498,1514,1542,1533,1586,1557,1528,1548,1413,1348,1252,1296,1293,1298,1263,1302,1301,1352,1383,1565,1175,1112,1103,1009,845,751,700,730,671,624,558,450,431,352,1431,82708,81572,80446,53851,26595,23995,20108,18505,98951 +E14001373,754,753,816,807,893,912,945,955,988,1042,1078,1032,1025,1029,1075,998,1001,972,924,749,615,674,731,814,814,813,830,780,866,863,964,969,944,933,999,1089,932,1024,935,1056,991,1016,1038,1054,969,897,972,1054,1094,1125,1217,1335,1300,1397,1385,1408,1445,1520,1527,1470,1454,1371,1285,1315,1299,1262,1146,1146,1215,1166,1148,1161,1137,1150,1223,1423,1021,1014,950,842,742,651,677,601,616,529,481,443,380,303,1392,76048,75047,74075,50256,23819,21411,17884,17075,91150 +E14001374,524,590,622,660,670,661,727,714,733,821,824,872,828,908,791,852,782,790,777,600,561,587,590,701,718,604,688,636,658,632,703,766,708,728,736,748,746,772,696,795,762,873,883,801,817,804,824,881,932,975,1033,1124,1076,1222,1214,1270,1309,1380,1364,1408,1329,1349,1290,1372,1297,1270,1256,1200,1272,1298,1264,1274,1321,1404,1524,1751,1280,1271,1210,1106,957,840,834,742,769,708,657,584,515,467,1910,72995,72213,71423,42739,28684,26158,22388,13369,84792 +E14001375,923,985,1021,1009,1099,1085,1108,1165,1154,1230,1228,1296,1202,1294,1256,1213,1195,1201,1110,892,865,943,985,1094,1035,998,1041,1047,999,1170,1238,1152,1183,1216,1274,1313,1233,1274,1210,1261,1213,1282,1302,1270,1223,1138,1222,1322,1359,1473,1537,1612,1499,1613,1636,1671,1621,1637,1613,1620,1545,1536,1438,1479,1412,1417,1377,1286,1309,1191,1260,1253,1330,1344,1489,1492,1146,1107,1118,984,857,692,707,698,612,491,438,379,350,290,1134,88953,87758,86557,60806,25751,22957,19171,20664,107221 +E14001376,955,953,1007,1049,1090,1067,1146,1094,1172,1195,1237,1270,1323,1259,1390,1256,1241,1062,1129,781,613,713,937,991,1047,1080,1043,1169,1102,1197,1275,1290,1310,1334,1371,1254,1291,1295,1323,1243,1272,1297,1220,1345,1237,1272,1304,1319,1373,1378,1436,1546,1397,1551,1450,1469,1420,1381,1336,1391,1301,1288,1190,1171,1167,1048,1047,971,942,972,933,915,936,948,1036,1118,811,831,787,694,580,484,516,466,450,350,335,328,238,215,967,79520,78279,77217,58299,18918,16823,13938,20766,97983 +E14001377,1477,1468,1471,1561,1621,1610,1643,1628,1629,1682,1619,1675,1624,1648,1517,1536,1466,1444,2205,5440,3971,3067,2603,2296,2334,2462,2280,2202,1984,1969,1985,1855,1990,1793,1899,1974,1884,1827,1773,1727,1742,1606,1582,1486,1405,1380,1513,1450,1350,1343,1406,1497,1400,1401,1427,1480,1445,1471,1503,1461,1348,1374,1362,1355,1283,1221,1133,995,1005,967,901,924,909,859,899,1034,729,687,670,591,534,457,479,481,472,430,380,358,277,260,892,109044,107578,106134,87590,18544,16190,13223,28319,134453 +E14001378,1068,1104,1095,1166,1189,1175,1289,1131,1215,1239,1238,1241,1252,1182,1201,1175,1228,1151,1394,2809,2566,2661,2348,2191,2291,2188,2051,2005,2048,1953,1833,1826,1785,1682,1741,1664,1638,1563,1471,1450,1422,1460,1435,1383,1130,1119,1235,1199,1214,1264,1356,1413,1340,1327,1392,1411,1424,1467,1458,1463,1436,1323,1317,1268,1317,1185,1211,1106,1079,1121,963,857,880,903,931,1002,722,681,642,575,520,461,473,448,393,345,263,268,214,181,706,97240,96012,94861,76731,18130,15734,12428,21339,116200 +E14001379,1024,995,997,1054,1063,1104,1162,1111,1143,1180,1134,1164,1119,1155,1162,1000,1013,1008,1006,1358,4331,4246,3068,2070,1590,1492,1473,1460,1458,1424,1426,1408,1446,1415,1481,1454,1426,1468,1370,1469,1433,1382,1474,1371,1202,1111,1164,1154,1179,1160,1198,1221,1173,1160,1230,1222,1277,1299,1225,1338,1327,1210,1157,1191,1167,1081,1086,1071,1018,1051,995,913,904,910,924,1052,715,695,669,556,481,427,496,444,429,387,369,341,274,260,1126,91059,90046,89038,70364,18674,16507,13367,19588,108626 +E14001380,795,841,918,905,917,990,1000,967,1007,1057,1032,1026,925,1051,1027,1003,1010,1098,1241,2137,1990,1837,1432,1254,1146,1060,1073,980,1121,1071,1109,1178,1166,1228,1189,1170,1220,1182,1098,1152,1135,1094,1133,1090,1016,1041,1072,1103,1145,1135,1253,1253,1290,1304,1265,1295,1266,1288,1288,1236,1292,1286,1153,1103,1123,1025,987,953,988,936,905,935,955,986,1047,1031,765,788,817,672,607,563,509,504,498,522,412,360,311,262,1005,79144,78134,77036,57693,19343,17331,14454,17569,94605 +E14001381,780,775,806,860,867,870,892,918,929,1006,1060,987,1053,986,1004,927,934,909,855,712,595,645,773,871,876,899,912,902,974,936,1010,1020,1066,1040,1165,1047,1074,1009,1037,1073,1033,1018,1059,1042,944,942,942,1035,1063,1194,1204,1319,1304,1344,1378,1432,1462,1498,1488,1482,1474,1433,1469,1323,1343,1401,1244,1264,1324,1358,1246,1198,1279,1308,1411,1508,1165,1128,1019,925,829,680,678,635,567,519,473,429,348,351,1322,79168,78234,77325,51716,25609,22964,19018,16563,93888 +E14001382,952,968,998,1028,968,1025,1050,1053,1092,1085,1125,1159,1178,1084,1150,1111,1065,1043,1062,1029,1085,1014,915,970,875,1100,1086,1113,1128,1181,1242,1235,1256,1205,1215,1170,1146,1154,1096,1159,1168,1120,1078,1163,1061,1020,1033,1070,1117,1219,1318,1300,1293,1436,1479,1474,1462,1523,1431,1464,1451,1414,1262,1254,1297,1156,1182,1144,1124,1138,1076,1075,1098,1033,1124,1177,917,840,805,683,625,542,543,498,442,430,362,278,246,202,726,78917,77852,76809,56343,20466,18128,14722,19134,95943 +E14001383,1073,1115,1183,1173,1178,1228,1271,1211,1280,1268,1239,1270,1328,1213,1220,1148,1177,1138,1090,856,821,910,1077,1083,1139,1287,1259,1302,1373,1375,1526,1427,1484,1433,1498,1477,1417,1391,1347,1322,1294,1289,1303,1190,1021,1027,1164,1161,1190,1323,1453,1492,1612,1522,1572,1567,1502,1492,1583,1492,1449,1419,1311,1324,1308,1259,1272,1127,1169,1099,1046,1066,1055,1065,1081,1092,828,892,842,787,656,581,567,518,498,417,332,322,270,215,713,85038,83861,82723,61954,20769,18238,14843,21713,104436 +E14001384,1216,1192,1199,1254,1297,1270,1311,1240,1294,1308,1294,1262,1368,1316,1259,1206,1283,1095,1138,788,806,800,925,984,1032,1075,1091,1138,1262,1252,1448,1418,1345,1392,1550,1437,1466,1416,1382,1371,1385,1393,1497,1399,1268,1221,1271,1286,1419,1473,1479,1563,1524,1586,1496,1623,1552,1452,1507,1516,1411,1334,1309,1271,1200,1162,1109,1031,1164,997,986,995,1087,1070,1092,1145,892,830,874,758,641,507,498,484,500,402,382,346,275,236,839,84631,83348,82253,61951,20302,18031,14839,22664,104917 +E14001385,783,843,849,894,974,966,1078,1072,1104,1186,1170,1194,1185,1177,1186,1124,1078,1022,1073,851,771,720,717,765,795,892,801,924,928,953,997,1031,1015,1076,1051,1053,1003,1102,1062,1065,1133,1179,1169,1088,1083,1050,1052,1154,1164,1254,1361,1403,1374,1390,1487,1522,1571,1544,1614,1574,1468,1573,1497,1577,1417,1456,1453,1350,1330,1304,1300,1385,1409,1365,1420,1573,1213,1108,1124,953,854,688,687,651,602,559,494,436,322,330,1228,83037,81959,80937,54343,26594,23685,19701,18885,99822 +E14001386,849,896,850,966,962,1008,1092,1018,1042,1092,1145,1196,1140,1159,1104,977,1003,976,922,672,638,649,743,817,804,850,801,943,911,955,956,1106,1065,1047,1104,1184,1026,1127,1111,1166,1115,1187,1144,1172,1025,1023,1058,1095,1115,1227,1299,1368,1279,1373,1397,1484,1420,1463,1514,1389,1483,1388,1317,1299,1246,1194,1163,1098,1150,1133,1144,1082,1122,1183,1189,1307,994,950,1028,885,769,655,649,639,571,511,453,409,373,307,1195,77609,76606,75630,52477,23153,20796,17415,18475,94105 +E14001387,819,828,935,894,1011,1012,1052,1007,1054,1128,1155,1218,1176,1101,1146,1121,1056,1096,1083,791,752,738,841,915,943,981,1024,1019,1072,1040,1082,1096,1150,1066,1165,1044,1102,1052,1044,1008,1111,1131,1179,1151,1023,1007,1078,1071,1220,1299,1318,1429,1418,1445,1408,1509,1562,1577,1595,1535,1557,1577,1478,1428,1432,1407,1296,1282,1291,1280,1214,1282,1246,1338,1400,1554,1134,1148,1064,1009,864,718,706,649,604,587,535,459,377,323,1383,83848,82792,81696,55546,26150,23447,19594,18809,100505 +E14001388,683,731,728,812,819,899,873,931,898,1053,1062,1003,1016,1097,1212,1238,1179,1207,1151,774,649,696,789,780,802,863,813,754,903,812,891,970,1010,1046,1020,1003,965,975,970,926,1014,1040,1032,967,898,925,1014,1063,1121,1220,1209,1313,1318,1344,1408,1461,1464,1459,1523,1455,1439,1451,1373,1399,1393,1380,1303,1356,1273,1243,1218,1230,1288,1271,1452,1531,1163,1104,1043,964,835,714,699,663,606,616,485,449,412,346,1309,79204,78025,76818,50865,25953,23270,19398,17441,94259 +E14001389,848,812,876,976,934,960,1032,1061,1034,1125,1111,1047,1131,1021,1153,1100,1094,990,956,987,1097,980,861,852,894,1111,1010,1091,1083,1098,1184,1190,1126,1086,1175,1197,1186,1144,1098,1131,1115,1133,1152,1075,998,957,1035,1113,1089,1223,1338,1533,1430,1458,1428,1516,1549,1578,1548,1489,1383,1342,1272,1367,1232,1241,1209,1159,1177,1133,1115,1053,1033,1103,1152,1214,954,916,872,775,604,570,565,479,526,459,401,343,289,245,783,79344,78250,77260,55890,21370,18920,15451,18305,95565 +E14001390,1065,989,1083,1026,1105,1056,1199,1137,1172,1160,1212,1163,1105,1136,1172,1108,1102,1007,1061,816,828,898,964,1073,1122,1046,1124,1132,1232,1175,1354,1353,1280,1340,1294,1274,1353,1259,1213,1195,1207,1245,1128,1214,1129,1055,1146,1177,1194,1279,1414,1454,1448,1472,1490,1524,1530,1537,1547,1589,1464,1449,1361,1264,1317,1287,1277,1206,1255,1246,1201,1185,1153,1232,1316,1357,1068,981,939,877,755,665,603,656,583,530,444,395,318,315,1174,85147,84045,83038,59020,24018,21454,17747,19997,103035 +E14001391,858,876,849,914,904,1001,948,966,1012,969,1132,1023,1032,965,1018,1046,982,920,936,706,739,793,794,930,934,977,950,1019,1027,1055,1107,1140,1057,1033,1105,1102,1040,1065,1015,1051,1075,1050,1156,991,977,1016,1068,1055,1140,1185,1276,1459,1316,1426,1398,1490,1452,1520,1393,1461,1367,1309,1310,1313,1296,1219,1207,1175,1220,1136,1068,1078,1150,1253,1262,1269,1062,1108,1033,936,727,680,601,641,564,449,379,411,309,253,931,78097,77115,76195,53074,23121,20695,17164,17415,93610 +E14001392,971,1027,1050,1130,1116,1209,1250,1303,1217,1302,1467,1417,1336,1299,1311,1249,1189,1166,1123,722,755,755,821,976,973,964,987,1006,987,1014,1123,1133,1168,1147,1225,1268,1261,1283,1277,1318,1333,1433,1440,1407,1384,1406,1400,1444,1551,1614,1618,1683,1482,1486,1574,1566,1553,1587,1543,1521,1385,1320,1244,1198,1182,1115,1040,954,989,1011,964,956,995,974,1095,1242,934,863,858,742,630,592,642,561,528,480,439,382,328,261,1111,82681,81492,80326,59640,20686,18531,15577,22009,102335 +E14001393,1034,1054,1179,1131,1207,1213,1214,1191,1227,1277,1312,1330,1355,1290,1260,1232,1176,1174,1156,669,712,813,921,1050,1099,1039,1007,1066,1136,1103,1236,1292,1257,1309,1403,1395,1330,1279,1265,1360,1266,1389,1429,1397,1299,1264,1329,1341,1384,1397,1475,1495,1456,1494,1487,1543,1593,1593,1496,1464,1410,1361,1332,1272,1167,1188,1131,1040,1083,1034,979,1041,1096,1088,1146,1272,874,857,888,804,689,586,592,573,559,474,434,402,351,297,1087,83945,82769,81595,60030,21565,19246,16089,21856,103451 +E14001394,987,1006,1005,1003,1023,1135,1054,1103,1056,1122,1140,1088,1057,1094,1086,1008,975,961,1061,1512,1261,927,977,824,829,960,976,1009,1139,1154,1154,1246,1214,1263,1226,1232,1219,1230,1205,1107,1138,1222,1160,1156,1050,1017,1059,1075,1162,1165,1270,1327,1301,1307,1320,1410,1336,1387,1395,1380,1345,1233,1208,1239,1172,1150,1077,1090,1070,1028,972,1045,1072,1097,1125,1235,932,880,866,826,684,533,574,578,538,498,465,416,336,344,1170,79096,78121,77160,55559,21601,19374,16186,18903,96063 +E14001395,688,732,733,778,798,849,880,811,833,919,920,952,933,896,955,929,888,996,955,639,594,637,676,763,799,717,779,812,819,822,873,922,932,924,928,935,934,945,879,922,918,965,917,885,873,879,919,998,1006,1083,1233,1215,1264,1375,1372,1489,1552,1504,1523,1472,1489,1532,1409,1421,1466,1406,1445,1330,1366,1386,1316,1281,1284,1415,1428,1518,1197,1140,1121,975,829,712,705,700,598,652,500,472,394,358,1379,77756,76868,75872,48965,26907,24056,19974,15490,91362 +E14001396,523,529,549,588,614,679,706,706,743,698,831,822,822,856,845,829,777,828,764,632,505,515,632,695,684,714,672,717,701,670,721,727,734,707,792,802,805,764,719,769,752,775,766,732,747,771,807,875,892,1005,1064,1159,1195,1156,1195,1345,1382,1354,1480,1403,1459,1526,1484,1587,1548,1491,1434,1441,1427,1494,1454,1448,1549,1545,1649,1839,1375,1279,1235,1134,976,823,767,790,802,672,617,543,451,383,1589,75712,74935,74107,43900,30207,27282,22920,12945,87052 +E14001397,599,676,658,687,726,840,837,836,833,894,940,983,932,961,966,876,901,804,830,641,591,630,684,789,806,796,736,814,836,805,861,860,907,899,964,948,920,974,914,903,973,990,1028,945,886,884,929,987,1037,1118,1206,1375,1254,1307,1422,1425,1422,1593,1570,1649,1657,1663,1650,1637,1641,1550,1605,1484,1494,1460,1394,1445,1367,1462,1507,1565,1116,1043,1068,994,813,692,708,664,586,604,534,444,383,331,1157,79531,78630,77826,50356,27470,24315,19877,14949,92775 +E14001398,893,940,917,925,1008,1004,1011,1014,1040,1117,1082,1108,1236,1167,1223,1184,1129,1189,1086,812,793,806,957,956,985,1048,977,1019,1026,1058,1087,1097,1107,1067,1138,1123,1117,1084,1102,1062,1070,1112,1108,1092,987,1067,1088,1192,1227,1315,1483,1607,1551,1565,1538,1629,1624,1673,1610,1619,1629,1603,1453,1471,1374,1335,1371,1286,1223,1329,1246,1247,1279,1342,1380,1349,1175,1061,1067,944,816,701,702,703,615,584,501,424,376,335,1229,85132,84003,82814,57194,25620,22914,19076,19187,102001 +E14001399,780,779,844,914,928,1039,1094,1105,1090,1125,1172,1220,1218,1140,1162,1086,1087,976,985,695,572,639,728,897,786,758,758,710,800,822,804,900,922,954,958,1033,1058,1130,1085,1141,1209,1258,1308,1265,1228,1206,1241,1236,1281,1289,1338,1376,1362,1324,1309,1382,1390,1449,1368,1393,1370,1241,1242,1190,1165,1131,1149,1122,1097,1154,1071,1126,1127,1270,1261,1444,1040,1098,1092,957,825,743,723,688,599,589,497,510,423,355,1303,78012,76925,75949,51555,24394,22114,18741,18759,94708 +E14001400,983,979,935,1045,1041,979,1066,1050,1113,1151,1089,1143,1097,1067,1106,1078,1028,1093,987,782,810,827,886,994,957,1034,1009,981,1128,1068,1216,1292,1227,1211,1251,1203,1221,1226,1176,1169,1120,1141,1132,1115,1012,978,1078,1119,1181,1316,1256,1401,1398,1465,1406,1413,1522,1460,1369,1337,1280,1279,1208,1211,1136,1162,1117,989,1001,1031,959,1058,1044,1012,1083,1138,854,894,860,773,639,539,558,525,450,437,406,316,275,252,911,77392,76364,75271,54988,20283,18004,14983,19043,94314 +E14001401,1365,1372,1393,1488,1605,1496,1621,1671,1713,1654,1678,1657,1646,1615,1624,1425,1377,1369,1293,885,909,979,1119,1215,1290,1337,1400,1422,1510,1621,1660,1809,1702,1707,1855,1804,1828,1801,1803,1862,1734,1806,1734,1663,1480,1528,1538,1539,1521,1607,1569,1563,1530,1526,1524,1518,1594,1531,1424,1402,1342,1338,1247,1181,1194,1072,962,982,1015,936,931,986,907,937,970,1054,773,742,674,595,513,485,483,449,367,376,358,315,270,226,840,91408,90031,88662,70444,18218,16184,13251,27769,116431 +E14001402,1116,1114,1268,1251,1307,1281,1406,1359,1328,1414,1388,1430,1410,1345,1370,1325,1316,1209,1224,756,788,868,1025,1018,1029,957,928,1030,1080,1128,1176,1244,1271,1321,1403,1430,1404,1450,1347,1389,1462,1465,1399,1481,1345,1306,1332,1424,1405,1538,1541,1571,1523,1513,1542,1617,1553,1488,1498,1483,1412,1401,1357,1281,1244,1176,1098,1044,1073,1013,1023,1031,1031,1080,1157,1273,940,889,909,805,688,560,589,545,508,473,390,375,368,246,1212,85468,84152,82943,61447,21496,19222,16092,23637,106580 +E14001403,1281,1283,1336,1351,1361,1375,1493,1371,1362,1445,1476,1454,1315,1312,1312,1223,1183,1201,1025,787,766,815,1016,1184,1242,1242,1381,1406,1448,1570,1496,1699,1613,1748,1682,1627,1631,1604,1523,1519,1532,1534,1528,1506,1431,1322,1361,1471,1412,1424,1508,1638,1600,1556,1562,1631,1554,1566,1518,1481,1390,1329,1319,1201,1102,1106,998,978,982,894,913,915,920,985,1036,1159,902,774,801,749,628,515,490,510,486,393,380,356,245,217,927,88143,86960,85759,66500,19259,17155,14301,24134,109893 +E14001404,1040,1098,1052,1125,1152,1076,1177,1124,1136,1160,1154,1211,1215,1148,1193,1151,1096,1068,1072,733,1015,1161,1194,1202,1152,1170,1132,1139,1280,1328,1383,1444,1388,1351,1330,1348,1280,1287,1287,1315,1236,1300,1356,1207,1101,1206,1222,1275,1318,1512,1494,1618,1449,1555,1574,1497,1515,1468,1473,1408,1376,1331,1236,1234,1199,1140,1058,1061,1055,1069,1105,1044,1095,1079,1147,1230,977,905,900,775,636,509,513,494,453,403,337,296,229,233,770,83828,82732,81664,61151,20513,18315,15130,20376,102040 +E14001405,902,892,908,1014,957,1084,1101,1116,1068,1133,1168,1118,1112,1106,1156,1097,1044,1060,991,779,726,790,913,974,1075,980,1043,1027,1142,1159,1150,1219,1190,1261,1233,1238,1214,1201,1185,1112,1065,1153,1145,1080,1042,1055,1102,1150,1189,1244,1345,1438,1411,1430,1481,1413,1467,1551,1593,1499,1491,1524,1461,1397,1415,1370,1398,1309,1330,1279,1308,1284,1333,1396,1501,1660,1252,1160,1118,1075,969,738,785,757,728,607,545,505,430,360,1376,86420,85376,84316,56743,27573,24805,20887,19036,103352 +E14001406,1522,1492,1697,1566,1596,1628,1625,1616,1590,1594,1648,1625,1650,1640,1624,1601,1592,1501,1534,1329,1636,1810,1774,1785,2006,1778,1920,2027,2112,2088,2067,2185,2253,2223,2225,2125,2071,2103,1998,2041,1881,1930,1912,1789,1621,1607,1639,1618,1654,1589,1710,1733,1624,1724,1718,1480,1497,1472,1484,1463,1403,1287,1284,1240,1109,1100,1050,950,943,959,936,960,939,891,967,1026,755,750,711,610,553,473,484,474,419,334,317,277,248,211,910,103898,102306,100805,82558,18247,16097,13245,28807,129612 +E14001407,1234,1242,1321,1291,1440,1403,1478,1500,1466,1574,1559,1553,1603,1543,1596,1512,1483,1413,1306,1229,1180,1296,1247,1247,1210,1239,1287,1256,1364,1449,1572,1645,1670,1635,1769,1731,1663,1712,1632,1668,1674,1730,1742,1663,1532,1402,1445,1467,1485,1509,1529,1562,1454,1424,1436,1413,1460,1406,1398,1364,1315,1210,1107,1113,1097,1052,958,897,955,916,920,867,947,907,1018,953,718,650,666,555,479,402,383,420,370,339,290,252,246,202,801,88003,86520,85107,67944,17163,15153,12385,26211,111318 +E14001408,956,934,1040,989,1009,1068,1148,1017,1124,1159,1187,1125,1137,1175,1095,1072,945,1017,991,1028,1051,1102,982,1007,983,1192,1187,1281,1414,1419,1504,1475,1470,1474,1511,1412,1478,1364,1421,1402,1396,1330,1352,1355,1249,1175,1132,1254,1336,1322,1284,1317,1304,1330,1367,1338,1391,1390,1295,1281,1279,1205,1170,1135,1045,1066,1053,964,1026,972,864,884,927,959,1027,1179,864,821,822,712,609,607,548,559,533,544,441,423,339,294,1160,82339,81394,80377,60180,20197,18078,15116,19197,99574 +E14001409,862,869,899,897,931,954,1012,1005,970,1016,1073,1004,994,995,1059,955,929,914,1374,3445,4216,3751,2718,2206,1841,1831,1659,1629,1740,1688,1710,1641,1651,1531,1563,1480,1447,1328,1393,1392,1301,1330,1329,1254,1206,1078,1097,1075,1143,1192,1133,1136,1169,1188,1159,1119,1190,1137,1093,1065,1084,1034,998,924,915,932,899,905,861,869,889,907,804,867,908,1004,705,713,679,585,537,465,491,426,393,377,306,311,297,234,1074,90864,89935,89021,71583,17438,15607,12972,17338,106359 +E14001410,1397,1274,1326,1327,1293,1305,1325,1276,1275,1307,1308,1294,1258,1235,1288,1193,1267,1259,2041,5805,6191,5682,4059,2630,2361,2343,2211,2193,2270,2203,2077,2064,2029,1905,1950,1820,1808,1738,1633,1613,1527,1503,1554,1454,1359,1335,1323,1329,1218,1247,1282,1354,1263,1216,1341,1194,1243,1163,1115,1116,1096,988,940,976,835,821,766,763,739,626,598,592,571,586,563,523,415,381,410,330,305,271,270,243,269,193,176,147,133,99,597,103510,102243,100984,89597,11387,9800,7672,23207,124191 +E14001411,1291,1270,1336,1451,1442,1515,1676,1574,1532,1598,1653,1649,1571,1609,1628,1333,1345,1278,1391,1611,1637,1304,1066,888,891,1248,1247,1307,1451,1469,1601,1578,1645,1515,1566,1569,1608,1486,1489,1421,1412,1461,1456,1353,1284,1280,1253,1250,1366,1457,1425,1437,1411,1469,1387,1462,1501,1463,1404,1477,1331,1237,1215,1118,1069,1003,972,893,923,886,853,879,845,850,871,979,716,679,693,563,500,480,424,446,448,373,302,307,248,195,760,84677,83332,82054,64966,17088,15113,12411,26751,108805 +E14001412,1076,952,1086,1048,1060,1148,1159,1190,1126,1206,1201,1219,1164,1070,1158,1191,1098,1098,2204,7830,7401,6256,3677,2187,1884,1488,1493,1368,1399,1360,1380,1440,1496,1364,1384,1382,1384,1402,1236,1237,1167,1098,1168,1046,992,938,998,1021,1018,995,1059,1107,975,1096,997,1052,1081,1060,973,1022,1017,994,946,913,907,830,804,712,785,747,645,670,655,611,623,726,529,478,499,451,411,366,381,344,330,316,292,261,223,207,873,93857,92759,91661,77892,13769,12135,9891,20250,111911 +E14001413,1201,1127,1192,1244,1244,1236,1289,1214,1209,1278,1322,1319,1262,1190,1229,1226,1112,1124,1066,789,839,945,1030,1173,1217,1224,1335,1379,1338,1441,1470,1548,1594,1548,1504,1488,1429,1465,1333,1347,1323,1264,1392,1214,1123,1100,1200,1177,1237,1316,1329,1359,1349,1445,1438,1457,1543,1396,1369,1260,1330,1274,1224,1144,1088,1090,1012,968,957,963,928,905,994,976,940,1003,803,802,794,632,528,467,457,432,397,378,278,255,232,182,712,81174,80062,78938,60853,18085,15983,13095,22018,100956 +E14001414,1143,1119,1140,1143,1221,1175,1277,1197,1225,1240,1238,1328,1220,1167,1277,1263,1186,1215,1108,939,987,1071,1160,1185,1127,1087,1042,1093,1184,1146,1264,1315,1327,1403,1389,1382,1400,1498,1403,1479,1491,1480,1424,1456,1286,1301,1239,1280,1282,1265,1324,1401,1367,1410,1382,1413,1381,1425,1389,1329,1309,1247,1228,1166,1093,1048,978,954,896,876,907,929,856,908,976,1102,827,746,733,720,644,490,596,563,531,492,451,388,338,304,1147,82158,80972,79757,60357,19400,17374,14648,21774,101531 +E14001415,1453,1418,1468,1477,1477,1576,1541,1611,1590,1616,1529,1590,1616,1587,1563,1513,1528,1549,1412,1102,1111,1167,1182,1294,1197,1264,1252,1333,1260,1303,1306,1389,1553,1513,1457,1464,1451,1488,1391,1390,1406,1448,1450,1402,1234,1242,1247,1311,1239,1352,1464,1486,1505,1425,1469,1373,1477,1453,1459,1292,1331,1278,1249,1151,1064,1070,1030,997,967,1010,967,890,932,970,1044,1137,781,768,758,677,571,494,463,473,409,403,319,281,247,208,701,84730,83202,81653,63086,18567,16467,13493,27702,109355 +E14001416,1550,1462,1507,1531,1563,1612,1651,1711,1621,1850,1711,1788,1836,1765,1820,1785,1782,1784,1688,1345,1432,1386,1413,1544,1428,1476,1332,1454,1499,1445,1435,1532,1603,1611,1643,1616,1643,1650,1578,1587,1489,1583,1580,1458,1372,1346,1351,1356,1338,1380,1356,1514,1435,1408,1337,1300,1269,1301,1249,1142,1192,1183,1159,1067,1007,995,975,934,963,903,844,813,846,828,899,920,665,594,668,536,473,412,417,406,405,316,258,216,194,130,632,86320,84538,82754,66512,16242,14272,11472,30329,113083 +E14001417,1089,1016,1102,1218,1153,1288,1294,1324,1275,1376,1282,1378,1322,1311,1291,1253,1236,1231,1142,693,761,768,884,1036,982,977,937,932,945,1049,1043,1090,1204,1200,1234,1220,1324,1316,1314,1356,1444,1404,1467,1497,1338,1314,1297,1314,1314,1278,1319,1405,1315,1393,1419,1427,1357,1373,1361,1260,1238,1223,1237,1075,1065,987,961,898,933,805,880,915,884,947,967,1107,859,804,753,734,645,519,556,549,504,510,420,371,352,289,1088,78245,77009,75778,56541,19237,17289,14653,22439,98217 +E14001418,821,849,903,919,970,987,972,1038,958,1066,1079,1078,1107,1069,1067,1120,1059,1043,1087,948,768,805,844,883,887,927,921,960,931,993,1101,1100,1065,1034,1093,1132,1145,1114,1069,1096,1189,1124,1161,1209,1084,1042,1061,1212,1252,1341,1468,1506,1482,1470,1518,1406,1442,1386,1348,1342,1293,1270,1206,1234,1216,1137,1106,1138,1086,1137,1061,1040,1192,1140,1214,1407,983,968,925,805,650,551,526,520,503,405,398,316,275,261,828,77839,76780,75737,54165,21572,19329,15968,18105,93842 +E14001419,1207,1112,1145,1176,1130,1203,1290,1223,1278,1283,1319,1360,1264,1262,1358,1337,1257,1336,1570,2704,4131,3416,2458,2093,2007,2217,2103,2178,2258,2165,2214,2157,2076,2049,1959,1980,1949,1749,1737,1740,1642,1672,1694,1546,1456,1416,1337,1402,1390,1346,1406,1274,1411,1324,1332,1333,1281,1281,1305,1213,1168,1026,1044,948,933,878,835,764,749,755,705,658,719,669,652,678,545,481,507,478,446,342,377,341,334,287,271,220,249,210,798,98631,97374,96038,82090,13948,12235,9967,22540,118578 +E14001420,787,751,812,926,875,901,941,970,978,1024,1153,1222,1114,1163,1374,1292,1341,1327,1689,3775,3532,2843,2371,2172,2101,1741,1675,1647,1638,1511,1470,1369,1343,1344,1284,1273,1293,1185,1286,1165,1242,1273,1241,1256,1120,1151,1124,1153,1122,1198,1252,1264,1235,1268,1263,1178,1220,1252,1224,1203,1204,1101,1088,990,1026,1051,932,885,929,896,850,903,885,925,931,1038,728,768,733,664,624,508,540,477,433,446,374,337,323,216,1115,90534,89193,87866,69355,18511,16528,13818,18951,106817 +E14001421,1254,1100,1156,1147,1090,1114,1141,1062,1088,1169,1136,1191,1149,1197,1178,1231,1160,1276,1262,1394,1768,1672,2005,2203,2525,2596,2763,2656,2755,2712,2683,2566,2550,2348,2165,1895,1878,1731,1677,1542,1499,1522,1481,1448,1412,1357,1385,1363,1306,1366,1334,1414,1386,1512,1406,1360,1356,1241,1296,1285,1132,1050,1040,908,877,771,677,621,565,538,452,432,456,425,427,446,341,300,276,284,280,264,256,245,191,175,147,114,103,103,394,91801,90641,89365,80082,9283,7835,6111,20839,110204 +E14001422,1164,1158,1349,1264,1284,1336,1364,1352,1353,1445,1416,1518,1496,1534,1469,1398,1417,1383,1301,879,912,1028,1119,1175,1206,1243,1159,1188,1222,1270,1342,1439,1398,1383,1511,1455,1404,1488,1454,1415,1472,1386,1414,1321,1294,1180,1353,1294,1327,1366,1467,1517,1486,1511,1559,1508,1468,1547,1565,1492,1531,1407,1280,1352,1330,1304,1178,1146,1134,1126,1054,1130,1142,1095,1180,1319,948,886,853,748,610,627,537,514,432,491,424,356,297,248,1029,88026,86609,85226,63418,21808,19326,15920,24700,109926 +E14001423,692,728,837,840,789,839,892,898,913,972,1039,1013,1000,1104,1060,946,912,987,965,773,812,768,739,742,743,889,847,861,939,883,951,1026,936,929,964,982,1041,1057,1047,1036,1053,1078,1119,1101,982,972,1011,1107,1149,1281,1284,1369,1426,1405,1412,1423,1358,1381,1448,1368,1356,1247,1197,1279,1207,1145,1108,1113,1074,1121,1067,1167,1133,1200,1230,1385,1010,1049,1006,858,708,687,610,557,554,489,434,392,334,256,877,75406,74494,73507,50943,22564,20311,17003,16461,89968 +E14001424,736,778,764,792,857,894,910,904,973,1012,1021,1078,1091,1104,1091,1049,1008,1023,959,724,685,710,815,894,911,945,869,974,1032,1031,979,1079,1011,1001,1024,958,1018,1022,981,988,1005,1054,1106,1050,986,1009,1017,1092,1189,1307,1437,1533,1523,1619,1586,1674,1619,1680,1691,1630,1619,1523,1483,1565,1536,1361,1363,1330,1321,1332,1287,1405,1338,1404,1432,1456,1098,1013,1015,911,733,714,703,664,606,578,531,430,364,364,1235,83162,82154,81131,55143,25988,23264,19281,17085,98216 +E14001425,1608,1715,1744,1705,1801,1807,1886,1837,1912,1954,1971,1923,1921,1918,1875,1879,1703,1708,1699,1201,1247,1316,1437,1534,1669,1637,1716,1775,1795,1884,2014,1991,2041,2024,2102,1982,2139,2114,1976,1947,1924,1942,1843,1790,1656,1595,1585,1561,1601,1580,1651,1590,1534,1659,1560,1544,1483,1445,1486,1402,1335,1416,1224,1246,1169,1103,1132,1030,1024,1034,969,932,962,971,908,1034,835,652,697,639,559,536,543,484,435,392,381,300,267,262,987,100540,98837,97129,78061,19068,16833,13745,32867,129996 +E14001426,1031,1020,1088,1118,1181,1189,1285,1283,1256,1410,1377,1350,1320,1248,1325,1228,1155,1135,1164,1250,1228,1047,998,888,845,1130,1116,1149,1305,1227,1335,1371,1410,1379,1429,1389,1303,1350,1336,1232,1357,1303,1271,1254,1112,1107,1131,1063,1222,1168,1189,1285,1299,1330,1308,1399,1382,1382,1410,1295,1306,1295,1245,1252,1214,1235,1146,1084,1040,1023,1094,986,976,1065,1087,1175,952,891,829,746,596,501,570,508,444,445,365,333,273,243,810,81167,80012,78877,58460,20417,18036,14889,21999,100876 +E14001427,1033,1001,1013,1041,995,992,1007,1036,1050,1032,1121,1079,1081,1075,1075,1016,1017,1094,1364,3049,3030,2840,2609,2545,2144,1960,1888,1884,1871,1768,1771,1749,1738,1629,1595,1566,1547,1561,1490,1441,1450,1388,1432,1357,1184,1162,1195,1219,1197,1281,1327,1381,1373,1400,1317,1364,1308,1343,1350,1284,1174,1217,1115,1090,960,1035,931,857,892,843,789,793,768,768,795,866,683,643,579,536,445,401,380,398,334,277,271,240,184,171,778,92675,91658,90564,74907,15657,13691,11099,18758,109322 +E14001428,1172,1204,1225,1229,1171,1256,1231,1197,1210,1270,1236,1249,1201,1208,1213,1152,1120,1103,1083,742,818,897,959,1130,1187,1291,1437,1416,1437,1590,1645,1607,1571,1568,1633,1548,1537,1448,1320,1320,1266,1248,1256,1103,1044,989,1212,1194,1192,1300,1402,1522,1475,1402,1545,1546,1517,1501,1417,1384,1348,1264,1258,1243,1173,1078,1013,983,982,914,906,976,936,972,975,1050,821,726,738,661,524,504,472,496,448,396,343,274,295,228,745,82664,81544,80441,61985,18456,16365,13486,21647,102088 +E14001429,904,1011,996,1029,1022,1047,1061,1049,1012,1033,1110,1146,1142,1052,1064,953,939,981,888,838,910,820,847,844,769,1010,1030,1093,1120,1164,1193,1281,1299,1267,1326,1221,1251,1304,1255,1302,1292,1352,1263,1241,1115,1123,1103,1256,1163,1244,1305,1414,1463,1390,1374,1416,1465,1358,1369,1326,1363,1235,1218,1180,1163,1107,1085,1044,1037,1036,1037,1005,1113,1109,1197,1342,1025,943,969,847,754,600,630,643,562,535,488,450,419,348,1409,80877,79938,78957,56223,22734,20542,17425,18551,97508 +E14001430,2062,1733,1778,1658,1601,1657,1624,1550,1499,1566,1648,1529,1562,1563,1557,1481,1388,1461,1493,1725,2366,2477,2879,3666,3998,4664,4533,4654,4653,4320,4363,4263,4041,3860,3671,3321,3004,2889,2768,2550,2425,2322,2249,2035,1875,1896,1788,1644,1671,1540,1331,1203,1277,1225,1196,1117,981,982,1023,897,802,717,738,675,657,635,544,504,466,431,467,401,380,359,333,265,239,216,200,178,147,164,126,135,112,114,97,103,67,73,288,120317,118929,117468,110424,7044,5865,4464,28917,146385 +E14001431,1084,1189,1205,1155,1132,1221,1320,1310,1354,1365,1390,1297,1348,1319,1293,1118,1123,1136,1081,1084,1517,1310,1085,865,782,1142,1094,1274,1406,1380,1463,1494,1487,1474,1569,1558,1666,1472,1455,1469,1414,1352,1313,1248,1266,1089,1226,1214,1253,1267,1302,1428,1388,1310,1410,1461,1441,1461,1320,1355,1256,1251,1157,1125,1035,1034,970,932,861,881,824,805,847,823,883,1010,758,687,616,589,520,416,431,438,432,358,334,294,272,203,803,80749,79626,78490,61469,17021,15017,12343,22359,100849 +E14001432,1031,1109,1153,1091,1124,1085,1131,1156,1091,1097,1049,1119,1088,1055,1044,1140,1036,1090,1453,3188,3631,3846,2998,2171,1926,1778,1666,1754,1708,1761,1785,1744,1673,1654,1714,1630,1617,1656,1436,1499,1418,1337,1391,1228,1144,1172,1125,1131,1102,1150,1277,1244,1244,1251,1228,1166,1185,1138,1165,1169,1126,1076,972,942,937,830,855,793,753,681,723,674,698,684,728,830,571,588,491,480,440,365,394,355,334,292,262,279,233,187,756,90008,88972,87882,73606,14276,12591,10364,19689,107571 +E14001433,1388,1471,1428,1533,1440,1519,1459,1494,1537,1440,1450,1503,1459,1471,1455,1391,1455,1444,1572,2190,2619,2308,2193,2157,2184,2080,1913,1772,1797,1808,1814,1877,1846,1770,1764,1712,1762,1647,1652,1503,1477,1551,1538,1430,1308,1320,1304,1273,1397,1420,1401,1423,1466,1434,1411,1341,1335,1384,1421,1330,1487,1235,1226,1059,1018,1070,1001,909,895,866,805,827,736,755,749,769,541,539,529,487,444,406,397,371,347,304,262,260,181,189,720,94187,92732,91288,75929,15359,13288,10618,26337,117625 +E14001434,1295,1373,1239,1193,1148,1226,1138,1212,1205,1242,1168,1123,1128,1213,1150,1112,1065,978,1072,1002,943,1171,1343,1829,2253,2417,2627,2831,2824,2705,2752,2564,2409,2329,2203,2099,2042,1958,1938,1942,1873,1799,1773,1764,1638,1524,1492,1507,1398,1358,1471,1308,1374,1327,1282,1198,1199,1147,1149,1089,1042,994,946,824,775,785,686,666,671,680,640,650,617,599,553,619,534,499,448,438,356,282,305,282,265,234,231,212,163,138,637,92737,91672,90694,78504,12190,10719,8702,21208,111902 +E14001435,1531,1394,1339,1256,1216,1298,1262,1267,1161,1257,1290,1343,1392,1361,1353,1377,1369,1386,1482,1524,1523,1669,1837,2230,2290,2571,2487,2405,2509,2463,2336,2377,2324,2296,2195,1974,1958,1930,1820,1769,1765,1817,1841,1685,1638,1746,1653,1727,1746,1706,1692,1717,1827,1859,1816,1815,1696,1701,1583,1504,1422,1313,1265,1157,1049,925,924,882,818,786,748,686,648,604,607,531,513,507,455,401,378,346,353,330,333,241,222,194,156,135,550,102737,101368,99982,86709,13273,11424,8938,23852,123834 +E14001436,960,996,1014,1016,1048,1117,1162,1100,1067,1213,1218,1189,1132,1164,1217,1116,1134,1065,1053,776,781,877,931,1031,1035,1156,1124,1059,1199,1159,1300,1402,1226,1299,1280,1314,1191,1285,1180,1247,1190,1182,1179,1032,1010,907,1025,1084,1169,1257,1335,1414,1347,1342,1423,1321,1335,1366,1358,1328,1305,1312,1249,1147,1204,1125,1079,1057,1029,1012,949,969,996,944,985,1013,721,781,718,640,585,540,503,464,431,408,373,312,259,215,720,76753,75619,74554,55726,18828,16624,13526,19928,94482 +E14001437,913,924,1061,1005,1023,1054,1017,1066,1082,1140,1104,1195,1153,1173,1144,1139,1143,1026,1084,747,736,821,1005,977,1029,1060,1015,1013,1073,1063,1108,1151,1125,1203,1182,1207,1154,1181,1114,1116,1138,1189,1247,1179,1049,1184,1236,1194,1281,1280,1363,1503,1410,1527,1428,1521,1458,1435,1391,1366,1392,1269,1225,1270,1158,1101,1068,965,1025,1058,972,1045,1054,1137,1269,1448,1097,963,929,871,775,588,673,612,591,561,465,428,360,320,1060,80461,79318,78292,55857,22435,20266,17218,19362,97654 +E14001438,1350,1368,1378,1325,1309,1392,1414,1286,1318,1376,1282,1338,1254,1293,1313,1220,1169,1095,1098,1431,2605,2623,2201,2004,1812,1784,1955,1955,2088,2054,2164,2182,2235,2139,2230,2156,2094,1979,2055,1913,1892,1922,1918,1745,1656,1601,1581,1584,1488,1482,1486,1427,1433,1374,1311,1375,1323,1279,1235,1135,1071,1053,952,956,874,811,749,753,718,686,652,650,598,669,660,693,512,492,575,482,423,367,388,348,349,299,270,228,226,162,709,95643,94474,93379,79910,13469,11909,9752,23480,116859 +E14001439,942,959,1027,1030,1087,1156,1222,1159,1222,1301,1314,1238,1267,1334,1425,1267,1218,1177,1209,842,838,772,931,846,828,915,885,953,959,998,1050,1099,1131,1169,1150,1215,1290,1263,1273,1215,1242,1298,1381,1333,1192,1252,1187,1382,1250,1366,1429,1458,1411,1448,1444,1436,1388,1385,1366,1349,1288,1173,1159,1194,1102,1115,1030,975,962,907,931,905,887,925,964,1024,791,792,730,640,582,525,532,447,462,402,349,323,249,243,861,76692,75474,74297,55744,18553,16408,13564,21345,95642 +E14001440,924,828,931,943,995,1095,1065,1071,1067,1153,1140,1189,1132,1028,1166,1082,1083,1026,1035,816,802,820,911,992,1031,996,1043,992,1000,1040,1153,1109,1095,1116,1144,1150,1105,1137,1057,995,1109,1102,1090,1006,929,866,998,970,1039,1128,1212,1309,1312,1369,1319,1436,1492,1465,1462,1500,1444,1361,1350,1344,1330,1197,1222,1080,1158,1104,1055,1000,1036,1114,1046,1206,945,897,857,705,710,631,614,609,526,509,425,355,299,240,923,77053,75970,74944,53481,21463,19044,15702,18918,93862 +E14001441,1024,1119,1054,1139,1130,1173,1223,1242,1186,1189,1271,1213,1188,1179,1194,1251,1138,1171,1098,754,792,859,946,984,1095,1151,1115,1166,1235,1265,1345,1339,1488,1465,1397,1362,1303,1377,1318,1314,1345,1425,1415,1321,1212,1170,1243,1224,1214,1193,1368,1344,1346,1361,1340,1322,1354,1358,1319,1273,1232,1225,1209,1124,1163,1183,1086,1041,1146,1114,1104,1078,1068,1112,1073,1103,873,853,831,656,567,475,438,442,394,400,308,237,214,184,802,80359,79221,78050,58268,19782,17513,14212,21084,99134 +E14001442,1179,1265,1178,1286,1294,1298,1431,1423,1417,1441,1491,1512,1543,1435,1446,1442,1367,1265,1287,741,671,751,917,1137,1163,1124,1135,1151,1237,1173,1291,1432,1465,1449,1549,1429,1562,1563,1439,1527,1724,1638,1657,1589,1578,1493,1545,1577,1545,1512,1533,1612,1566,1522,1520,1518,1651,1561,1543,1430,1381,1311,1271,1267,1180,1116,1017,999,952,886,963,969,947,969,1064,1151,865,808,808,754,664,533,546,573,504,495,464,384,369,326,1414,88089,86722,85457,64917,20540,18407,15570,24713,110170 +E14001443,939,974,1020,976,1001,1032,1144,1062,1072,1186,1176,1143,1196,1253,1246,1232,1205,1220,1122,789,806,830,936,966,962,1048,989,1011,1105,1144,1177,1224,1183,1285,1209,1200,1192,1144,1147,1204,1134,1194,1264,1237,1037,1150,1225,1233,1280,1381,1512,1550,1543,1569,1612,1658,1598,1621,1588,1576,1524,1486,1371,1401,1327,1311,1198,1155,1120,1162,1118,1046,1092,1148,1187,1297,1024,931,948,829,791,647,711,631,566,471,465,418,329,244,1079,84087,82882,81662,58744,22918,20409,16972,20077,101739 +E14001444,749,745,780,847,861,848,905,899,956,925,992,971,998,945,970,970,910,1027,1078,854,1115,983,872,901,945,927,994,1017,977,1035,977,941,926,995,995,971,993,983,877,1032,920,1019,996,946,874,887,892,970,1025,1176,1160,1354,1315,1436,1379,1449,1459,1596,1559,1552,1522,1579,1390,1426,1381,1362,1313,1294,1246,1300,1177,1244,1215,1317,1335,1461,1107,1060,1044,903,784,669,693,674,626,521,494,439,370,268,1035,79538,78628,77601,52650,24951,22276,18436,16298,93899 +E14001445,1127,1226,1254,1340,1367,1356,1472,1496,1542,1604,1567,1705,1650,1600,1528,1403,1305,1247,1241,870,739,770,862,1051,1042,1111,1074,1117,1207,1222,1309,1372,1413,1481,1431,1486,1519,1603,1640,1736,1796,1816,1937,1927,1871,1831,1789,1853,1764,1840,1880,1835,1702,1709,1660,1655,1585,1490,1503,1407,1310,1244,1189,1123,1060,1015,907,839,864,820,868,944,854,968,961,1010,803,694,730,667,568,488,486,476,432,331,336,254,220,205,1016,88380,87075,85828,68072,17756,15834,13311,25789,111617 +E14001446,1330,1335,1417,1392,1416,1434,1525,1453,1460,1560,1540,1525,1566,1634,1574,1561,1496,1541,1400,1162,1136,1155,1249,1312,1296,1282,1290,1385,1357,1344,1407,1404,1511,1414,1566,1469,1519,1531,1437,1417,1434,1507,1463,1374,1305,1250,1242,1355,1263,1355,1386,1427,1385,1359,1372,1355,1270,1239,1188,1199,1225,1174,1064,1005,1032,945,979,878,899,930,863,813,797,792,802,921,629,596,603,549,480,402,388,345,276,252,222,201,166,134,552,80722,79226,77685,62271,15414,13490,10783,26759,104444 +E14001447,1339,1234,1351,1375,1314,1434,1395,1344,1333,1352,1425,1352,1375,1307,1284,1238,1194,1225,1186,1015,1041,1001,1116,1169,1167,1275,1244,1418,1531,1488,1487,1602,1623,1616,1630,1534,1565,1530,1486,1450,1572,1374,1531,1362,1301,1325,1297,1362,1294,1387,1367,1415,1385,1441,1393,1441,1448,1476,1366,1367,1347,1259,1166,1125,1081,1036,954,892,957,906,848,852,819,908,957,993,740,653,657,548,548,433,468,408,394,341,316,270,207,180,599,83359,82165,80940,64056,16884,14894,12139,23871,104811 +E14001448,1339,1388,1485,1526,1437,1507,1554,1396,1397,1421,1341,1328,1329,1298,1307,1280,1197,1263,1227,887,991,999,1140,1339,1350,1370,1355,1482,1497,1579,1614,1632,1736,1765,1840,1746,1763,1747,1665,1629,1593,1634,1653,1483,1312,1347,1390,1369,1314,1307,1391,1354,1416,1448,1417,1372,1396,1316,1359,1276,1248,1204,1156,1199,1120,1073,972,942,932,865,881,876,875,885,921,1039,768,731,643,642,573,464,528,440,457,430,363,340,275,251,1057,87110,85913,84650,66427,18223,16178,13439,24793,109443 +E14001449,832,895,915,946,919,1028,1022,1043,1030,1099,1140,1084,1086,1128,1065,1021,1034,1015,1346,2552,1517,1436,1397,1552,1422,1152,1136,1039,1017,1034,1138,1140,1163,1159,1096,1088,1119,1127,1108,1122,1190,1183,1248,1133,1134,1098,1086,1204,1248,1262,1283,1304,1301,1275,1345,1403,1311,1415,1414,1373,1338,1310,1250,1245,1308,1160,1120,1137,1102,1048,1039,1114,1208,1129,1207,1394,1031,1001,979,896,754,657,601,642,596,568,494,427,372,318,1212,84776,83742,82727,59521,23206,20926,17639,18302,101029 +E14001450,1026,1043,1011,1123,1158,1129,1175,1211,1202,1167,1326,1307,1286,1239,1317,1228,1287,1228,1094,839,874,863,971,1017,1078,1077,1105,1199,1213,1284,1237,1385,1330,1342,1422,1283,1316,1279,1242,1315,1271,1224,1302,1233,1113,1198,1241,1256,1339,1471,1485,1621,1543,1639,1573,1559,1572,1579,1500,1582,1444,1389,1296,1279,1155,1210,1111,1144,1136,1083,999,1011,1052,984,1163,1166,788,776,766,634,570,469,448,457,410,335,288,269,251,201,692,82557,81270,80042,60629,19413,17092,13729,21463,101505 +E14001451,915,922,894,989,1026,994,1079,984,1079,1092,1078,1128,1126,1139,1091,1077,1059,1036,976,822,787,751,910,946,930,1066,949,1030,1060,1098,1129,1248,1181,1155,1165,1082,1107,1109,1077,1116,1075,1077,1069,991,939,886,1005,1024,1086,1209,1285,1413,1382,1351,1390,1431,1373,1354,1295,1315,1281,1279,1185,1154,1174,1043,1097,1010,1022,1028,974,1038,1072,1057,1112,1226,920,1051,891,740,684,601,631,605,551,437,376,355,313,248,832,75726,74667,73631,52717,20914,18774,15714,18708,92339 +E14001452,1328,1273,1336,1351,1339,1391,1367,1341,1416,1397,1444,1442,1397,1421,1452,1332,1310,1340,1272,1050,1114,1142,1270,1335,1369,1431,1385,1427,1502,1561,1629,1596,1656,1599,1597,1650,1556,1509,1488,1489,1412,1450,1475,1399,1200,1207,1262,1241,1317,1404,1476,1520,1557,1530,1537,1517,1527,1441,1462,1404,1416,1366,1304,1246,1208,1116,1075,1006,1011,1025,931,976,939,914,1053,1022,785,850,760,636,558,482,523,458,404,362,353,282,239,201,757,87873,86563,85223,66505,18718,16527,13485,24677,109900 +E14001453,1186,1184,1208,1314,1333,1344,1353,1369,1390,1442,1401,1466,1349,1442,1443,1420,1413,1366,1248,752,734,871,1064,1140,1217,1306,1260,1334,1441,1482,1590,1574,1676,1740,1661,1654,1632,1681,1553,1630,1657,1577,1612,1515,1433,1327,1371,1401,1365,1512,1521,1617,1555,1596,1447,1498,1448,1486,1479,1449,1361,1314,1268,1107,1122,1134,955,1000,1002,942,937,966,949,991,1030,1145,877,947,952,786,706,661,574,603,544,472,452,347,294,235,994,89552,88139,86773,66278,20495,18406,15462,24423,111196 +E14001454,1085,1051,1063,1040,1148,1127,1148,1233,1183,1214,1287,1294,1254,1255,1303,1141,1116,1103,1001,725,767,739,815,922,933,1028,1015,987,1102,1116,1120,1129,1143,1151,1188,1289,1315,1491,1408,1522,1496,1603,1523,1581,1481,1413,1323,1291,1284,1284,1248,1405,1331,1272,1272,1370,1332,1245,1282,1226,1256,1257,1193,1133,1062,1099,1056,1070,1002,958,996,914,922,922,1021,1123,888,818,774,725,724,575,648,626,608,529,535,447,373,367,1161,80169,79053,77950,57069,20881,18726,15696,21045,98995 +E14001455,931,941,935,921,980,1021,1042,1095,1100,1105,1142,1144,1176,1107,1179,1112,1183,1119,1067,786,820,875,943,1049,945,985,1018,1075,1072,1054,1181,1171,1119,1085,1199,1162,1126,1155,1176,1140,1171,1193,1154,1164,1047,1093,1156,1200,1185,1298,1352,1421,1378,1342,1328,1402,1313,1393,1361,1312,1315,1244,1178,1216,1124,1081,1168,1116,1089,1100,1115,1114,1087,1183,1137,1166,804,747,730,641,611,471,490,451,363,373,294,305,222,178,705,76586,75403,74284,54543,19741,17492,14187,19233,93517 +E14001456,1094,1128,1205,1242,1175,1294,1260,1291,1308,1218,1391,1351,1383,1301,1412,1198,1231,1196,1166,998,1415,1401,1048,941,878,1008,1017,1084,1143,1217,1164,1285,1301,1384,1376,1421,1430,1465,1371,1450,1525,1556,1556,1541,1542,1467,1554,1574,1551,1602,1611,1532,1611,1568,1513,1482,1433,1501,1510,1458,1400,1280,1274,1245,1116,1039,1044,904,954,912,881,900,852,902,967,1087,862,771,774,717,635,506,536,541,494,451,453,394,351,306,1316,85941,84710,83514,63965,19549,17466,14696,22678,106192 +E14001457,902,981,998,1068,1052,1139,1195,1174,1229,1225,1285,1289,1294,1272,1246,1250,1175,1183,1093,927,1153,1164,1150,1078,992,1118,1048,1055,1085,1057,1111,1264,1164,1158,1231,1249,1274,1179,1314,1299,1335,1390,1352,1322,1294,1292,1222,1311,1313,1341,1414,1436,1442,1467,1454,1419,1486,1464,1481,1399,1372,1317,1307,1200,1219,1084,1096,1034,1126,1061,1054,1080,1057,1053,1157,1307,957,922,908,802,718,615,611,559,530,470,446,428,370,331,1296,83642,82467,81284,59212,22072,19892,16671,20957,102241 +E14001458,730,750,744,812,890,915,939,1007,997,1002,1062,1079,1079,1109,1354,1283,1240,1258,1194,705,584,654,814,877,840,927,894,869,928,1003,950,1004,1017,1014,1014,1003,1082,1019,1022,1103,1108,1195,1220,1072,1045,1050,1063,1115,1175,1215,1338,1439,1359,1484,1403,1437,1420,1487,1532,1393,1466,1359,1351,1367,1308,1224,1156,1108,1158,1151,1129,1085,1177,1208,1293,1353,1049,1028,1035,884,792,670,573,632,601,535,518,458,344,322,1162,79061,77821,76563,52918,23645,21265,17848,18250,94813 +E14001459,1528,1443,1580,1488,1455,1298,1420,1330,1264,1344,1282,1333,1243,1143,1196,1229,1243,1169,1337,2249,2453,2771,3209,3636,3880,3662,3546,3517,3368,3252,3062,2807,2748,2617,2389,2207,2098,2060,1930,1897,1656,1606,1510,1502,1331,1213,1235,1179,1098,1126,1188,1211,1095,1199,1084,1195,1138,1100,1151,1172,1048,953,945,957,878,842,736,727,720,631,678,631,621,647,628,724,477,428,438,426,402,363,308,304,260,224,227,182,123,129,472,105225,103982,102813,90465,12348,10770,8692,23988,126801 +E14001460,732,820,801,887,956,944,1020,993,1010,1112,1094,1083,1123,1124,1021,1090,995,991,947,667,540,645,739,849,867,945,896,875,975,953,926,1038,1021,1071,1078,1138,1152,1077,1144,1075,1145,1124,1154,1153,1043,1061,1093,1169,1137,1207,1314,1281,1305,1306,1320,1439,1519,1382,1448,1389,1340,1382,1260,1311,1186,1242,1138,1111,1138,1108,1059,1044,1115,1191,1242,1247,910,937,916,816,773,624,623,620,555,528,479,482,386,352,1363,77071,76076,75085,52086,22999,20619,17262,17796,92881 +E14001461,836,837,865,882,834,929,927,1000,916,994,1003,1022,995,1078,1020,1031,995,1026,987,799,742,780,864,880,951,971,913,868,1003,1012,1105,1121,1200,1109,1109,1132,1077,1036,1006,1010,1019,1027,990,1039,855,897,1012,1092,1064,1165,1362,1345,1280,1436,1472,1546,1481,1611,1612,1655,1521,1567,1542,1520,1452,1358,1409,1291,1384,1346,1325,1323,1346,1349,1414,1564,1157,1079,1039,906,770,704,652,704,600,549,479,426,364,294,1215,82305,81310,80284,54237,26047,23280,19259,17190,97474 +E14001462,1134,1109,1124,1139,1220,1250,1247,1254,1251,1341,1337,1339,1323,1327,1310,1307,1260,1313,1222,859,880,919,1097,1095,1119,1205,1196,1261,1247,1353,1322,1449,1442,1471,1435,1514,1473,1497,1419,1362,1245,1301,1278,1199,1062,1155,1170,1228,1233,1249,1325,1432,1428,1570,1442,1527,1524,1472,1464,1523,1426,1436,1308,1288,1243,1161,1200,1139,1131,1113,1073,1056,1112,1102,1094,1212,901,940,851,783,709,570,634,579,511,494,435,382,288,290,1042,85740,84480,83167,61365,21802,19441,16058,22585,105752 +E14001463,740,727,792,804,765,842,913,911,925,916,997,979,996,1020,1032,1016,970,1007,1006,718,621,687,751,829,815,818,829,839,852,872,891,964,887,920,912,925,992,1034,950,983,993,1044,1054,1021,941,955,958,1007,1084,1152,1174,1320,1246,1321,1323,1331,1365,1431,1547,1429,1409,1474,1362,1272,1390,1308,1178,1234,1218,1219,1257,1187,1172,1155,1315,1488,1073,1017,1051,933,901,844,750,731,733,698,594,491,476,369,1367,77434,76464,75457,49698,25759,23273,19602,16352,91809 +E14001464,1093,1117,1114,1088,1179,1149,1183,1195,1179,1138,1226,1196,1197,1277,1188,1165,1118,1065,1066,826,787,784,879,960,1122,1064,1140,1168,1377,1325,1400,1442,1468,1443,1395,1419,1368,1327,1297,1334,1248,1332,1328,1243,1131,1170,1180,1204,1285,1440,1457,1545,1548,1525,1487,1544,1563,1624,1505,1458,1429,1416,1361,1352,1280,1248,1138,1099,1147,1067,1068,1085,1091,1104,1155,1248,873,892,813,742,705,554,526,514,457,419,379,317,278,230,846,84224,83106,82041,61046,20995,18609,15296,20867,102908 +E14001465,1033,1078,1051,1153,1175,1267,1177,1321,1225,1296,1318,1354,1406,1350,1393,1352,1310,1299,1181,646,579,675,775,905,974,842,909,910,952,938,1115,1071,1061,1241,1166,1217,1221,1218,1219,1227,1332,1285,1341,1373,1294,1292,1251,1360,1379,1405,1412,1533,1385,1446,1444,1517,1517,1500,1437,1339,1382,1257,1201,1210,1164,1073,999,1016,1029,1006,964,995,1007,1005,1134,1243,984,842,836,769,650,597,576,595,541,540,495,427,363,311,1332,80036,78726,77427,56098,21329,19257,16206,22558,99985 +E14001466,1474,1360,1516,1530,1526,1630,1632,1638,1605,1614,1659,1656,1596,1639,1559,1513,1511,1522,1487,1477,1638,1377,1272,1172,1236,1581,1567,1607,1662,1700,1662,1740,1784,1700,1825,1721,1644,1586,1565,1505,1422,1407,1426,1399,1262,1236,1250,1283,1216,1323,1430,1446,1439,1406,1462,1390,1421,1380,1243,1293,1326,1241,1140,1127,1069,956,898,893,875,829,735,730,694,720,758,864,670,621,652,561,512,448,464,465,402,333,327,257,233,192,796,86463,84952,83430,67545,15885,14031,11434,28180,111610 +E14001467,731,706,734,709,685,674,688,671,627,600,613,602,586,582,586,809,720,817,1380,3955,5208,5165,4967,4684,4587,3095,2787,2427,2054,1954,1739,1707,1602,1451,1407,1272,1234,1139,1037,1026,1023,949,926,838,773,720,727,725,640,684,684,640,690,673,645,668,626,658,653,608,588,588,547,524,515,466,462,449,458,443,423,412,413,370,398,349,259,250,266,229,180,171,174,164,167,162,136,123,117,100,456,82323,81603,80786,73189,7597,6669,5319,12140,92926 +E14001468,756,799,846,905,952,1037,1067,1066,1033,1092,1155,1172,1163,1087,1138,1045,995,983,1287,2911,1940,1458,1247,1104,1064,1032,897,910,880,882,919,863,921,867,965,1065,1102,1067,1129,1108,1203,1209,1247,1340,1176,1050,1107,1133,1137,1166,1209,1257,1286,1311,1287,1240,1247,1260,1149,1260,1259,1177,1139,1130,1121,1064,991,956,1045,1034,921,941,969,991,1083,1153,892,883,873,720,629,534,582,591,494,502,477,427,333,297,1129,78207,77212,76229,55718,20511,18456,15421,18291,94520 +E14001469,1289,1206,1344,1304,1330,1382,1418,1292,1333,1328,1326,1281,1285,1328,1284,1195,1147,1180,1135,1284,1429,1196,1163,1128,1237,1432,1493,1575,1630,1630,1635,1768,1690,1779,1768,1609,1643,1528,1475,1465,1355,1398,1381,1363,1187,1194,1149,1227,1267,1365,1381,1461,1385,1467,1480,1444,1469,1386,1321,1435,1344,1183,1176,1172,1138,1125,1050,982,980,895,896,829,932,922,912,927,769,736,763,650,576,517,521,522,454,427,343,314,242,228,893,86552,85405,84225,65820,18405,16230,13373,23252,107477 +E14001470,1171,1153,1158,1169,1248,1235,1206,1221,1214,1315,1348,1308,1268,1250,1360,1169,1140,1182,1266,1264,1415,1208,1120,996,1026,1437,1397,1470,1468,1526,1557,1576,1445,1458,1533,1358,1379,1342,1313,1276,1228,1188,1273,1205,1050,1118,1147,1232,1233,1340,1415,1524,1474,1555,1566,1495,1533,1514,1462,1369,1418,1359,1294,1162,1250,1104,1041,1008,1015,975,938,946,877,989,1010,1086,859,866,842,686,702,611,636,578,551,446,399,359,301,235,961,85577,84437,83255,63234,20021,17876,14878,22115,105370 +E14001471,1090,1108,1109,1144,1113,1204,1175,1234,1203,1220,1310,1176,1243,1209,1166,1133,1187,1078,1021,826,795,834,992,1104,1110,1193,1268,1265,1304,1325,1419,1420,1470,1478,1476,1393,1315,1317,1321,1270,1255,1283,1322,1217,1192,1104,1224,1163,1245,1383,1413,1587,1469,1620,1533,1510,1490,1644,1510,1565,1483,1355,1441,1291,1242,1188,1108,1040,1133,1106,1108,1088,1143,1169,1180,1218,967,919,913,851,688,607,566,586,513,498,384,307,291,260,915,85468,84281,83203,61457,21746,19450,16171,21102,104305 +E14001472,948,941,975,1047,986,1127,1127,1106,1174,1140,1193,1176,1167,1174,1218,1115,1023,1138,1067,828,716,707,826,863,824,964,953,1009,1052,1099,1122,1162,1263,1303,1271,1247,1217,1191,1256,1234,1293,1372,1335,1242,1166,1204,1229,1243,1343,1371,1408,1468,1297,1400,1363,1388,1342,1450,1477,1423,1479,1328,1281,1218,1225,1216,1115,1141,1181,1087,1002,1078,1102,1055,1204,1331,883,854,831,799,688,616,619,540,540,617,463,452,367,334,1055,80850,79827,78689,56519,22170,19839,16430,19775,98464 +E14001473,904,905,949,962,996,1104,1099,1100,1084,1152,1174,1123,1152,1104,1223,1145,1153,1151,1098,819,790,852,989,1002,1089,1098,1063,1270,1226,1269,1243,1375,1350,1339,1301,1326,1285,1242,1189,1169,1241,1240,1227,1177,1052,1006,1078,1169,1219,1275,1384,1521,1272,1458,1435,1565,1530,1489,1462,1488,1435,1448,1397,1341,1339,1229,1200,1162,1235,1100,1092,1143,1099,1196,1218,1248,1040,963,997,884,774,661,629,618,579,559,463,368,380,307,1230,84310,83157,82006,58632,23374,20945,17448,19480,101486 +E14001474,1258,1242,1346,1491,1439,1489,1482,1430,1507,1524,1548,1493,1557,1474,1439,1409,1383,1317,1283,976,1015,1051,1216,1324,1298,1398,1361,1399,1520,1536,1621,1588,1726,1707,1610,1552,1576,1615,1528,1529,1603,1529,1521,1565,1283,1287,1363,1287,1352,1468,1459,1465,1547,1579,1609,1504,1609,1598,1651,1452,1463,1416,1358,1256,1270,1208,1128,1102,1112,994,983,1072,1133,1119,1171,1314,901,910,851,728,622,533,558,510,452,363,354,299,231,200,842,91313,89930,88613,67923,20690,18354,15146,25828,114441 +E14001475,771,699,789,861,891,885,915,943,974,975,1035,1134,1097,1090,1154,1062,1138,1059,1036,789,668,791,841,921,910,861,838,820,845,917,915,937,934,968,966,921,973,953,947,1007,1006,1178,1138,1079,1005,1043,1112,1097,1222,1277,1429,1513,1522,1505,1570,1666,1669,1663,1646,1668,1687,1617,1591,1528,1434,1448,1427,1354,1389,1357,1283,1301,1342,1410,1468,1561,1173,1167,1133,971,884,759,734,708,649,576,549,509,385,362,1320,84039,82901,81842,54623,27219,24344,20244,17472,99314 +E14001476,745,835,916,882,982,1053,1097,1090,1089,1085,1172,1204,1135,1161,1119,1087,1080,1087,1035,714,730,770,929,1026,978,1043,1011,1035,1069,1004,1189,1183,1157,1132,1254,1165,1169,1175,1222,1159,1156,1095,1204,1205,982,1003,1048,1149,1178,1207,1473,1458,1509,1462,1483,1520,1499,1475,1477,1466,1492,1365,1287,1219,1214,1155,1093,1076,1134,1064,1053,1122,1160,1170,1311,1391,1006,1037,973,861,788,707,656,660,585,493,415,360,313,268,988,80781,79701,78614,55775,22839,20591,17317,18819,97433 +E14001477,1896,1850,2096,2138,2082,2196,2287,2149,2239,2204,2293,2292,2321,2170,2231,2174,1965,1902,1732,1371,1339,1437,1491,1652,1611,1832,1720,1788,1941,1850,2005,2100,2146,2118,2306,2402,2516,2583,2455,2635,2530,2636,2416,2280,2224,2149,1966,1951,1808,1845,1770,1715,1618,1678,1645,1445,1460,1459,1269,1225,1291,1189,1166,1091,1058,1000,959,970,874,833,772,698,727,637,588,574,449,417,410,413,362,369,384,314,272,273,279,225,193,188,581,103542,101577,99675,85914,13761,11802,9125,38485,138160 +E14001478,1572,1488,1523,1572,1584,1636,1725,1650,1635,1839,1763,1759,1688,1756,1748,1630,1591,1615,1554,1365,1332,1367,1419,1494,1572,1531,1453,1499,1544,1647,1663,1684,1734,1665,1723,1719,1649,1757,1621,1741,1703,1693,1823,1658,1526,1424,1475,1456,1365,1453,1505,1511,1492,1450,1457,1478,1454,1422,1346,1280,1266,1195,1105,1122,984,977,881,912,816,826,792,758,706,769,760,760,596,591,619,546,509,430,443,398,373,332,320,259,186,199,733,89073,87482,85867,70376,15491,13633,11079,29774,115641 +E14001479,803,867,934,982,1052,1030,1181,1112,1142,1239,1293,1212,1120,1188,1207,1137,1156,1153,1033,712,637,758,862,959,969,1028,1005,1012,1060,1016,1067,1071,1140,1098,1213,1176,1200,1246,1184,1227,1165,1241,1326,1173,1134,1153,1198,1162,1170,1164,1272,1362,1270,1431,1289,1239,1392,1357,1319,1276,1277,1154,1167,1141,1083,1068,947,946,988,942,903,925,852,985,1016,1086,849,813,789,739,675,557,551,583,552,497,421,397,369,295,1188,75830,74674,73521,53588,19933,17918,15042,19808,93329 +E14001480,1265,1283,1344,1333,1380,1402,1375,1311,1265,1270,1330,1294,1279,1278,1348,1234,1243,1232,1207,920,968,949,1110,1142,1213,1190,1223,1244,1303,1412,1515,1481,1490,1602,1668,1515,1526,1476,1476,1394,1294,1358,1343,1295,1158,1203,1263,1193,1185,1312,1221,1368,1234,1382,1278,1383,1425,1359,1323,1340,1253,1265,1148,1121,1043,980,1023,899,931,948,928,908,975,922,995,1136,848,709,684,662,591,483,499,438,428,412,365,295,248,225,731,81509,80266,79034,60771,18263,16260,13482,23466,102500 +E14001481,977,1007,1056,1097,1137,1157,1281,1204,1245,1314,1283,1349,1295,1300,1319,1271,1203,1252,1152,877,1160,1018,1095,1198,1177,965,1086,1101,1173,1070,1202,1317,1276,1345,1300,1356,1243,1335,1293,1303,1400,1514,1468,1568,1432,1404,1361,1369,1458,1453,1504,1608,1561,1487,1537,1510,1435,1569,1510,1486,1362,1325,1248,1259,1232,1210,1156,1074,1067,1062,1090,1062,1009,1088,1185,1366,962,972,908,878,720,590,646,617,550,555,469,456,353,322,1214,87138,85935,84683,62102,22581,20215,17012,21747,106430 +E14001482,826,795,884,928,965,982,1048,1060,1086,1120,1157,1120,1140,1123,1033,1135,1058,1005,1033,837,714,806,803,880,865,870,845,912,875,913,895,984,1026,1016,1015,1008,975,1053,1060,1100,1103,1191,1189,1126,1088,1134,1166,1196,1330,1313,1453,1397,1407,1406,1448,1515,1569,1515,1529,1474,1508,1414,1436,1265,1279,1213,1130,1182,1158,1199,1145,1074,1228,1236,1250,1327,969,981,972,880,747,641,656,648,541,502,430,370,369,301,1205,79353,78295,77290,53936,23354,21011,17472,18465,95755 +E14001483,1084,1060,1047,1105,1121,1073,1193,1152,1066,1158,1236,1187,1191,1151,1250,1241,1191,1101,1013,754,675,737,896,995,1075,1123,1140,1239,1251,1384,1397,1487,1408,1337,1308,1300,1282,1271,1296,1253,1186,1294,1246,1169,1124,1170,1094,1233,1285,1284,1482,1520,1444,1453,1514,1519,1498,1426,1362,1379,1377,1248,1174,1154,1145,1022,1077,1009,1055,1026,1035,945,964,951,1017,1113,781,826,760,699,562,483,481,486,402,329,306,291,256,205,779,79553,78362,77261,58401,18860,16761,13671,20607,97868 +E14001484,607,603,696,778,801,799,875,884,948,960,992,990,984,930,924,966,934,929,925,686,566,541,607,757,779,779,674,653,748,756,855,837,851,898,905,931,875,852,894,888,881,920,909,941,860,920,949,932,1024,1035,1161,1243,1281,1289,1339,1407,1493,1513,1516,1518,1553,1483,1543,1478,1500,1430,1399,1370,1359,1424,1343,1387,1345,1419,1504,1661,1281,1200,1185,992,888,713,728,716,612,603,553,489,405,363,1404,77581,76647,75718,47945,27773,24944,20791,15600,91318 +E14001485,715,699,798,763,887,843,951,893,989,983,992,1081,1048,1000,1080,997,933,964,977,756,690,819,840,938,964,1043,931,938,949,1013,966,1078,1048,1033,1082,1050,1038,1112,1032,1034,1013,1083,1084,1042,969,979,937,1037,1134,1222,1295,1365,1368,1422,1498,1502,1496,1517,1691,1623,1686,1549,1548,1527,1567,1508,1379,1403,1420,1345,1285,1300,1436,1367,1509,1598,1225,1237,1089,1040,850,711,710,670,653,539,514,458,379,308,1499,83814,82881,81917,54485,27432,24545,20377,16616,98533 +E14001486,669,633,735,711,807,776,900,891,907,905,984,989,958,979,929,997,882,1002,872,802,716,685,700,691,719,751,758,758,776,825,854,866,923,932,928,894,934,910,909,974,879,923,987,952,907,861,944,990,1090,1168,1243,1358,1311,1409,1430,1463,1579,1496,1625,1618,1581,1464,1530,1488,1524,1500,1447,1357,1338,1367,1324,1257,1366,1421,1502,1594,1239,1148,1168,943,798,685,673,575,506,566,448,399,360,335,1199,78396,77514,76512,49997,26515,23568,19506,15654,92166 +E14001487,1046,1117,1077,1142,1181,1167,1277,1168,1231,1284,1252,1254,1242,1238,1259,1195,1249,1087,1084,802,806,862,1037,1118,1117,1134,1161,1168,1197,1286,1189,1310,1398,1369,1429,1337,1334,1304,1297,1306,1279,1256,1310,1313,1215,1193,1301,1315,1414,1432,1536,1672,1624,1618,1646,1638,1638,1744,1711,1659,1659,1547,1446,1421,1528,1412,1405,1324,1332,1296,1295,1357,1287,1384,1472,1590,1158,1108,1061,995,890,755,773,678,669,615,530,438,365,336,1356,92377,91128,90041,63160,26881,24064,20112,21466,111507 +E14001488,1011,1067,1030,1121,1160,1184,1265,1207,1165,1211,1244,1232,1229,1161,1325,1186,1185,1172,1216,800,766,871,941,1086,1035,1120,1112,1168,1214,1206,1212,1353,1291,1367,1331,1316,1282,1301,1248,1250,1327,1262,1277,1280,1107,1158,1234,1249,1316,1416,1509,1553,1463,1620,1525,1587,1538,1592,1572,1522,1434,1426,1344,1334,1289,1160,1164,1027,1111,1142,1060,1101,1133,1152,1227,1348,997,951,934,863,672,619,566,601,483,464,350,310,295,252,853,84612,83427,82255,60420,21835,19511,16231,21155,103410 +E14001489,891,960,964,1054,1112,1143,1146,1180,1143,1201,1259,1160,1210,1156,1101,1008,1081,967,955,645,533,654,825,847,848,933,922,939,1095,1068,1036,1181,1202,1173,1224,1248,1259,1221,1251,1219,1276,1286,1208,1254,1102,1067,1192,1229,1225,1295,1366,1317,1296,1287,1285,1348,1340,1398,1322,1333,1241,1243,1158,1095,1087,1127,1044,1054,1037,1063,983,1015,1046,1007,1172,1313,943,881,935,815,739,590,586,603,510,457,403,345,318,262,1057,76881,75800,74833,53528,21305,19134,15980,19736,94569 +E14001490,942,1011,1027,1077,1106,1110,1187,1244,1239,1259,1358,1281,1238,1296,1309,1163,1101,1100,1108,815,846,887,845,832,890,967,960,974,1061,1131,1201,1210,1250,1204,1288,1281,1317,1197,1279,1245,1336,1393,1426,1307,1221,1194,1291,1432,1424,1503,1531,1603,1476,1609,1584,1654,1610,1636,1610,1528,1443,1415,1298,1275,1247,1146,1152,1072,1052,1031,1036,992,1059,1164,1242,1360,948,903,918,750,689,581,515,533,442,438,396,322,303,247,967,83293,82192,81092,59834,21258,18960,15805,21048,102140 +E14001491,792,832,844,930,991,992,1040,1109,1104,1128,1113,1144,1118,1150,1110,1089,1047,999,1019,704,703,774,838,924,980,1033,974,922,1053,1135,1118,1135,1166,1144,1287,1260,1157,1186,1184,1212,1129,1183,1219,1209,1048,1132,1167,1157,1261,1258,1404,1502,1324,1436,1411,1411,1460,1456,1515,1499,1377,1358,1204,1209,1196,1145,1192,1068,1115,1048,1051,1077,1179,1140,1216,1319,921,907,895,798,682,617,583,589,484,459,381,387,301,254,926,79213,78166,77167,55433,21734,19397,16166,18532,95699 +E14001492,779,897,856,911,961,981,1042,976,1025,981,984,1064,1037,1019,1012,1010,940,956,944,798,757,783,894,910,898,936,992,1006,971,1048,1059,1136,1070,1146,1164,1165,1246,1143,1052,1053,1066,1085,1139,1125,928,908,927,998,988,1061,1172,1204,1178,1273,1296,1307,1330,1364,1383,1364,1302,1365,1321,1276,1257,1216,1135,1104,1118,1059,912,983,1014,950,1041,1061,837,778,693,682,596,515,520,478,521,478,400,346,314,259,904,73598,72658,71702,51788,19914,17563,14282,17431,89133 +E14001493,621,676,720,696,779,863,838,809,863,870,930,928,917,895,1025,915,899,989,919,684,640,640,768,723,839,864,774,844,839,817,831,887,841,822,847,906,815,905,887,859,811,894,922,849,896,825,951,998,1047,1236,1312,1432,1296,1473,1600,1596,1691,1714,1628,1673,1663,1702,1574,1545,1577,1465,1421,1444,1527,1457,1348,1371,1467,1547,1664,1642,1385,1253,1362,1112,958,876,881,742,695,630,536,464,418,393,1412,82214,81315,80326,50856,29470,26584,22156,15233,95559 +E14001494,759,782,866,820,861,905,1000,931,963,985,1013,1055,1007,1046,1126,1085,1035,1056,1059,683,606,700,797,895,925,971,850,856,896,909,950,1003,980,1019,1003,982,977,955,915,1013,1000,1038,1109,1055,1015,999,1027,1104,1171,1227,1299,1365,1334,1407,1346,1462,1499,1526,1490,1441,1414,1413,1288,1286,1292,1259,1274,1166,1178,1215,1152,1219,1306,1285,1450,1525,1202,1104,1103,949,890,718,700,675,623,594,465,453,364,299,1263,79073,78038,76982,51551,25431,22898,19339,17295,94277 +E14001495,766,825,892,915,950,956,1127,1060,1064,1168,1142,1243,1181,1171,1138,1146,1077,1068,1010,902,832,715,801,793,757,891,922,855,947,885,1028,1067,1072,1144,1096,1151,1146,1146,1145,1104,1184,1151,1178,1141,1027,1050,1135,1142,1210,1309,1299,1359,1302,1443,1443,1563,1470,1540,1504,1454,1525,1381,1389,1301,1254,1334,1198,1219,1115,1179,1174,1104,1220,1226,1425,1433,1126,1081,1030,920,744,727,703,685,623,550,516,422,422,342,1278,81104,80027,78959,54163,24796,22264,18751,18889,97848 +E14001496,971,1044,1046,1095,1108,1151,1232,1242,1283,1353,1344,1482,1398,1373,1383,1267,1313,1305,1191,648,638,837,975,1064,1132,1053,1003,893,1029,1016,1104,1112,1107,1175,1236,1232,1238,1238,1350,1308,1465,1523,1542,1526,1451,1349,1481,1485,1437,1449,1488,1503,1391,1457,1457,1451,1421,1444,1453,1375,1279,1262,1144,1162,1090,1086,962,997,941,820,871,859,863,860,944,1026,744,786,753,644,574,446,498,454,423,457,368,360,311,281,1081,79691,78378,77073,58664,18409,16361,13603,22390,99463 +E14001497,992,965,1147,1043,1099,1131,1181,1160,1178,1300,1178,1216,1147,1193,1130,1022,1105,1026,1024,822,899,880,985,1077,1103,1196,1248,1192,1249,1277,1336,1248,1322,1304,1282,1353,1298,1231,1181,1227,1202,1177,1223,1085,1090,999,1112,1149,1275,1310,1385,1499,1408,1494,1471,1527,1544,1590,1549,1611,1616,1503,1369,1364,1421,1380,1272,1234,1240,1295,1240,1208,1276,1270,1389,1470,1148,1065,1024,937,804,733,746,616,626,605,540,435,425,319,1225,87360,86255,85229,59707,25522,22870,19101,20213,105442 +E14001498,842,895,1003,972,1002,1045,1099,1145,1138,1115,1118,1186,1124,1114,1133,1053,1002,1000,1061,741,773,796,948,1063,1075,1098,1040,1115,1153,1136,1137,1199,1217,1234,1232,1292,1241,1209,1216,1200,1247,1183,1149,1118,987,1064,1118,1166,1229,1336,1400,1488,1418,1426,1440,1466,1463,1438,1419,1398,1392,1307,1345,1226,1216,1142,1102,1084,1070,1112,1065,1046,1041,1072,1233,1253,1014,963,939,809,732,612,591,551,550,455,423,362,308,297,1122,80565,79563,78563,56615,21948,19704,16438,18986,97549 +E14001499,1238,1216,1252,1239,1232,1271,1319,1302,1312,1290,1300,1334,1219,1272,1225,1093,1147,1071,1334,2435,2091,1942,1983,2188,2163,2025,1827,1937,1858,1949,1906,1788,1906,1814,1806,1719,1674,1681,1612,1604,1500,1501,1487,1400,1299,1181,1271,1209,1249,1253,1242,1288,1238,1182,1297,1274,1319,1342,1301,1295,1239,1176,1118,1086,1066,949,910,887,844,880,774,742,787,800,791,885,702,702,634,570,512,478,448,429,359,350,329,289,227,249,795,91595,90448,89377,73055,16322,14463,11852,22332,111709 +E14001500,1257,1263,1274,1254,1257,1236,1244,1308,1250,1306,1301,1394,1286,1247,1330,1148,1153,1135,1202,1658,2894,2941,2463,2246,2078,2037,1852,1952,1767,1840,1848,1793,1894,1800,1813,1736,1706,1734,1623,1664,1650,1644,1585,1505,1509,1495,1483,1394,1350,1353,1266,1369,1275,1160,1203,1198,1163,1216,1136,1171,1075,989,997,999,984,914,918,792,826,796,731,805,743,698,690,719,595,563,503,479,438,330,363,337,325,226,236,190,180,149,734,91278,90125,88990,74710,14280,12448,10034,22643,111633 +E14001501,1091,1072,1142,1143,1190,1174,1198,1194,1211,1163,1245,1235,1272,1215,1171,1197,1096,1067,1075,813,893,951,1178,1212,1249,1251,1254,1237,1323,1370,1361,1411,1444,1362,1323,1328,1342,1312,1305,1327,1319,1332,1322,1362,1153,1185,1216,1187,1266,1296,1378,1278,1339,1398,1387,1371,1418,1355,1315,1301,1282,1240,1244,1096,1055,1000,971,953,904,922,829,844,857,980,1039,1108,803,761,734,692,579,450,494,514,451,369,342,298,281,240,957,79951,78855,77788,59416,18372,16401,13622,21076,98864 +E14001502,1077,1058,1117,1141,1185,1255,1266,1223,1272,1190,1277,1293,1336,1328,1260,1225,1130,1113,1103,763,756,793,907,995,1013,1151,1089,1117,1239,1222,1195,1313,1295,1313,1387,1294,1435,1426,1346,1421,1416,1399,1613,1486,1406,1311,1360,1304,1429,1497,1521,1482,1399,1399,1410,1410,1447,1434,1504,1417,1325,1257,1238,1209,1228,1073,1003,1022,1005,1017,1026,990,1039,1019,1102,1159,883,880,858,702,660,536,601,528,532,427,444,397,345,320,1226,83511,82381,81268,60474,20794,18718,15674,21746,103014 +E14001503,1513,1355,1496,1388,1363,1394,1410,1379,1371,1396,1474,1460,1479,1565,1553,1464,1492,1535,1448,1067,1131,1269,1445,1633,1785,1782,1793,1866,1902,1947,1942,2003,2022,2093,2122,2188,2109,2153,1988,2051,2163,2203,2158,2115,1953,1822,1772,1835,1737,1813,1788,1832,1680,1720,1804,1634,1714,1653,1657,1631,1470,1436,1423,1252,1220,1157,1068,1017,991,901,864,871,844,874,806,779,698,660,641,569,519,527,565,494,471,460,407,352,315,281,928,104310,102818,101283,83224,18059,15834,12925,26087,127370 +E14001504,800,820,864,872,953,914,969,977,1030,1051,998,1049,1055,993,1065,1001,984,967,1006,753,830,854,839,929,898,947,931,987,1023,954,1114,1143,1179,1241,1168,1184,1184,1180,1103,1129,1165,1136,1105,1058,1036,970,1077,1069,1203,1252,1332,1323,1380,1426,1533,1452,1498,1574,1553,1557,1518,1570,1503,1380,1478,1295,1329,1148,1317,1136,1168,1195,1196,1235,1305,1427,1121,989,996,943,763,694,684,696,656,619,557,529,410,328,1417,82828,81844,80877,55724,25153,22529,18928,17362,98239 +E14001505,1186,1157,1267,1165,1229,1250,1312,1290,1265,1320,1241,1283,1212,1230,1195,1237,1156,1115,1082,787,741,884,955,1087,1175,1156,1123,1212,1225,1260,1289,1422,1435,1451,1693,1618,1450,1574,1533,1512,1635,1612,1541,1538,1442,1410,1366,1348,1298,1376,1458,1495,1460,1451,1377,1470,1519,1426,1419,1449,1377,1272,1140,1170,1062,998,957,923,887,890,828,865,820,894,897,1024,828,727,724,701,592,565,583,516,489,496,436,335,313,292,1086,83712,82556,81441,62775,18666,16711,14011,22110,103551 +E14001506,976,994,1016,1081,1084,1122,1108,1176,1164,1247,1222,1277,1261,1238,1263,1125,1138,1105,1042,898,913,867,931,938,908,993,1012,1048,1160,1165,1255,1249,1182,1204,1221,1266,1236,1299,1268,1243,1108,1299,1189,1205,1087,1051,1110,1128,1125,1293,1350,1465,1356,1359,1453,1390,1370,1353,1374,1292,1274,1151,1172,1133,1117,1091,1113,952,973,1003,885,1020,987,987,1167,1168,852,844,743,722,660,554,507,514,515,457,390,337,278,244,878,77586,76448,75343,55502,19841,17637,14709,20597,95940 +E14001507,1057,1106,1131,1213,1221,1252,1342,1342,1323,1382,1409,1414,1432,1429,1488,1328,1400,1271,1169,559,488,677,924,990,1058,1054,1036,1090,1162,1122,1174,1290,1348,1348,1420,1293,1413,1351,1407,1410,1467,1547,1577,1583,1494,1580,1579,1548,1537,1502,1609,1506,1458,1416,1434,1475,1413,1350,1333,1256,1172,1086,1050,1008,950,882,924,787,858,851,766,801,848,751,816,881,686,640,635,558,476,409,444,452,414,388,349,299,276,251,955,78781,77381,76110,59713,16397,14591,12095,23540,99650 +E14001508,908,958,968,982,1038,1006,1084,1102,1093,1113,1159,1225,1148,1128,1116,1058,1065,1023,1054,863,924,902,902,905,996,945,995,1021,1079,1126,1221,1258,1236,1293,1356,1177,1190,1215,1195,1165,1180,1240,1251,1147,997,1143,1174,1192,1257,1366,1413,1465,1455,1507,1449,1521,1474,1530,1484,1370,1447,1408,1357,1365,1307,1301,1300,1172,1237,1197,1215,1167,1136,1175,1238,1390,1080,990,938,915,734,611,587,600,552,459,412,405,316,268,1084,83084,82019,80996,57517,23479,20878,17272,19174,100170 +E14001509,998,1004,1023,1081,1085,1193,1117,1123,1166,1185,1186,1157,1223,1200,1213,1167,1155,1092,1085,829,799,888,1010,1101,1114,1125,1166,1161,1282,1401,1406,1451,1355,1349,1334,1308,1428,1260,1320,1258,1289,1192,1229,1278,1068,1079,1125,1222,1238,1309,1403,1525,1448,1488,1410,1442,1418,1444,1511,1455,1408,1342,1285,1279,1232,1184,1132,1076,1134,1054,1081,1132,1120,1133,1219,1243,962,787,861,769,676,567,532,507,479,423,373,337,290,212,783,82862,81707,80615,59549,21066,18750,15486,20368,100983 +E14001510,1014,960,986,1035,1016,1101,1050,1024,1044,1060,1181,1136,1097,1052,1151,1061,1052,1103,1073,844,825,914,1038,1098,1096,1184,1183,1176,1227,1243,1371,1321,1290,1326,1363,1256,1237,1244,1141,1270,1245,1143,1166,1172,1021,1042,1090,1107,1188,1236,1353,1456,1424,1381,1442,1408,1479,1463,1437,1318,1322,1307,1235,1179,1110,1078,1070,951,961,977,880,979,907,926,989,1121,831,827,734,713,610,516,539,539,512,409,388,323,240,235,762,78616,77564,76461,57444,19017,16869,13980,19123,95584 +E14001511,712,677,732,771,771,765,824,880,831,922,994,919,936,930,971,905,920,874,851,711,778,717,735,772,716,792,774,735,811,807,871,874,943,879,931,935,846,899,887,908,977,952,966,935,922,925,937,957,1054,1151,1204,1270,1305,1306,1328,1404,1430,1441,1497,1458,1528,1379,1419,1330,1347,1362,1282,1241,1280,1280,1280,1271,1289,1369,1419,1496,1119,1085,1072,963,774,692,666,602,528,523,444,461,302,347,1097,75632,74712,73838,48594,25244,22600,18799,15334,89172 +E14001512,1076,1114,1213,1200,1256,1321,1535,1401,1457,1519,1568,1531,1472,1474,1506,1365,1282,1274,1168,855,809,789,916,910,1088,1140,1157,1212,1207,1262,1301,1449,1414,1480,1486,1516,1583,1703,1545,1630,1633,1688,1589,1620,1539,1546,1521,1597,1573,1602,1633,1615,1507,1504,1512,1499,1395,1433,1421,1353,1274,1174,1141,1137,1079,995,944,909,965,952,913,914,957,963,1035,1162,839,799,763,722,573,470,493,486,465,387,300,292,258,182,953,85452,84170,82896,64205,18691,16752,13926,24564,107460 +E14001513,893,916,970,1032,962,965,982,1050,1032,1083,1027,1082,1067,1073,1115,1044,1032,954,950,676,652,766,902,992,1021,1042,1108,1125,1199,1225,1309,1282,1286,1252,1309,1232,1256,1288,1133,1218,1170,1221,1252,1128,1067,1032,1018,1206,1192,1246,1265,1445,1411,1423,1468,1482,1448,1409,1501,1401,1391,1324,1272,1216,1223,1082,1073,1076,1034,1048,1045,1066,1072,1118,1104,1169,899,895,900,857,770,614,596,598,553,457,398,357,310,267,931,79709,78677,77723,56434,21289,19134,15976,18279,96002 +E14001514,620,706,743,728,760,815,833,817,865,877,920,961,929,923,1005,858,834,945,871,682,649,609,716,798,788,824,777,810,755,839,881,919,866,909,943,877,866,909,891,884,923,932,909,849,827,854,953,1004,1070,1145,1255,1388,1338,1396,1385,1398,1337,1379,1435,1379,1308,1290,1199,1211,1249,1116,1157,1051,1122,1124,1090,1083,1188,1154,1268,1351,984,992,957,877,757,678,609,614,566,502,435,395,326,237,1014,71902,71068,70123,47476,22647,20374,17077,15139,85262 +E14001515,1046,1061,1097,1156,1194,1194,1222,1246,1236,1248,1244,1322,1262,1246,1311,1209,1182,1103,1061,877,873,848,890,1120,1029,1169,1190,1259,1230,1318,1418,1429,1442,1386,1398,1371,1424,1432,1268,1296,1258,1256,1292,1198,1226,1182,1144,1222,1221,1276,1403,1475,1342,1408,1404,1418,1411,1404,1382,1338,1309,1307,1099,1126,1121,978,971,914,926,967,873,927,921,937,990,1158,761,706,685,629,507,419,428,384,423,302,298,270,188,178,674,78649,77467,76364,58950,17414,15465,12658,21579,97943 +E14001516,1199,1137,1209,1241,1289,1271,1308,1241,1291,1325,1392,1344,1388,1171,1252,1205,1146,1099,1157,797,802,905,1067,1067,1135,1185,1297,1225,1381,1420,1492,1580,1617,1521,1609,1605,1543,1547,1546,1437,1403,1443,1389,1272,1189,1198,1212,1194,1221,1221,1287,1334,1295,1382,1401,1434,1382,1396,1462,1396,1334,1166,1136,1157,1096,1050,956,935,832,801,813,717,813,782,835,902,666,637,581,579,495,410,424,432,396,378,339,319,292,210,929,80103,78957,77858,61335,16523,14517,11949,22508,100366 +E14001517,1243,1266,1304,1287,1317,1369,1384,1318,1368,1388,1317,1367,1271,1280,1303,1183,1163,1176,1101,729,739,850,1045,1232,1279,1442,1316,1473,1601,1626,1721,1790,1799,1767,1865,1782,1764,1746,1624,1634,1600,1514,1594,1423,1350,1314,1311,1346,1257,1372,1437,1489,1317,1490,1352,1487,1457,1387,1373,1398,1328,1194,1176,1086,1022,1050,1042,953,860,901,849,800,825,810,827,881,620,616,561,589,409,397,405,350,357,264,285,221,199,174,738,84321,83158,81982,65999,15983,13891,11177,23304,105286 +E14001518,1106,1099,1164,1234,1192,1290,1253,1256,1263,1356,1353,1386,1289,1299,1305,1278,1215,1247,1133,811,815,876,1062,1131,1159,1374,1207,1300,1414,1479,1554,1489,1460,1430,1535,1508,1555,1490,1419,1335,1294,1290,1350,1268,1076,1016,1095,1122,1100,1151,1302,1311,1324,1346,1360,1383,1413,1359,1339,1452,1413,1415,1263,1265,1180,1250,1140,1055,1025,991,979,920,899,929,977,1027,669,615,654,560,549,481,461,442,419,385,316,297,232,209,778,81144,79929,78682,60423,18259,15869,12798,22585,101267 +E14001519,758,760,859,864,928,1012,1088,1086,1076,1227,1184,1283,1233,1293,1270,1212,1218,1082,1071,707,648,699,806,834,751,897,892,902,974,956,1046,1071,988,1091,1131,1033,1152,1181,1238,1189,1106,1275,1201,1227,1125,1051,1099,1184,1318,1175,1346,1386,1432,1310,1375,1432,1364,1372,1386,1347,1372,1212,1257,1285,1277,1153,1116,1018,1108,1029,1024,1023,1021,1028,1061,1180,892,852,780,648,638,597,571,519,480,384,342,325,250,189,801,75500,74282,73200,53171,20029,17760,14605,19433,92633 +E14001520,1396,1406,1421,1449,1386,1359,1371,1410,1498,1461,1454,1527,1410,1416,1469,1377,1357,1403,1341,1526,1751,1842,1797,1758,1752,1747,1538,1686,1707,1751,1798,1857,1823,1764,1816,1686,1674,1709,1599,1560,1541,1527,1452,1464,1266,1173,1267,1247,1257,1373,1390,1483,1415,1423,1407,1354,1442,1413,1322,1336,1362,1250,1262,1139,1140,1123,1034,987,983,951,869,860,828,913,937,933,672,668,588,626,544,459,455,394,394,322,263,226,165,181,690,91012,89655,88252,71187,17065,14908,11987,25570,113822 +E14001521,1144,1132,1199,1200,1207,1242,1240,1253,1347,1303,1305,1296,1317,1271,1310,1224,1105,1198,1109,1110,1150,1086,1039,1036,1037,1215,1133,1210,1245,1245,1349,1430,1440,1476,1474,1433,1336,1397,1245,1342,1250,1267,1237,1180,1101,1030,1102,1165,1234,1285,1355,1379,1451,1382,1353,1422,1399,1350,1349,1298,1305,1302,1145,1128,1171,1148,1064,1045,1060,964,934,929,987,1002,995,1088,803,803,758,741,633,575,531,475,472,404,350,307,276,232,853,80909,79804,78606,59177,19429,17217,14148,22293,100899 +E14001522,881,944,1036,1018,963,1077,1177,1132,1186,1213,1273,1243,1190,1214,1309,1131,1064,1153,1025,842,833,878,847,875,841,946,953,1044,996,1056,1129,1112,1166,1182,1202,1183,1222,1150,1097,1148,1162,1224,1208,1141,1053,996,1020,1095,1116,1181,1225,1339,1291,1362,1296,1304,1281,1346,1331,1244,1237,1282,1154,1224,1175,1169,1127,1120,1118,1058,1066,1004,1060,1125,1137,1250,956,948,867,805,609,606,565,519,562,510,418,383,289,236,926,76664,75600,74447,53014,21433,19137,15841,20204,94651 +E14001523,817,818,861,826,934,935,969,915,939,1009,1019,995,950,1004,1026,984,909,973,911,722,709,808,905,971,1019,1110,982,965,1005,1062,1135,1088,1139,1106,1175,1129,1145,1106,1090,1092,1060,1103,1107,1101,998,925,1023,1069,1107,1281,1381,1427,1374,1404,1459,1465,1422,1548,1482,1399,1475,1377,1330,1302,1230,1184,1120,1108,1049,1103,1066,1100,1154,1175,1237,1381,1009,1025,1058,915,801,662,661,624,515,473,458,361,295,237,898,78774,77865,76892,54223,22669,20365,17105,16883,93775 +E14001524,933,989,947,985,1050,1024,1082,991,1122,1114,1110,1107,1099,1082,1046,1075,1097,1093,1059,810,868,939,992,1022,1126,1075,1116,1123,1181,1165,1235,1253,1148,1217,1201,1163,1187,1196,1133,1149,1189,1177,1175,1114,1003,1068,1087,1107,1104,1186,1298,1373,1410,1336,1362,1329,1285,1397,1260,1251,1235,1127,1074,1078,1136,1036,1073,1028,1001,1005,987,1044,980,1007,992,1086,823,827,824,701,608,550,543,474,469,378,363,300,271,248,891,76218,75121,74028,54519,19509,17400,14366,18946,92974 +E14001525,2047,1760,1621,1556,1497,1474,1478,1356,1393,1420,1393,1328,1352,1301,1352,1355,1290,1285,1329,1672,1856,1892,2327,3058,3400,3569,3652,3699,3777,3696,3578,3527,3367,3121,3089,2841,2695,2623,2490,2390,2180,2069,2033,1853,1699,1584,1537,1403,1483,1317,1293,1252,1337,1220,1232,1150,1050,1061,1018,990,983,969,882,849,766,685,691,609,543,567,560,465,410,406,376,398,295,267,254,233,233,205,222,222,193,182,184,146,111,95,355,108340,107050,105765,96858,8907,7531,5812,26258,132023 +E14001526,751,808,885,860,874,974,989,929,966,1034,1036,1081,1029,1091,1129,1067,998,1055,954,622,602,668,758,837,875,868,905,916,908,955,998,1028,1026,1011,1116,1040,989,1071,1019,1061,1185,1116,1159,1142,1071,1093,1175,1187,1216,1236,1374,1435,1378,1539,1460,1498,1560,1598,1603,1469,1501,1504,1407,1418,1373,1359,1168,1196,1212,1213,1267,1225,1250,1307,1367,1451,1229,1131,1163,1008,867,709,733,672,677,626,575,509,421,315,1398,82025,81027,79972,53924,26048,23521,19900,17556,97528 +E14001527,1554,1467,1370,1332,1302,1310,1288,1307,1248,1332,1287,1249,1346,1377,1410,1323,1293,1342,1282,1000,1019,1099,1322,1584,1766,2021,2094,2251,2153,2154,2442,2507,2404,2349,2231,2051,2073,2009,1948,1919,1950,1909,1950,1808,1712,1815,1708,1707,1576,1549,1628,1552,1617,1554,1579,1525,1522,1530,1491,1383,1309,1247,1173,1085,1017,995,879,865,782,741,715,709,648,599,653,688,569,490,432,466,391,413,374,339,315,320,314,267,200,211,705,97289,95996,94654,80574,14080,12206,9818,24137,118791 +E14001528,1126,1158,1124,1288,1265,1292,1292,1257,1351,1290,1388,1468,1362,1339,1346,1328,1300,1307,1225,823,923,915,1188,1298,1317,1308,1246,1224,1271,1281,1349,1447,1470,1511,1446,1490,1639,1597,1610,1527,1484,1570,1495,1417,1357,1276,1310,1248,1217,1315,1383,1438,1425,1408,1364,1391,1430,1402,1488,1359,1244,1222,1196,1142,1070,1029,956,905,886,827,808,826,792,820,857,874,635,617,615,591,462,438,474,479,421,366,351,298,234,241,755,81920,80620,79313,62756,16557,14572,11954,23281,102594 +E14001529,858,778,905,919,982,996,1029,1008,1029,1014,1205,1121,1159,1129,1205,1139,1078,1052,1085,779,682,747,775,911,912,879,945,995,1008,961,1068,1132,1084,1093,1111,1095,1083,1100,1104,1108,1168,1136,1226,1196,1107,1097,1163,1256,1339,1357,1418,1547,1442,1524,1504,1592,1526,1575,1504,1496,1540,1466,1402,1393,1327,1258,1178,1205,1236,1126,1160,1151,1194,1173,1237,1293,977,892,910,851,684,598,631,551,511,489,429,416,323,301,1069,80931,79853,78801,55958,22843,20407,16840,18606,97407 +E14001530,697,742,751,818,868,846,841,851,817,840,914,882,967,975,891,929,933,950,869,668,609,647,793,829,890,855,834,898,830,841,878,880,901,913,945,987,906,911,880,887,951,1001,1004,995,857,846,951,965,1088,1201,1172,1257,1263,1347,1391,1324,1456,1473,1590,1487,1491,1521,1422,1509,1500,1485,1415,1332,1383,1405,1419,1373,1402,1442,1470,1786,1252,1178,1188,1051,942,691,796,757,673,638,593,543,431,375,1579,80195,79262,78312,49713,28599,25699,21579,15512,93824 +E14001531,945,988,947,991,1024,1063,1074,949,1031,1059,1199,1045,1070,1068,1149,1135,1110,1090,1179,1140,1117,1099,1225,1264,1375,1244,1198,1345,1326,1326,1447,1454,1441,1376,1402,1374,1435,1380,1267,1240,1279,1208,1169,1202,1093,1026,1064,1080,1094,1198,1330,1338,1333,1312,1382,1324,1346,1367,1542,1431,1452,1410,1347,1397,1315,1311,1179,1115,1076,1036,1006,984,960,921,942,1075,794,746,684,620,533,580,523,560,528,419,403,364,362,270,974,82858,81748,80658,60693,19965,17475,14248,18937,99595 +E14001532,980,925,965,1030,980,1034,1193,1135,1109,1155,1298,1298,1248,1277,1204,1278,1228,1335,1316,805,723,791,958,1060,1107,1122,1031,1093,1129,1153,1174,1227,1188,1207,1250,1214,1230,1257,1277,1277,1355,1406,1337,1336,1274,1249,1330,1428,1353,1434,1435,1514,1484,1439,1421,1501,1452,1444,1456,1377,1355,1273,1122,1118,1133,1016,1008,970,917,901,886,887,859,918,981,1158,836,788,832,786,627,526,538,546,485,470,483,370,375,328,1155,80824,79596,78261,58615,19646,17622,14834,20672,98933 +E14001533,825,873,851,923,936,926,1071,1035,1028,1020,1030,1108,1092,1045,1084,1064,1021,949,903,675,539,641,775,877,918,815,844,874,920,920,966,999,1013,1021,1019,1022,996,1046,904,1039,973,991,1045,1047,929,933,948,1117,1152,1240,1295,1302,1284,1332,1387,1456,1437,1474,1530,1421,1417,1365,1375,1327,1298,1283,1145,1142,1179,1183,1105,1074,1140,1225,1336,1509,1114,965,1044,931,777,588,650,632,568,531,437,421,358,305,1296,76709,75688,74739,50801,23938,21510,18006,17881,92620 +E14001534,1108,1121,1243,1207,1340,1406,1345,1512,1461,1420,1559,1576,1482,1437,1319,1309,1202,1178,1115,710,703,799,920,995,1087,1138,1133,1146,1273,1227,1399,1399,1438,1387,1464,1484,1606,1625,1620,1858,1842,1893,1912,1798,1722,1653,1542,1585,1581,1457,1504,1469,1405,1327,1347,1401,1461,1381,1289,1282,1149,1107,1077,1056,952,966,919,892,863,857,781,807,788,749,851,1035,735,692,651,609,501,420,491,450,423,370,393,300,298,224,994,83157,81955,80777,63718,17059,15174,12562,24225,105002 +E14001535,887,889,1006,962,1043,1143,1145,1156,1173,1227,1241,1258,1219,1202,1275,1095,1038,1054,1073,870,927,832,865,859,783,910,912,951,891,917,1037,1050,1061,1097,1098,1168,1165,1222,1197,1298,1231,1269,1311,1220,1245,1194,1257,1215,1257,1252,1308,1382,1337,1349,1396,1379,1396,1370,1462,1298,1326,1270,1238,1224,1185,1100,1074,1033,1055,1104,1099,999,1101,1059,1130,1250,939,934,1038,856,762,646,618,649,594,591,578,516,380,358,1393,79502,78464,77410,54554,22856,20682,17490,20013,97423 +E14001536,1171,1264,1234,1243,1402,1441,1468,1480,1487,1496,1477,1479,1452,1420,1436,1387,1306,1298,1137,965,885,923,985,1144,1140,1260,1209,1287,1309,1383,1465,1487,1537,1491,1625,1642,1644,1591,1585,1549,1497,1604,1654,1480,1470,1407,1489,1479,1534,1600,1606,1591,1522,1510,1502,1572,1499,1528,1424,1388,1292,1225,1123,1099,1058,1077,941,941,984,925,817,856,833,831,887,981,748,716,669,587,526,488,472,449,414,360,306,272,268,199,837,85384,84078,82780,65396,17384,15366,12516,24941,107721 +E14001537,1209,1290,1282,1407,1381,1359,1346,1395,1386,1467,1572,1491,1431,1408,1400,1287,1216,1278,1202,968,972,1062,1116,1309,1447,1425,1492,1629,1650,1675,1755,1851,1855,1800,1846,1854,1709,1834,1780,1722,1792,1717,1692,1610,1484,1469,1404,1489,1512,1586,1574,1576,1511,1590,1546,1540,1576,1541,1502,1546,1514,1458,1436,1306,1211,1076,1023,1027,1048,967,909,871,906,860,902,915,637,606,583,544,497,372,437,383,366,345,320,268,232,208,792,91723,90507,89229,72135,17094,14995,11953,24605,113834 +E14001538,1084,1059,1119,1055,1118,1168,1206,1117,1105,1175,1245,1211,1238,1259,1205,1119,1121,1083,1195,886,981,1026,1088,1094,1133,1212,1142,1246,1285,1347,1405,1461,1413,1352,1386,1363,1321,1282,1306,1267,1261,1234,1240,1230,1088,1102,1173,1201,1215,1377,1468,1524,1520,1531,1452,1460,1431,1486,1330,1413,1298,1268,1212,1187,1156,1169,1173,1121,1162,1110,1043,1066,1043,1074,1156,1211,905,912,881,749,656,551,556,503,464,394,354,272,255,227,782,83041,81920,80837,60048,20789,18447,15054,20687,101524 +E14001539,894,860,919,954,1076,1110,1134,1158,1144,1262,1195,1255,1189,1268,1193,1159,1087,1092,1020,649,546,649,722,804,834,883,816,831,862,900,999,1069,1002,997,1087,1148,1238,1287,1155,1192,1261,1291,1329,1332,1204,1221,1261,1346,1390,1515,1414,1497,1423,1488,1465,1543,1482,1486,1595,1553,1478,1337,1336,1275,1200,1217,1129,1151,1119,1123,1168,1152,1161,1192,1296,1393,983,949,988,916,727,655,667,634,568,606,513,466,370,354,1380,81468,80381,79289,55412,23877,21531,18138,19949,99238 +E14001540,1022,1096,1095,1154,1214,1144,1260,1216,1258,1223,1297,1307,1261,1293,1323,1405,1301,1313,1286,916,837,837,954,1031,1105,1155,1135,1231,1405,1294,1360,1368,1480,1492,1462,1426,1490,1414,1356,1392,1378,1406,1295,1293,1126,1167,1252,1277,1369,1382,1429,1501,1488,1500,1507,1488,1529,1589,1539,1506,1425,1390,1335,1293,1281,1345,1158,1236,1261,1237,1269,1215,1160,1237,1267,1337,1087,1027,968,939,833,659,729,632,636,578,519,432,391,356,1475,89768,88467,87154,62171,24983,22480,18746,22182,109336 +E14001541,1280,1258,1353,1336,1372,1432,1424,1414,1553,1492,1563,1548,1502,1435,1410,1395,1301,1305,1214,993,997,1053,1138,1193,1168,1329,1332,1409,1498,1553,1576,1686,1630,1687,1665,1600,1625,1571,1550,1557,1382,1416,1426,1389,1212,1208,1201,1323,1272,1382,1526,1545,1529,1485,1467,1397,1437,1412,1391,1309,1258,1223,1214,1127,1099,1000,958,1034,999,933,977,923,928,912,906,917,687,637,638,617,492,414,442,402,370,323,244,211,195,118,605,84142,82841,81536,64654,16882,14924,11958,25373,106909 +E14001542,996,975,1059,1037,1127,1176,1146,1139,1156,1117,1140,1169,1164,1104,1131,1143,1016,1033,1012,768,701,755,827,934,934,904,1020,1028,1094,1106,1152,1268,1278,1336,1350,1218,1291,1282,1201,1305,1241,1239,1314,1266,1096,1150,1138,1111,1260,1239,1253,1292,1265,1380,1340,1421,1401,1445,1447,1420,1316,1323,1286,1178,1216,1142,1137,1082,1064,1123,1057,1020,1135,1077,1101,1300,998,936,950,856,726,662,609,554,536,496,440,382,323,275,1101,79932,78916,77883,55801,22082,19803,16534,19828,97711 +E14001543,1039,1022,1043,1118,1126,1142,1204,1164,1231,1202,1296,1270,1368,1374,1313,1332,1286,1321,1406,1320,1297,1433,1509,1389,1404,1231,1241,1237,1357,1275,1290,1332,1321,1366,1318,1385,1360,1471,1256,1332,1288,1293,1281,1321,1232,1170,1283,1354,1299,1551,1546,1650,1570,1682,1606,1669,1698,1612,1628,1545,1512,1444,1312,1369,1254,1156,1123,1147,1191,1111,1111,1074,1157,1171,1138,1263,988,966,964,860,784,675,629,582,552,495,400,387,318,285,1017,90850,89564,88243,65699,22544,20265,16816,21851,110094 +E14001544,736,791,789,866,867,866,956,918,914,980,997,1020,1045,931,1010,971,1003,1036,909,657,653,678,783,897,958,901,990,906,964,978,1028,1028,1073,1036,1005,1005,1044,984,1012,937,1044,1029,988,999,930,885,965,998,1074,1167,1240,1420,1315,1445,1522,1529,1593,1694,1651,1637,1635,1584,1569,1526,1499,1458,1461,1386,1405,1346,1339,1403,1387,1390,1484,1540,1139,1189,1169,984,843,692,800,749,721,568,560,521,412,357,1329,83035,82032,80996,53364,27632,24713,20576,16696,97692 +E14001545,1017,997,1006,1083,1055,1073,1099,1173,1133,1166,1194,1143,1118,1148,1163,1049,1061,1055,1040,818,987,874,914,956,896,1055,1022,1130,1099,1225,1204,1225,1207,1254,1298,1218,1222,1182,1183,1176,1181,1210,1240,1214,1082,1141,1113,1169,1192,1263,1192,1352,1378,1462,1369,1511,1527,1524,1588,1477,1474,1358,1305,1187,1232,1093,1104,1030,1093,1060,1059,1108,1132,1116,1266,1337,1006,1083,1087,925,759,649,680,655,618,482,468,382,324,275,1025,81858,80797,79742,56926,22816,20619,17436,19733,99475 +E14001546,1676,1696,1777,1751,1867,1818,1948,1841,1763,1852,1848,1845,1709,1781,1847,1702,1631,1673,1458,1102,1142,1184,1286,1383,1365,1561,1536,1576,1788,1751,1810,1901,2029,2093,2070,2085,2157,2138,2061,1901,1985,1934,1891,1826,1728,1615,1732,1696,1607,1610,1645,1662,1608,1608,1534,1545,1508,1451,1398,1287,1263,1180,1058,1040,980,959,863,797,815,761,710,723,729,686,720,736,549,510,489,427,355,318,285,295,240,242,198,171,161,109,585,92505,90874,89201,75768,13433,11611,9238,32025,121226 +E14001547,1321,1406,1513,1475,1487,1571,1626,1604,1629,1712,1810,1740,1688,1612,1642,1567,1562,1579,1523,1220,1241,1252,1310,1314,1378,1390,1349,1413,1455,1600,1591,1672,1594,1615,1658,1611,1617,1571,1557,1615,1521,1536,1543,1456,1356,1364,1404,1467,1514,1551,1532,1569,1669,1564,1570,1507,1460,1450,1488,1330,1363,1326,1155,1155,1174,1153,1034,981,945,930,923,887,854,863,795,839,683,662,678,654,555,486,485,423,461,363,308,288,250,207,761,89179,87617,86038,68570,17468,15281,12425,28544,114582 +E14001548,656,669,773,734,790,826,891,884,957,952,1030,1002,1012,1000,1045,1078,993,1002,913,774,595,612,767,832,797,800,776,773,801,785,824,874,895,903,921,905,954,937,1002,973,956,960,973,955,874,913,893,884,1016,1101,1216,1314,1305,1323,1368,1350,1391,1488,1543,1478,1494,1468,1442,1456,1400,1384,1351,1279,1344,1326,1277,1312,1399,1327,1446,1504,1196,1161,1113,1070,850,763,690,697,609,566,532,478,413,322,1475,77853,76860,75858,48974,26884,24149,20200,16294,92152 +E14001549,904,997,964,1060,1177,1140,1173,1194,1175,1198,1299,1306,1251,1231,1332,1327,1298,1294,1183,760,656,664,863,929,943,898,848,872,923,925,1039,1053,1105,1096,1133,1123,1185,1149,1159,1198,1255,1317,1317,1316,1197,1231,1228,1300,1340,1374,1410,1366,1432,1364,1492,1506,1488,1503,1403,1384,1430,1309,1196,1133,1089,1097,1033,993,954,997,980,954,1026,1029,1141,1273,959,853,933,849,697,556,547,613,518,531,485,383,368,296,1113,78854,77556,76262,55084,21178,19048,16104,21320,97582 +E14001550,1340,1314,1206,1142,1029,1046,1076,1065,999,1052,1078,1021,1027,957,947,973,880,883,951,895,971,983,1282,1853,2398,3044,3386,3365,3390,3201,3102,2770,2505,2396,2183,1944,1795,1844,1604,1612,1584,1585,1530,1479,1363,1369,1345,1292,1242,1316,1219,1208,1207,1211,1190,1171,1259,1112,1059,977,950,931,805,780,705,720,637,568,599,581,542,548,512,544,513,524,406,348,322,350,281,268,288,275,254,237,195,178,137,151,499,89603,88723,87840,77363,10477,9120,7372,19035,106875 +E14001551,812,839,850,1000,978,971,1074,1047,1123,1107,1133,1148,1168,1110,1154,1144,1054,1153,1059,809,751,770,915,1103,1030,1036,1024,1062,1075,1195,1174,1261,1159,1143,1193,1177,1138,1143,1117,1136,1147,1194,1240,1117,1019,1108,1158,1176,1236,1363,1330,1537,1486,1570,1588,1649,1587,1638,1638,1658,1573,1511,1447,1431,1400,1407,1343,1331,1297,1363,1266,1258,1258,1424,1431,1586,1212,1108,1109,1022,897,708,751,711,661,587,555,473,447,387,1575,87645,86591,85438,58271,27167,24417,20426,18865,104303 +E14001552,692,705,787,760,775,858,908,879,992,955,1054,987,1040,978,1045,1071,1028,1003,946,757,616,588,742,792,805,870,829,822,878,823,876,915,1018,968,965,910,946,917,840,922,951,968,1013,948,839,884,1018,994,1064,1182,1283,1442,1400,1470,1465,1546,1622,1599,1679,1618,1657,1584,1585,1608,1572,1557,1414,1432,1462,1407,1413,1420,1492,1505,1518,1715,1229,1232,1160,997,905,765,728,662,635,578,498,466,413,361,1321,82052,81024,80021,51736,28285,25314,21013,16517,96538 +E14001553,1886,1765,1775,1694,1660,1610,1697,1613,1593,1629,1649,1635,1615,1677,1669,1615,1629,1638,1624,1500,1658,1683,1860,2211,2448,2458,2559,2703,2820,2822,2846,2897,2864,2815,2715,2528,2451,2483,2271,2208,2153,2010,2151,1997,1967,1836,1806,1884,1695,1729,1656,1811,1717,1753,1705,1596,1670,1628,1527,1420,1353,1230,1241,1039,954,985,862,864,737,737,679,591,621,585,520,510,386,415,385,351,366,327,333,341,300,217,223,180,162,129,430,109455,107826,106188,93952,12236,10389,8051,30049,136237 +E14001554,766,811,794,833,841,864,962,900,936,970,1036,1010,1001,964,956,1111,977,1076,1063,1244,1705,1826,1630,1481,1394,1156,1075,1034,1033,1070,1146,1156,1150,1085,1136,1111,1040,1079,1096,1070,1069,1168,1136,1058,998,1016,968,1017,1093,1180,1294,1313,1212,1195,1216,1302,1314,1364,1349,1276,1259,1252,1169,1234,1160,1192,1105,1087,1154,1145,1048,1121,1121,1170,1240,1389,1039,923,1029,812,709,670,623,589,561,498,471,391,332,264,1227,81355,80378,79302,56392,22910,20613,17227,16808,96110 +E14001555,1081,1052,1122,1186,1206,1238,1286,1362,1289,1349,1448,1571,1508,1464,1439,1462,1313,1221,1194,603,554,713,802,1022,1103,1024,1019,1095,1134,1142,1201,1241,1257,1290,1362,1441,1322,1403,1449,1483,1438,1473,1524,1569,1409,1434,1437,1542,1568,1581,1678,1638,1564,1622,1607,1674,1544,1636,1469,1406,1340,1210,1222,1281,1155,1031,1018,1019,997,958,914,970,1020,1050,1051,1136,867,848,850,759,674,579,599,558,540,423,433,384,353,311,1244,84995,83682,82461,61875,20586,18537,15563,23597,106058 +E14001556,1138,1079,1174,1167,1213,1322,1391,1357,1358,1415,1471,1507,1534,1493,1494,1385,1341,1357,1241,867,715,805,944,1177,1166,1013,1001,997,1096,1105,1145,1143,1214,1306,1355,1397,1471,1417,1491,1581,1561,1705,1810,1795,1735,1788,1662,1792,1762,1838,1757,1755,1721,1626,1642,1665,1631,1594,1491,1433,1342,1252,1155,1061,1094,1063,955,980,933,921,889,914,909,902,961,1004,784,710,733,543,453,403,408,434,391,325,284,283,237,212,913,85556,84215,82858,65314,17544,15526,12692,24196,107054 +E14001557,831,808,854,1018,1003,1021,1108,1089,1082,1090,1128,1106,1154,1138,1182,1086,1098,1073,944,753,687,718,804,807,929,887,913,917,949,987,1073,1055,1067,1150,1118,1225,1181,1250,1273,1235,1275,1403,1361,1311,1171,1138,1163,1270,1241,1322,1428,1419,1369,1393,1361,1354,1375,1473,1405,1440,1401,1241,1285,1250,1309,1176,1159,1127,1119,1102,1107,1058,1110,1101,1216,1240,932,833,806,691,601,562,655,564,529,528,468,421,342,274,1068,79040,77942,76869,55080,21789,19454,16106,18869,95738 +E14001558,1711,1643,1592,1580,1608,1562,1603,1593,1473,1478,1487,1464,1387,1455,1521,1432,1461,1494,1547,1708,1678,1751,1846,1836,1998,1632,1613,1671,1599,1656,1813,1833,1886,1925,1909,1952,1911,1941,1955,2040,1904,1966,1988,1864,1673,1590,1596,1431,1522,1459,1461,1508,1545,1434,1501,1500,1500,1337,1376,1294,1242,1218,1157,1146,1039,1013,979,885,879,842,758,732,774,755,776,826,637,574,561,488,481,395,401,390,357,330,350,273,266,236,812,95676,94215,92721,76951,15770,13778,11172,27544,120265 +E14001559,996,798,844,831,849,840,840,817,897,820,916,920,930,998,991,993,1021,1041,1173,1487,1568,1592,2085,2732,3120,3256,3286,3199,3003,2780,2559,2386,2198,2101,1895,1780,1715,1527,1513,1449,1502,1402,1400,1244,1295,1265,1280,1261,1236,1203,1260,1305,1320,1380,1328,1327,1321,1286,1256,1207,1079,1015,944,890,842,826,781,698,603,554,513,479,495,427,463,403,340,282,299,276,261,242,266,230,197,157,155,106,98,95,423,90983,89962,88921,79252,9669,8062,6207,16342,105263 +E14001560,1145,1220,1259,1256,1276,1253,1323,1273,1322,1301,1357,1364,1321,1271,1308,1285,1237,1222,1202,945,920,956,1125,1124,1160,1341,1298,1334,1532,1554,1636,1636,1569,1553,1632,1561,1611,1639,1559,1548,1449,1492,1540,1378,1326,1230,1339,1352,1335,1464,1383,1585,1505,1527,1560,1511,1518,1431,1422,1414,1418,1315,1231,1235,1168,1086,1061,989,1020,1005,932,914,979,1008,1009,1089,830,723,776,666,548,506,477,447,422,361,333,289,270,172,771,86705,85468,84246,65563,18683,16536,13522,22993,107239 +E14001561,918,913,988,1046,1004,1064,1103,1131,1123,1109,1273,1192,1212,1239,1230,1126,1137,1123,1087,783,789,776,894,948,983,1063,1143,1149,1137,1231,1147,1271,1267,1277,1270,1234,1310,1209,1161,1227,1167,1134,1148,1152,1026,1037,1088,1117,1119,1225,1289,1409,1341,1410,1386,1385,1400,1452,1455,1491,1390,1410,1337,1296,1342,1280,1183,1150,1149,1125,1067,1127,1043,1014,1019,1179,816,822,776,660,612,516,556,526,469,364,360,294,252,223,977,79181,78044,76921,56362,20559,18096,14672,19931,96852 +E14001562,1667,1593,1735,1724,1807,1730,1835,1699,1777,1811,1877,1776,1731,1756,1814,1709,1750,1727,1648,1402,1422,1453,1461,1525,1560,1522,1528,1590,1471,1661,1706,1692,1786,1677,1794,1795,1725,1778,1688,1723,1608,1561,1698,1468,1346,1470,1462,1347,1391,1384,1463,1545,1494,1520,1467,1393,1353,1315,1319,1272,1252,1183,1220,1054,1057,1018,1008,936,922,871,858,839,762,776,844,784,596,616,608,567,492,487,457,406,411,355,326,298,262,220,796,90241,88491,86764,70249,16515,14489,11760,31518,118282 +E14001563,1947,1786,1700,1732,1593,1598,1610,1531,1496,1570,1495,1514,1480,1513,1423,1435,1388,1403,1396,1202,1186,1147,1334,1446,1504,1571,1698,1904,2130,2178,2378,2603,2692,2682,2776,2725,2573,2565,2570,2440,2389,2251,2261,2094,2080,1757,1853,1762,1621,1637,1639,1639,1530,1467,1455,1338,1334,1262,1273,1198,1120,1029,1039,940,824,810,704,709,652,609,595,532,457,497,491,437,381,313,309,331,256,234,244,228,205,163,124,106,91,99,379,96239,94851,93448,83492,9956,8442,6472,28214,121662 +E14001564,879,890,1006,1011,1040,1012,1077,1101,1121,1088,1222,1161,1127,1218,1163,1084,1068,1089,1019,703,730,861,985,1119,1092,1089,1076,1034,1101,1187,1282,1332,1279,1310,1318,1316,1376,1338,1296,1280,1315,1251,1299,1220,1069,1129,1134,1137,1172,1264,1257,1348,1443,1406,1409,1484,1500,1491,1442,1420,1373,1376,1242,1293,1169,1129,1079,1016,1019,995,949,942,954,961,972,1115,831,798,749,698,607,513,486,520,425,363,343,267,240,193,718,78805,77737,76648,57766,18882,16674,13644,19357,96005 +E14001565,1003,970,1058,1074,1091,1098,1193,1225,1280,1284,1266,1288,1337,1247,1278,1239,1166,1175,1109,690,743,797,997,1050,1085,1268,1223,1249,1262,1296,1298,1464,1349,1336,1454,1345,1381,1436,1455,1374,1394,1402,1496,1380,1335,1235,1358,1389,1370,1512,1539,1627,1562,1529,1453,1579,1566,1520,1488,1514,1420,1323,1237,1152,1119,1073,994,965,956,990,874,943,950,938,998,1129,786,803,795,689,648,565,623,557,508,456,368,312,290,235,822,83768,82602,81427,62160,19267,17200,14289,21272,102699 +E14001566,1096,1098,1209,1219,1198,1148,1174,1275,1201,1224,1272,1216,1164,1183,1131,907,949,901,1107,1754,2999,2131,1545,1251,1344,1384,1451,1468,1639,1459,1603,1700,1756,1683,1763,1718,1576,1620,1582,1549,1488,1505,1469,1475,1350,1293,1280,1369,1377,1367,1330,1400,1315,1406,1408,1319,1320,1329,1311,1208,1218,1150,1088,1038,967,974,952,974,876,910,842,891,898,905,868,975,757,746,729,704,579,462,480,485,444,393,332,304,248,270,1023,88733,87784,86883,68862,18021,16095,13335,20565,107448 +E14001567,904,922,918,960,1024,1061,1080,1126,1096,1082,1173,1232,1177,1162,1231,1123,1082,1064,984,887,894,895,949,968,995,1016,995,1059,1064,1125,1190,1182,1162,1188,1205,1242,1252,1194,1206,1222,1151,1229,1246,1151,1129,1000,1092,1113,1146,1210,1361,1392,1340,1256,1328,1326,1282,1356,1362,1318,1356,1287,1261,1247,1351,1239,1231,1207,1211,1133,1151,1107,1105,1130,1142,1152,832,748,718,605,582,487,518,470,471,374,302,263,205,170,632,77495,76413,75349,55164,20185,17715,14164,19417,94766 +E14001568,1469,1399,1462,1437,1415,1460,1466,1455,1475,1424,1517,1542,1436,1456,1462,1402,1336,1356,1220,878,869,974,1164,1254,1389,1486,1428,1553,1640,1635,1816,1914,1831,1873,1918,1846,1930,1940,1818,1917,1940,1893,1873,1780,1691,1654,1601,1572,1556,1531,1498,1564,1493,1436,1450,1357,1332,1252,1257,1218,1208,1116,1036,1039,916,871,842,769,805,730,682,717,673,673,716,750,571,552,496,545,438,340,415,362,347,375,317,233,235,201,776,87679,86343,84987,70556,14431,12718,10414,25969,110956 +E14001569,622,629,672,725,764,777,824,828,881,899,951,979,896,899,932,909,867,839,889,603,545,609,738,802,820,794,763,813,796,781,847,834,786,893,868,843,886,914,889,925,973,937,963,933,890,856,898,927,1085,1100,1185,1288,1255,1323,1395,1400,1469,1434,1524,1480,1448,1511,1413,1484,1395,1368,1286,1295,1311,1282,1234,1282,1296,1381,1473,1635,1228,1153,1117,990,878,698,710,674,642,546,524,474,424,353,1267,76431,75564,74725,48204,26521,23867,19979,14893,89618 +E14001570,872,950,964,971,1071,1047,1021,1064,1052,1064,1118,1107,1123,1162,1219,1211,1141,1139,1090,695,596,672,692,868,885,886,843,841,887,893,958,933,988,967,993,971,1034,1045,1038,991,1033,1056,1111,1061,1046,929,1057,1144,1080,1247,1332,1454,1408,1508,1524,1466,1493,1564,1563,1454,1514,1363,1372,1356,1306,1252,1242,1246,1163,1129,1078,1136,1181,1226,1333,1466,1158,1104,1056,1038,788,710,720,676,568,553,503,448,330,308,1168,79067,77926,76787,52207,24580,22086,18548,19296,96083 +E14001571,1206,1220,1228,1284,1357,1310,1349,1362,1433,1450,1567,1478,1413,1440,1499,1377,1410,1320,1331,887,938,1018,1219,1303,1291,1287,1317,1380,1467,1491,1605,1637,1589,1673,1716,1527,1582,1570,1511,1536,1529,1574,1616,1497,1389,1433,1378,1432,1446,1568,1646,1686,1607,1707,1666,1718,1563,1567,1455,1450,1397,1315,1265,1206,1226,1120,1080,1040,1085,1089,1068,1025,1068,1087,1165,1202,891,863,836,708,666,559,497,508,485,384,351,322,293,255,994,91582,90172,88852,68211,20641,18441,15227,24703,113555 +E14001572,731,706,788,765,793,865,879,895,909,941,1027,1073,1042,1082,1082,1009,1085,1083,979,753,530,615,768,801,792,803,720,753,835,803,850,889,854,923,1000,853,898,905,887,919,887,964,1024,1009,870,974,963,1060,1136,1153,1229,1351,1333,1437,1392,1446,1494,1465,1468,1419,1390,1416,1302,1299,1323,1279,1210,1176,1214,1219,1189,1224,1209,1272,1370,1394,1093,1064,1008,938,796,664,689,641,602,565,475,439,375,308,1205,75720,74635,73552,48934,24618,22129,18520,16755,90307 +E14001573,1211,1273,1292,1327,1334,1370,1357,1417,1369,1408,1486,1360,1390,1351,1432,1301,1330,1284,1418,1843,2191,2309,1877,1799,1751,1605,1506,1506,1503,1535,1563,1531,1621,1603,1645,1645,1582,1656,1580,1644,1643,1621,1665,1532,1392,1439,1446,1401,1359,1420,1434,1481,1446,1413,1409,1414,1443,1469,1336,1432,1255,1274,1248,1172,1140,1057,984,911,905,807,822,837,784,780,855,982,710,689,675,639,517,479,512,467,432,439,377,357,300,282,1093,92503,91173,89889,72197,17692,15651,13028,24292,114181 +E14001574,1382,1355,1440,1469,1431,1501,1483,1456,1484,1578,1591,1480,1513,1608,1505,1446,1488,1512,1468,1246,1213,1290,1306,1339,1420,1398,1403,1397,1477,1485,1540,1640,1658,1655,1602,1607,1575,1713,1638,1616,1480,1525,1608,1507,1378,1403,1454,1431,1412,1512,1526,1511,1570,1511,1491,1486,1377,1355,1402,1301,1249,1250,1186,1064,1061,1034,998,948,933,891,866,874,893,829,839,825,659,664,708,650,586,508,528,492,485,410,363,341,223,241,729,88253,86765,85253,67736,17517,15485,12713,26722,111975 +E14001575,629,648,676,750,750,760,816,802,795,857,934,951,972,1050,1118,1091,1032,1069,977,691,572,603,666,701,757,757,721,758,765,742,756,817,796,851,847,928,873,846,766,832,799,905,869,939,858,881,877,1007,1002,1142,1157,1257,1311,1320,1353,1385,1468,1585,1589,1550,1614,1557,1508,1549,1616,1503,1447,1449,1501,1432,1395,1473,1569,1525,1612,1836,1369,1292,1317,1190,1090,846,834,863,801,707,602,560,454,444,1812,81144,80112,79043,48120,30923,27973,23591,15700,94743 +E14001576,2063,1772,1737,1769,1740,1694,1725,1697,1664,1668,1758,1746,1705,1760,1801,1739,1553,1770,1670,1691,1826,1945,2233,2580,2756,2952,3211,3257,3081,3294,3188,3107,3153,3009,3022,2782,2758,2664,2513,2433,2193,2247,2175,2135,1933,1821,1795,1863,1640,1653,1663,1696,1733,1607,1562,1466,1464,1357,1425,1345,1104,1154,1063,919,891,837,809,737,695,633,625,538,552,425,484,424,308,268,253,263,256,237,221,236,201,140,108,84,61,67,325,112139,110586,108816,99029,9787,8141,6076,31361,140177 +E14001577,960,847,910,1003,963,1010,988,1057,987,1130,1157,1167,1150,1152,1251,1127,1144,1174,1334,2423,2595,1997,1252,1178,1076,1050,972,986,1077,1052,1072,1204,1151,1136,1165,1161,1172,1138,1119,1145,1035,1070,1174,1080,1056,984,1083,1105,1182,1283,1392,1492,1440,1494,1421,1445,1587,1580,1520,1447,1472,1325,1321,1260,1248,1213,1120,1142,1078,1104,1009,1126,1046,1119,1162,1224,939,875,862,837,729,636,584,590,521,524,442,390,348,261,941,85091,83947,82773,60951,21822,19489,16165,19177,101950 +E14001578,1326,1345,1340,1457,1405,1426,1418,1426,1430,1430,1470,1491,1325,1387,1309,1234,1277,1159,1170,1002,1084,1326,1578,1654,1643,1560,1590,1674,1835,1719,1787,1841,1823,1791,1747,1723,1642,1606,1615,1505,1607,1576,1522,1510,1341,1323,1292,1384,1353,1544,1499,1620,1515,1672,1576,1599,1592,1588,1649,1494,1466,1403,1393,1328,1336,1179,1149,1085,1148,1153,1078,1099,1151,1165,1275,1427,1029,991,952,883,756,605,652,629,605,477,459,366,327,244,1118,97535,96258,95099,72097,23002,20674,17288,24655,119754 +E14001579,740,711,755,808,825,876,940,936,1007,1048,1112,1078,1090,1144,1135,1157,1145,1169,1144,756,618,635,783,857,941,934,844,866,848,873,918,906,955,939,907,967,956,973,937,928,952,1007,1092,1145,921,999,1027,1095,1195,1222,1375,1440,1429,1500,1577,1663,1630,1645,1659,1718,1608,1547,1530,1520,1533,1479,1378,1345,1376,1424,1333,1393,1392,1467,1515,1600,1258,1199,1265,1080,957,769,812,794,670,714,549,527,466,413,1463,84466,83321,82152,53514,28638,25781,21636,17676,99828 +E14001580,606,614,660,706,685,772,794,780,793,850,783,852,852,909,914,914,893,910,921,688,651,647,747,847,831,799,865,825,862,902,927,1000,950,922,949,957,947,983,939,959,980,1028,983,951,923,947,968,1049,1142,1107,1266,1335,1314,1483,1363,1446,1458,1577,1688,1577,1546,1507,1555,1481,1407,1330,1278,1333,1321,1278,1221,1230,1294,1321,1373,1536,1139,1033,1063,958,792,737,732,725,678,572,493,413,358,332,1272,78814,77921,77011,51199,25812,23204,19272,14287,91298 +E14001581,952,1036,1032,1105,1047,1030,1086,1051,1066,1101,1167,1155,1160,1098,1115,1078,1063,1042,1018,725,787,884,996,1083,1142,1130,1044,1160,1155,1229,1307,1324,1299,1312,1370,1314,1314,1256,1316,1339,1281,1272,1224,1188,1090,1098,1056,1207,1213,1215,1331,1415,1366,1424,1361,1392,1420,1380,1376,1329,1280,1240,1184,1156,1218,1030,1096,1034,1021,988,1013,1043,1007,1115,1171,1260,1008,941,857,712,675,608,548,576,483,453,413,356,292,261,1191,80477,79414,78372,57220,21152,19026,15983,19384,97756 +E14001582,767,766,863,898,899,984,1048,989,978,1006,1070,1036,1113,1079,1151,960,1032,1025,961,699,618,562,635,717,671,802,697,748,776,764,838,939,935,907,945,929,981,915,930,999,1082,1116,1086,1118,1030,1041,1103,1165,1208,1223,1285,1309,1358,1408,1424,1460,1436,1493,1482,1462,1475,1485,1433,1459,1259,1224,1216,1081,1184,1153,1119,1152,1125,1267,1332,1430,1080,1115,1025,905,823,704,760,637,614,615,515,423,376,325,1093,76718,75686,74661,50368,24293,21853,18435,17664,92325 +E14001583,803,886,911,921,948,989,1001,1036,1001,1047,1069,1116,1064,1006,1070,980,1027,962,933,728,734,765,912,974,1027,1002,1039,1056,1110,1078,1231,1157,1129,1167,1223,1071,1135,1160,1061,1134,1091,1093,1056,989,913,848,1013,1049,1096,1165,1242,1405,1326,1436,1384,1496,1511,1592,1516,1484,1479,1425,1412,1324,1331,1271,1297,1115,1140,1116,1049,1157,1069,1149,1160,1211,846,804,848,682,709,605,560,534,556,445,364,310,264,219,897,77868,76841,75879,54502,21377,18809,15438,17837,93716 +E14001584,952,933,997,1033,1032,1103,1072,1122,1077,1122,1170,1123,1136,1160,1143,1110,1118,1125,1036,832,823,928,927,1024,1027,1045,945,1046,1149,1113,1264,1243,1270,1242,1306,1289,1222,1257,1280,1234,1175,1204,1215,1152,1011,990,1049,1066,1076,1132,1264,1299,1318,1284,1318,1298,1343,1383,1337,1382,1452,1390,1263,1266,1293,1160,1101,1018,1002,980,900,973,897,897,976,966,682,615,640,552,525,464,445,452,399,384,335,314,264,233,644,75523,74405,73280,55462,17818,15557,12557,19528,92808 +E14001585,1205,1152,1130,1205,1244,1210,1251,1213,1247,1228,1283,1329,1290,1296,1310,1197,1187,1211,1161,884,894,1073,1137,1193,1212,1306,1309,1374,1390,1395,1492,1528,1558,1560,1510,1474,1468,1471,1457,1350,1360,1346,1331,1279,1129,1167,1210,1223,1288,1342,1530,1535,1527,1548,1571,1583,1481,1592,1545,1441,1432,1420,1319,1309,1271,1162,1085,1072,1095,1014,994,1041,1005,1087,1100,1203,847,849,803,748,632,590,555,508,456,450,352,312,246,194,741,86514,85327,84116,63975,20141,17894,14713,22188,106304 +E14001586,1388,1365,1335,1333,1346,1295,1381,1290,1327,1385,1368,1302,1325,1307,1301,1270,1150,1126,985,670,719,785,914,1120,1305,1344,1524,1679,1658,1732,1757,1859,1774,1856,1812,1855,1806,1841,1844,1848,1843,1942,1823,1850,1768,1767,1711,1629,1631,1696,1624,1539,1477,1415,1450,1417,1382,1316,1219,1233,1149,1151,1054,1013,1002,977,925,919,871,925,797,839,845,843,871,867,652,648,575,507,481,484,449,440,398,361,309,303,227,215,902,88694,87544,86418,69788,16630,14728,12013,23594,110012 +E14001587,882,910,941,971,1025,1080,1177,1166,1236,1255,1322,1292,1340,1317,1378,1415,1394,1449,1531,1988,2131,1766,1285,1181,1059,1018,1034,1068,1040,963,985,1075,1104,1071,1147,1228,1220,1185,1181,1231,1243,1249,1330,1343,1312,1367,1282,1378,1344,1442,1514,1543,1420,1432,1474,1528,1445,1489,1421,1453,1357,1371,1305,1200,1262,1224,1130,1053,1041,1054,1108,1089,1102,1123,1175,1299,1025,1007,928,854,726,627,654,636,595,514,455,449,344,330,1430,87810,86416,84967,61995,22972,20618,17470,21550,106517 +E14001588,1032,1077,1120,1085,1170,1168,1223,1305,1313,1347,1432,1471,1520,1569,1753,1795,1717,1731,1825,2312,1644,1707,1401,1386,1312,1203,1177,1153,1117,1211,1156,1267,1288,1253,1299,1339,1331,1390,1405,1500,1453,1592,1656,1517,1521,1501,1531,1646,1577,1566,1621,1698,1589,1571,1556,1642,1513,1552,1457,1475,1417,1354,1214,1240,1089,1060,956,943,887,875,882,856,848,874,962,1000,754,751,744,607,602,479,526,540,478,439,383,390,304,271,1122,90205,88488,86757,68224,18533,16517,13812,24828,111585 +E14001589,675,663,724,786,870,863,988,892,925,977,1071,1008,964,958,996,961,938,947,942,591,582,647,679,740,738,740,680,703,722,795,805,811,865,838,918,893,933,900,943,905,984,1037,1013,998,958,893,976,1062,996,1113,1179,1252,1166,1247,1278,1256,1278,1440,1422,1297,1455,1328,1344,1330,1243,1235,1116,1172,1223,1185,1224,1282,1299,1276,1311,1444,1065,987,1089,906,740,760,759,674,603,576,592,494,443,363,1448,74066,73128,72181,46915,25266,22915,19335,16206,88387 +E14001590,1143,991,1142,1197,1261,1209,1209,1201,1128,1265,1294,1241,1312,1230,1234,1220,1142,1158,1055,796,785,917,859,975,959,1048,1110,1167,1306,1228,1300,1402,1317,1451,1336,1330,1348,1252,1337,1280,1256,1331,1333,1284,1094,1209,1216,1298,1365,1471,1434,1505,1450,1493,1510,1594,1541,1417,1426,1413,1435,1305,1251,1241,1230,1144,1144,1101,1161,1148,1117,1183,1120,1217,1371,1466,1075,1004,969,909,719,601,600,566,541,461,414,336,312,289,1116,85044,83902,82744,59660,23084,20796,17386,21577,104321 +E14001591,1033,1100,1120,1152,1083,1147,1160,1188,1176,1252,1315,1253,1241,1236,1148,1171,1062,1070,1052,741,740,807,970,1088,1208,1248,1188,1242,1224,1268,1376,1399,1416,1349,1411,1407,1368,1323,1288,1353,1274,1296,1360,1272,1227,1176,1151,1231,1275,1321,1372,1474,1458,1342,1446,1431,1504,1457,1454,1436,1353,1332,1267,1155,1150,1054,1005,996,954,991,908,995,991,987,1137,1100,827,862,809,729,629,527,546,523,439,430,379,347,297,247,1056,81577,80515,79445,59680,19765,17706,14765,20907,100352 +E14001592,1111,1183,1209,1313,1255,1246,1335,1344,1318,1331,1387,1373,1365,1354,1372,1308,1263,1202,1076,734,659,835,950,1129,1217,1178,1262,1241,1211,1341,1368,1438,1427,1480,1541,1581,1522,1615,1511,1597,1652,1642,1758,1680,1480,1533,1535,1593,1495,1515,1468,1473,1424,1367,1371,1406,1400,1405,1310,1289,1219,1134,1126,1046,1084,1007,905,906,837,888,838,841,866,849,909,892,729,677,661,594,551,454,472,469,449,423,391,303,295,253,1133,83375,82112,80910,63318,17592,15680,13049,23269,104179 +E14001593,964,985,1084,1106,1199,1201,1351,1326,1343,1471,1564,1530,1555,1468,1420,1281,1228,1298,1146,760,691,704,761,815,867,947,951,924,1050,995,1141,1062,1154,1144,1184,1215,1378,1371,1293,1462,1417,1456,1615,1491,1529,1563,1492,1478,1566,1559,1537,1509,1410,1484,1373,1439,1346,1404,1360,1306,1293,1189,1128,1066,1106,1018,886,892,903,830,870,851,889,922,1014,1136,811,778,790,739,613,502,472,516,452,439,347,329,302,253,1025,79236,78008,76710,58131,18579,16675,14050,23374,100084 +E14001594,1287,1304,1311,1383,1332,1472,1492,1454,1521,1447,1472,1547,1504,1387,1474,1394,1414,1327,1253,984,1047,1134,1136,1216,1226,1346,1232,1281,1428,1414,1521,1557,1542,1504,1512,1611,1508,1504,1372,1401,1381,1413,1384,1257,1234,1097,1208,1157,1251,1297,1388,1380,1440,1376,1443,1464,1400,1325,1354,1317,1359,1219,1136,1137,1114,1077,1001,926,987,889,890,878,860,883,824,872,683,690,721,727,551,534,534,500,440,413,415,307,286,227,914,83030,81616,80289,62260,18029,15951,13149,25522,105811 +E14001595,1671,1675,1660,1626,1725,1801,1816,1806,1882,1879,1963,1996,1843,1727,1896,1725,1548,1562,1519,1232,1305,1283,1441,1459,1504,1602,1636,1514,1728,1767,1687,1904,1763,1803,1784,1890,1815,1894,1793,1850,1672,1708,1716,1769,1514,1390,1428,1409,1438,1538,1623,1698,1621,1541,1520,1406,1420,1368,1334,1345,1345,1316,1256,1145,1204,1079,1026,983,1029,940,904,918,889,801,878,866,719,673,674,648,547,498,489,453,404,323,300,287,217,167,785,93504,91956,90394,72897,17497,15392,12440,31801,122195 +E14001596,1410,1285,1364,1355,1353,1310,1395,1334,1415,1435,1397,1492,1437,1422,1524,1397,1352,1413,1329,1006,1140,1238,1310,1531,1379,1423,1331,1404,1486,1499,1532,1523,1580,1460,1547,1531,1491,1610,1585,1559,1567,1541,1689,1550,1449,1438,1445,1473,1476,1521,1528,1627,1508,1510,1550,1581,1496,1448,1447,1445,1346,1318,1262,1236,1207,1236,1109,1109,1075,1071,1100,1043,1052,931,974,962,770,728,781,712,628,539,562,543,509,472,412,378,342,298,1170,91423,90071,88658,68152,20506,18161,14906,25090,113748 +E14001597,949,994,1072,1133,1086,1072,1104,1152,1134,1244,1221,1241,1201,1234,1214,1166,1174,1160,1205,1414,1627,1604,1345,1309,1301,1426,1295,1327,1437,1489,1510,1510,1632,1478,1446,1457,1411,1434,1375,1313,1353,1371,1409,1330,1254,1215,1199,1259,1294,1382,1400,1486,1474,1550,1361,1448,1370,1482,1418,1406,1338,1227,1174,1179,1059,1021,1015,998,978,978,946,930,924,923,1008,1046,775,722,717,662,640,527,517,455,469,451,375,297,259,265,888,85903,84729,83569,64783,18786,16750,13796,20551,104120 +E14001598,1292,1351,1263,1279,1268,1301,1378,1275,1301,1353,1307,1383,1348,1311,1315,1238,1182,1155,1059,942,1052,1074,1086,1170,1192,1372,1365,1481,1503,1670,1802,1818,1690,1772,1770,1644,1706,1587,1593,1522,1510,1364,1483,1416,1272,1232,1284,1291,1289,1299,1429,1497,1356,1493,1525,1415,1478,1502,1436,1385,1346,1290,1208,1235,1162,1083,1015,908,922,901,843,864,955,953,980,1142,798,780,740,663,617,523,556,501,428,433,386,318,245,217,762,86937,85755,84600,66067,18533,16435,13704,23300,107900 +E14001599,805,862,898,965,971,974,1030,1015,990,1017,1072,1047,1045,1018,1014,995,938,974,997,726,721,784,831,920,954,996,996,1037,1063,1138,1080,1203,1263,1214,1200,1167,1207,1178,1161,1176,1184,1172,1260,1200,1172,1113,1170,1121,1238,1272,1383,1374,1300,1388,1468,1510,1470,1523,1486,1464,1350,1371,1265,1313,1238,1229,1190,1204,1178,1190,1185,1213,1241,1369,1460,1626,1245,1152,1084,1085,829,752,760,776,739,707,575,556,498,402,1876,84850,83912,82938,55817,27121,24702,21130,17630,100568 +E14001600,1213,1276,1329,1357,1377,1369,1393,1489,1370,1413,1510,1494,1538,1549,1488,1481,1492,1490,1348,956,943,1096,1185,1366,1341,1335,1350,1335,1477,1481,1579,1618,1650,1710,1721,1749,1683,1638,1656,1720,1676,1750,1696,1648,1545,1476,1443,1394,1436,1461,1511,1477,1467,1382,1434,1411,1392,1335,1317,1234,1171,1104,1095,1047,997,944,876,899,819,849,779,752,743,725,757,778,631,545,595,553,463,365,440,366,343,292,269,263,201,188,736,84989,83497,82007,66836,15171,13351,10784,25628,107635 +E14001601,859,929,882,984,1017,1032,1092,1051,1132,1157,1159,1139,1140,1112,1147,1163,1050,1094,1016,785,818,823,946,1000,1077,1046,1036,1027,1088,1101,1219,1210,1203,1242,1176,1220,1178,1117,1156,1103,1105,1146,1186,1111,995,1087,1109,1263,1271,1332,1310,1515,1548,1557,1499,1676,1540,1596,1555,1495,1438,1348,1319,1322,1205,1270,1206,1177,1314,1262,1243,1289,1327,1430,1448,1541,1178,1232,1208,1051,882,740,683,689,662,544,475,397,387,307,1132,85333,84283,83189,57115,26074,23598,19845,19139,102328 +E14001602,1399,1420,1557,1569,1585,1678,1691,1698,1716,1682,1731,1711,1614,1506,1597,1406,1327,1288,1207,1182,1277,1110,1040,1063,1048,1348,1357,1364,1396,1519,1699,1706,1775,1797,1859,1757,1813,1811,1813,1792,1726,1803,1678,1627,1504,1387,1379,1469,1349,1408,1421,1487,1443,1420,1401,1440,1342,1363,1333,1319,1277,1241,1228,1118,1105,1088,1039,969,934,942,959,912,916,862,910,952,693,628,607,539,458,437,388,358,348,357,301,228,238,191,715,87585,86258,84970,68001,16969,14842,11997,28175,113145 +E14001603,951,1019,1076,1061,1091,1148,1109,1167,1166,1237,1173,1192,1234,1191,1200,1149,1113,1120,1033,847,749,835,954,1000,1208,1113,1101,1160,1276,1257,1296,1267,1407,1332,1316,1250,1259,1282,1229,1215,1162,1264,1168,1197,1097,1081,1187,1270,1233,1297,1391,1494,1443,1481,1491,1483,1494,1522,1482,1534,1548,1478,1384,1364,1314,1259,1244,1219,1291,1278,1241,1315,1244,1328,1459,1513,1141,1098,1023,1052,843,705,680,656,601,580,500,438,387,315,1431,87319,86206,85086,59245,25841,23338,19550,20397,105483 +E14001604,881,946,920,915,939,906,938,954,978,961,1078,993,951,1007,978,1064,979,1026,1781,5179,4787,4150,3107,2800,2626,2004,1730,1790,1750,1635,1590,1651,1638,1654,1524,1436,1403,1437,1404,1314,1395,1335,1312,1258,1140,1132,1041,1171,1112,1154,1270,1329,1245,1272,1244,1223,1165,1222,1256,1149,1173,1109,999,986,1022,896,866,863,852,774,753,802,818,772,792,873,623,587,531,527,422,357,398,382,363,324,276,254,206,176,729,95325,94346,93320,78104,15216,13454,10965,17414,110734 +E14001605,709,752,793,796,835,904,963,970,1032,1054,1023,1118,1105,1089,1103,974,994,1004,1025,1034,1191,954,785,741,661,899,845,801,927,796,882,929,925,982,1032,1108,1040,1069,1100,1121,1176,1239,1087,1212,1169,1102,1059,1157,1183,1218,1296,1371,1439,1394,1328,1372,1320,1399,1441,1298,1341,1287,1272,1166,1254,1175,1136,1090,1076,1120,1089,1104,1152,1157,1288,1431,1091,1051,972,858,810,694,731,693,659,610,571,480,422,352,1360,78597,77603,76599,52427,24172,21861,18575,17218,93817 +N05000001,1110,1209,1165,1177,1199,1203,1231,1231,1176,1235,1296,1207,1235,1224,1130,1137,1064,1062,998,803,783,852,961,1132,1268,1331,1361,1487,1566,1715,1761,1805,1669,1725,1742,1661,1640,1558,1474,1491,1488,1512,1385,1336,1263,1321,1294,1305,1335,1326,1330,1399,1387,1372,1413,1388,1439,1428,1303,1273,1282,1259,1198,1137,1101,1052,918,948,901,823,814,724,731,761,837,686,667,735,672,618,536,505,500,466,480,401,321,292,335,256,963,83125,82061,80999,64057,16942,14972,12300,21291,102290 +N05000002,1214,1262,1332,1263,1348,1338,1391,1343,1435,1484,1486,1481,1461,1485,1349,1334,1283,1328,1236,1417,1262,1172,1255,1276,1357,1411,1410,1463,1458,1525,1559,1511,1533,1589,1511,1608,1573,1387,1505,1442,1468,1529,1336,1305,1216,1209,1215,1237,1259,1224,1391,1324,1330,1369,1455,1491,1517,1517,1407,1407,1368,1309,1272,1222,1151,1124,1002,979,891,809,817,778,808,773,816,685,696,700,645,593,472,479,474,450,435,394,330,299,270,231,831,84380,83097,81769,64988,16781,14655,11976,24617,106386 +N05000003,1032,1088,1191,1189,1167,1162,1179,1209,1243,1285,1242,1209,1196,1200,1078,1061,1068,1090,1159,3029,3592,3226,3114,2918,2774,2330,2276,2058,1838,1849,1779,1766,1816,1735,1656,1760,1544,1592,1528,1543,1466,1538,1507,1436,1272,1324,1291,1282,1289,1313,1323,1250,1279,1348,1415,1427,1389,1461,1436,1333,1424,1318,1263,1331,1210,1143,1021,999,959,929,925,871,799,804,817,766,710,673,681,605,539,485,455,443,450,375,388,311,287,248,996,100644,99576,98486,80807,17679,15515,12628,20889,119375 +N05000004,1319,1322,1299,1330,1436,1472,1453,1440,1523,1574,1517,1461,1500,1490,1450,1303,1357,1371,1217,1183,1157,1146,1256,1323,1353,1311,1307,1366,1381,1467,1464,1489,1498,1476,1586,1547,1504,1456,1447,1414,1281,1331,1344,1157,1190,1126,1095,1120,1146,1098,1251,1256,1293,1413,1420,1408,1429,1436,1402,1435,1359,1313,1239,1195,1182,1072,1000,967,863,808,760,784,714,715,723,604,614,566,581,543,407,413,398,384,344,333,259,247,201,161,615,80071,78714,77343,62267,15076,13004,10366,25617,102960 +N05000005,932,941,1020,1025,1069,1075,1053,1075,1130,1195,1134,1193,1172,1219,1179,1221,1206,1167,1147,1007,870,927,1011,1052,1059,1005,1001,1036,1060,1077,1051,1117,1169,1187,1182,1169,1155,1174,1148,1151,1197,1238,1248,1099,1110,1057,1263,1300,1379,1375,1471,1525,1504,1543,1524,1532,1582,1524,1534,1445,1422,1373,1344,1342,1219,1234,1022,1065,1065,987,999,962,941,975,1030,836,802,847,823,670,619,521,535,454,429,371,359,316,254,230,811,79435,78229,77062,57905,19157,16901,13784,20006,97068 +N05000006,974,1116,1172,1156,1244,1224,1354,1274,1276,1351,1334,1281,1345,1401,1295,1248,1262,1289,1271,1164,1186,1139,1251,1143,1216,1102,1056,1090,1133,1135,1127,1164,1209,1226,1259,1320,1222,1192,1154,1312,1211,1327,1208,1172,1238,1256,1224,1340,1467,1477,1505,1430,1529,1606,1566,1577,1602,1492,1402,1449,1425,1362,1340,1255,1210,1214,1191,1099,1166,1024,1050,1044,1042,982,1000,932,854,824,779,694,656,553,547,507,443,383,342,279,293,252,799,83241,81979,80690,60741,19949,17544,14255,22596,103286 +N05000007,1388,1449,1449,1562,1479,1634,1492,1552,1615,1555,1510,1626,1584,1546,1501,1508,1425,1400,1408,1188,1026,1058,1114,1168,1185,1243,1187,1228,1273,1207,1354,1448,1420,1434,1500,1529,1557,1587,1526,1559,1604,1558,1538,1354,1351,1431,1402,1437,1475,1501,1504,1457,1523,1442,1445,1430,1456,1437,1462,1452,1431,1332,1257,1298,1211,1224,1169,1161,1123,1066,1074,1034,1042,986,995,872,835,783,768,614,588,533,504,487,491,410,361,330,259,220,817,87558,86133,84733,64987,19746,17353,14003,27275,112008 +N05000008,1183,1133,1241,1227,1269,1325,1304,1341,1334,1400,1390,1346,1358,1361,1276,1232,1218,1241,1243,1045,1056,1125,1128,1199,1134,1191,1191,1062,1248,1249,1291,1277,1370,1390,1375,1372,1382,1333,1356,1293,1275,1425,1269,1221,1172,1225,1168,1191,1234,1241,1338,1331,1339,1337,1333,1407,1375,1357,1375,1361,1273,1230,1191,1092,1078,1030,962,975,935,875,904,830,823,772,777,667,613,619,578,456,397,412,352,379,310,267,224,199,171,135,415,76684,75466,74225,59148,15077,13085,10300,23179,97404 +N05000009,1253,1307,1366,1399,1438,1435,1484,1465,1505,1545,1564,1495,1545,1505,1414,1350,1340,1300,1243,996,928,1009,1090,1197,1151,1220,1308,1402,1403,1445,1442,1596,1442,1562,1582,1559,1645,1523,1543,1531,1543,1598,1563,1398,1422,1457,1374,1443,1521,1534,1615,1573,1629,1646,1635,1628,1588,1545,1416,1422,1408,1337,1340,1247,1218,1153,1051,1033,1059,930,958,976,1009,961,991,920,846,826,870,706,602,636,597,496,478,452,387,307,331,242,772,89146,87806,86506,66917,19589,17385,14363,25710,112216 +N05000010,1426,1472,1401,1427,1562,1487,1556,1506,1588,1487,1650,1559,1575,1548,1490,1421,1533,1392,1339,1129,1043,1131,1208,1219,1287,1253,1308,1245,1277,1342,1230,1392,1424,1417,1440,1395,1481,1485,1517,1475,1458,1437,1431,1311,1331,1399,1337,1415,1448,1447,1466,1449,1406,1358,1269,1389,1307,1309,1269,1233,1230,1205,1096,1120,1036,1008,959,905,973,897,888,852,795,807,801,714,729,656,633,527,517,478,398,381,334,326,269,235,224,184,675,81283,79750,78358,62193,16165,14198,11423,27080,105438 +N05000011,1440,1537,1519,1524,1603,1657,1632,1637,1625,1707,1691,1644,1603,1628,1594,1477,1569,1536,1501,1112,1066,1101,1197,1295,1364,1275,1267,1336,1271,1384,1434,1464,1417,1411,1493,1500,1587,1541,1544,1468,1501,1551,1489,1418,1373,1368,1395,1460,1451,1448,1481,1480,1501,1524,1478,1412,1558,1446,1403,1318,1398,1226,1255,1217,1225,1161,1131,1029,1042,940,951,932,926,911,839,793,758,761,681,589,507,493,452,420,377,384,290,249,232,198,705,86260,84691,83155,65404,17751,15459,12448,28623,111778 +N05000012,1115,1170,1177,1258,1289,1264,1340,1286,1334,1289,1397,1317,1306,1376,1287,1288,1303,1209,1286,963,970,1022,1075,1116,1165,1090,1144,1126,1204,1238,1244,1268,1201,1318,1326,1339,1361,1289,1315,1268,1368,1374,1321,1250,1201,1261,1258,1368,1441,1463,1544,1537,1556,1519,1517,1456,1481,1446,1427,1319,1375,1301,1317,1207,1198,1185,1138,1054,1126,1058,980,1038,986,930,1002,921,882,882,812,759,589,580,597,531,500,413,359,303,268,237,815,83290,81987,80778,60833,19945,17622,14384,23005,103783 +N05000013,825,876,991,1005,1078,1114,1065,1160,1157,1213,1286,1185,1252,1255,1234,1104,1114,1131,1039,768,721,760,813,921,898,960,912,1003,998,1015,1127,1079,1117,1119,1149,1165,1135,1222,1310,1246,1284,1354,1243,1210,1142,1259,1216,1266,1339,1337,1355,1329,1424,1402,1371,1358,1342,1416,1431,1368,1353,1308,1260,1332,1246,1190,1116,1167,1141,1147,1143,1141,1161,1222,1214,1090,1047,1070,1018,822,683,577,618,584,488,451,408,323,328,278,1089,80183,79069,77938,55422,22516,20210,16755,20045,97983 +N05000014,1171,1191,1214,1290,1241,1442,1385,1390,1371,1503,1474,1496,1505,1521,1356,1286,1349,1406,1228,1077,1029,1077,1173,1199,1312,1226,1223,1265,1247,1378,1363,1292,1433,1417,1405,1440,1427,1479,1444,1456,1515,1539,1386,1424,1380,1413,1450,1413,1530,1539,1479,1557,1556,1526,1509,1494,1536,1500,1387,1342,1357,1206,1132,1171,1068,1085,990,979,1006,969,1002,986,954,879,966,817,780,761,748,653,575,548,498,446,398,337,311,269,224,206,621,84762,83413,82007,63999,18008,15933,12979,24591,106598 +N05000015,1240,1252,1398,1340,1402,1514,1499,1509,1543,1561,1538,1586,1636,1546,1521,1370,1398,1393,1391,1019,1067,1002,1116,1178,1297,1077,1187,1116,1086,1207,1239,1246,1214,1311,1387,1391,1325,1361,1354,1414,1410,1458,1365,1373,1298,1271,1233,1334,1416,1408,1503,1424,1438,1502,1450,1471,1433,1476,1425,1349,1416,1251,1239,1231,1122,1156,1149,1058,1012,997,1016,942,922,921,858,801,775,685,659,575,527,524,429,413,408,382,289,255,248,214,723,82010,80612,79219,61281,17938,15633,12566,26246,105465 +N05000016,969,986,1036,1014,1027,1223,1181,1104,1147,1240,1215,1175,1231,1295,1197,1154,1191,1188,1138,875,811,854,1020,1079,1085,1040,1057,987,1098,1107,1101,1117,1204,1160,1125,1144,1179,1113,1165,1130,1152,1290,1243,1115,1144,1197,1236,1245,1372,1359,1452,1404,1432,1494,1488,1494,1513,1538,1421,1480,1432,1386,1303,1311,1242,1182,1140,1126,1122,1083,1092,1087,1072,1136,1057,997,964,891,826,717,606,531,549,480,430,404,357,272,260,223,806,80121,78930,77742,57332,20410,18088,14757,20573,98315 +N05000017,1447,1500,1571,1637,1674,1703,1640,1686,1764,1791,1797,1765,1695,1753,1692,1641,1570,1442,1391,1150,1114,1186,1267,1401,1481,1530,1462,1628,1573,1645,1785,1709,1685,1764,1735,1809,1758,1747,1744,1700,1755,1733,1712,1588,1472,1600,1548,1573,1588,1661,1608,1660,1620,1637,1607,1661,1695,1599,1549,1473,1446,1507,1328,1379,1202,1209,1069,1084,1012,988,983,1047,949,933,978,867,856,791,851,646,629,552,524,478,482,402,350,287,261,209,804,95718,94148,92706,73465,19241,16963,13879,29768,122474 +N05000018,1226,1204,1234,1322,1307,1343,1363,1317,1232,1381,1377,1453,1423,1371,1364,1343,1324,1296,1351,974,991,1038,1148,1199,1211,1200,1153,1115,1088,1136,1073,1166,1122,1221,1243,1293,1258,1304,1306,1279,1312,1347,1275,1309,1200,1174,1237,1365,1370,1449,1351,1391,1399,1417,1375,1387,1450,1338,1344,1317,1220,1191,1193,1148,1173,1114,1065,1037,1022,905,991,935,923,826,833,810,727,684,573,590,533,504,462,441,348,313,301,250,229,197,643,78477,77153,75857,58601,17256,15077,12113,23880,99737 +S14000021,823,877,946,1042,1121,1151,1231,1274,1363,1380,1417,1376,1379,1326,1374,1280,1258,1254,1026,947,931,921,891,860,882,809,717,785,737,728,790,818,892,982,1090,1077,1128,1116,1244,1172,1340,1353,1354,1351,1257,1249,1251,1306,1215,1337,1359,1413,1297,1418,1393,1397,1385,1468,1470,1333,1326,1305,1292,1312,1299,1269,1229,1137,1108,1091,981,983,1044,1008,1075,1063,761,781,810,736,590,592,534,586,474,472,449,395,370,281,289,77447,76189,74935,54023,20912,18414,15078,21872,96807 +S14000027,185,181,207,226,212,261,237,235,285,282,267,257,269,251,296,311,251,263,254,202,154,178,194,204,178,205,267,222,235,218,255,225,256,282,262,254,231,257,236,294,279,271,309,354,273,329,347,282,328,371,397,373,434,449,451,461,441,442,472,434,453,440,409,444,403,405,385,394,369,365,370,338,369,353,354,364,230,267,246,258,203,234,200,204,174,129,123,108,102,89,64,22169,21918,21655,14709,6946,6156,5028,4476,26131 +S14000045,1083,1068,1119,1125,1157,1180,1245,1227,1158,1208,1162,1145,1148,1061,1090,1032,1025,997,932,846,872,932,993,949,928,1034,1078,1065,1115,1215,1359,1470,1312,1421,1426,1345,1425,1371,1394,1317,1343,1322,1323,1233,1121,1116,1157,1140,1294,1213,1340,1399,1368,1395,1366,1322,1335,1400,1332,1419,1286,1322,1204,1212,1221,1123,1090,1009,993,1003,981,955,972,1041,1020,1045,775,732,717,617,538,514,446,430,398,320,307,274,200,188,164,78314,77289,76292,57982,18310,16097,13092,20230,96522 +S14000048,685,666,761,728,796,766,871,886,853,878,1018,1046,985,1008,1017,1009,1059,1009,877,891,896,971,924,850,846,928,850,892,850,852,960,945,897,946,965,911,935,1003,928,993,1021,1040,978,971,927,926,1093,1069,1125,1197,1282,1367,1427,1429,1475,1497,1531,1621,1530,1534,1495,1444,1381,1555,1433,1326,1380,1251,1295,1265,1188,1212,1163,1284,1294,1246,930,979,873,778,721,680,596,555,454,468,382,356,291,238,201,77567,76508,75499,52458,23041,20335,16524,16041,91540 +S14000051,361,358,413,439,435,485,446,493,485,548,503,510,545,551,521,599,499,459,414,339,329,356,404,386,419,407,462,461,485,504,539,524,546,491,558,534,526,494,508,499,468,554,523,505,482,526,533,568,548,609,651,644,720,661,729,727,716,754,695,734,675,698,649,635,621,564,619,581,567,563,540,542,519,520,561,550,409,433,425,416,353,297,308,279,223,211,173,174,145,96,88,37261,36762,36303,25810,10493,9310,7599,8650,44953 +S14000060,1049,1049,1171,1185,1165,1251,1212,1229,1182,1218,1228,1200,1200,1149,1175,1105,959,977,1469,1624,1542,1566,1632,1528,1473,1529,1474,1505,1611,1592,1595,1714,1664,1682,1773,1732,1719,1680,1616,1658,1629,1552,1580,1475,1320,1371,1385,1356,1280,1396,1439,1540,1426,1470,1466,1376,1433,1465,1524,1387,1407,1325,1328,1348,1283,1274,1255,1246,1160,1072,1098,1021,1075,1082,1126,1117,722,713,661,669,580,551,546,466,474,430,340,327,283,235,198,93188,92229,91252,70939,20313,17784,14306,20704,111956 +S14000061,998,950,1052,1070,990,1089,1088,1004,1042,1063,1053,1084,983,1005,947,1010,939,921,1854,2254,2166,2462,2456,2151,2110,2024,1900,1800,1825,1843,1778,1837,1801,1742,1727,1724,1632,1649,1563,1626,1485,1578,1550,1379,1270,1352,1300,1308,1364,1320,1373,1349,1356,1330,1294,1371,1311,1371,1468,1377,1298,1314,1281,1290,1254,1144,1081,1031,988,879,911,909,856,876,921,895,646,586,562,621,551,473,511,497,451,381,352,306,316,231,218,95648,94709,93788,75867,17921,15696,12798,18288,112076 +S14000062,858,833,907,932,1032,1001,992,1016,1103,1127,1100,1135,1102,1137,1088,1096,1012,1014,941,937,841,917,1001,934,960,982,993,1013,1033,1184,1172,1183,1202,1199,1132,1125,1150,1179,1071,1090,1138,1217,1161,1074,1112,1144,1130,1235,1219,1225,1397,1537,1506,1526,1513,1543,1519,1544,1528,1536,1421,1377,1325,1377,1336,1298,1284,1244,1138,1100,1186,1130,1129,1189,1236,1185,880,897,864,795,688,624,607,555,517,414,399,371,344,250,230,81135,80123,79109,56879,22230,19648,16166,18485,97594 +S14000063,889,823,939,961,1002,946,1000,1057,1078,1079,1095,1099,1150,1132,1181,1161,1089,1027,1130,1011,1025,1056,1102,1073,1053,1114,1083,1109,1102,1168,1197,1208,1182,1242,1283,1134,1241,1200,1165,1276,1263,1308,1257,1147,1122,1062,1205,1170,1253,1328,1394,1386,1523,1575,1470,1513,1433,1549,1385,1417,1325,1248,1171,1191,1174,1129,1047,1008,1003,971,828,897,923,793,869,869,613,626,641,513,530,418,405,406,349,277,235,232,192,129,96,76434,75345,74318,58023,16295,14119,11137,18708,93026 +S14000064,898,844,851,920,958,901,1003,970,978,1101,1044,1108,1119,1139,1186,1045,1077,987,911,811,878,972,1026,1046,989,1025,1010,1068,1063,1253,1205,1185,1154,1093,1236,1124,1201,1174,1173,1193,1235,1220,1170,1148,1098,1091,1203,1231,1269,1387,1461,1487,1467,1537,1552,1553,1454,1626,1522,1465,1453,1348,1313,1281,1176,1146,1113,1085,1089,976,992,959,1061,1006,1033,1050,722,784,767,645,534,515,453,458,409,384,304,259,183,170,166,78326,77249,76262,57537,18725,16466,13316,18129,94391 +S14000065,762,709,858,812,855,839,964,930,939,1005,996,991,1091,999,1063,1025,971,952,788,757,787,783,850,812,870,913,912,892,966,987,969,1011,892,958,1065,993,1093,982,1071,1031,1136,1126,1069,1071,1061,1021,1063,1044,1218,1277,1440,1412,1455,1521,1536,1575,1652,1640,1616,1718,1601,1659,1550,1618,1494,1421,1419,1262,1441,1351,1333,1302,1417,1319,1374,1383,1041,999,965,887,714,741,723,621,604,515,506,452,353,297,273,82564,81593,80641,54955,25686,22846,18792,16761,97402 +S14000066,850,806,850,924,939,1026,1063,1108,1140,1165,1223,1172,1175,1251,1245,1150,1140,1111,990,896,869,860,960,927,939,950,972,921,973,1118,1052,1074,1132,1117,1226,1147,1231,1179,1280,1175,1246,1242,1190,1147,1060,1080,1129,1198,1250,1378,1393,1396,1412,1457,1411,1454,1524,1589,1521,1536,1474,1456,1436,1487,1313,1331,1159,1228,1185,1290,1087,1200,1215,1263,1474,1386,880,963,902,810,742,646,613,607,544,454,434,402,313,264,250,82485,81345,80234,56767,23467,20977,17274,19338,99572 +S14000067,631,642,705,757,692,798,795,830,892,900,858,921,972,946,976,926,907,933,709,686,701,695,739,726,778,733,779,764,842,798,868,874,934,976,904,909,909,928,964,942,992,971,964,870,937,949,1003,1096,1101,1216,1305,1385,1405,1438,1581,1646,1559,1725,1605,1638,1620,1549,1545,1506,1516,1479,1420,1358,1319,1301,1310,1304,1321,1375,1363,1321,1004,974,923,829,762,707,670,588,523,508,449,414,347,257,222,77914,77007,76074,51280,24794,21895,17917,15081,91155 +S14000068,899,936,948,952,1073,1113,1044,1152,1167,1146,1202,1201,1184,1225,1201,1191,1100,1008,861,789,867,853,887,904,1019,1057,1035,1031,1131,1078,1163,1162,1237,1262,1299,1268,1332,1303,1229,1305,1331,1334,1306,1239,1174,1143,1287,1296,1316,1365,1424,1378,1402,1514,1496,1429,1392,1517,1356,1369,1280,1293,1244,1190,1187,1113,1019,976,940,950,889,936,930,912,964,973,687,696,672,623,524,461,453,464,369,368,277,243,213,166,153,76835,75735,74727,57334,17393,15261,12395,19742,94469 +S14000069,757,780,785,874,854,886,977,1008,951,1063,1074,1065,1056,1113,1116,1014,1024,930,825,704,740,796,772,841,893,782,863,833,950,962,1007,974,966,1007,1010,1057,1014,1043,1041,1108,1115,1177,1113,1011,959,1013,1090,1121,1156,1263,1329,1427,1370,1520,1541,1567,1607,1745,1658,1582,1571,1646,1466,1566,1480,1440,1329,1332,1364,1342,1303,1308,1320,1303,1324,1254,954,963,991,861,732,640,625,613,547,465,439,348,341,252,275,80611,79587,78657,54281,24376,21607,17569,17327,95984 +S14000070,947,864,982,1010,943,977,1013,1037,1004,1039,1084,1079,1169,1167,1059,1114,1080,1047,1150,1089,1067,1112,1148,1152,1167,1121,1128,1137,1203,1205,1274,1262,1217,1215,1290,1230,1198,1195,1195,1277,1245,1340,1278,1182,1141,1126,1188,1246,1244,1371,1410,1441,1523,1591,1515,1516,1470,1538,1507,1462,1444,1309,1267,1238,1277,1111,1088,1078,1015,997,930,950,881,854,820,772,609,601,563,581,501,425,457,353,317,266,244,222,184,168,118,78482,77402,76355,59901,16454,14255,11165,18615,94970 +S14000071,792,865,877,858,946,947,959,1012,1032,1079,1125,1055,1250,1151,1112,1068,1023,989,849,881,914,879,960,953,943,1022,995,993,999,1076,1137,1105,1153,1145,1213,1233,1221,1188,1136,1202,1257,1187,1148,1134,1028,1120,1160,1210,1244,1260,1352,1382,1372,1536,1454,1414,1529,1521,1398,1442,1371,1327,1349,1353,1269,1203,1167,1083,1068,1064,1066,1089,1044,1120,1230,1202,847,857,833,704,613,546,619,527,425,421,359,335,298,230,215,78862,77839,76850,56014,20836,18466,15251,18140,94990 +S14000072,825,885,962,912,1034,993,1000,975,1025,1049,1105,1072,1088,1086,1131,1070,1117,1031,1032,970,942,1025,1050,1148,1059,1072,960,1004,1031,1038,1116,1155,1093,1132,1181,1048,1126,1150,1130,1193,1165,1252,1217,1147,1079,1076,1134,1153,1269,1210,1309,1369,1393,1442,1523,1432,1413,1497,1413,1397,1309,1275,1174,1230,1174,1093,1147,1034,1091,982,911,946,940,965,1035,973,665,691,647,630,519,448,475,415,382,366,314,248,212,146,123,75639,74522,73491,55707,17784,15544,12437,18360,91851 +S14000073,683,725,777,804,880,898,878,828,921,954,1001,985,1049,998,1060,1074,1043,1038,730,780,679,825,864,835,892,844,932,898,993,1012,971,1027,998,1043,1059,971,1010,985,931,1004,1107,979,916,990,921,863,966,1073,1109,1130,1334,1300,1407,1460,1485,1536,1571,1695,1730,1604,1639,1588,1581,1554,1530,1388,1459,1367,1361,1359,1346,1393,1325,1350,1405,1373,991,1077,973,934,886,709,713,630,589,504,497,436,337,328,258,81209,80166,79128,53351,25777,22930,18843,16596,95724 +S14000074,641,739,722,762,749,778,807,835,887,920,904,1006,973,1014,1058,1018,974,977,678,715,711,710,717,739,772,744,746,687,786,738,802,836,856,817,876,882,798,912,862,866,923,891,1016,860,870,893,1040,1051,1089,1184,1315,1348,1438,1519,1396,1567,1500,1659,1613,1582,1432,1425,1447,1407,1348,1352,1301,1271,1226,1221,1153,1141,1129,1150,1270,1249,891,939,892,826,709,652,617,593,511,498,418,365,321,216,208,73839,72865,71888,49063,22825,20172,16454,15764,87652 +S14000075,846,917,997,913,898,981,935,991,997,1095,1057,1019,1024,1017,1000,932,892,885,2124,2758,2785,2750,2627,2189,2037,1927,1831,1682,1660,1682,1675,1702,1564,1632,1536,1430,1526,1515,1297,1265,1367,1223,1123,1074,1015,963,1046,1028,975,1033,1145,1205,1129,1312,1226,1273,1289,1332,1339,1359,1320,1350,1251,1127,1245,1143,1046,964,994,925,903,827,874,842,898,885,597,703,588,527,521,491,451,484,446,337,367,329,282,249,215,90259,89367,88482,70943,17539,15350,12467,17396,105878 +S14000076,953,828,927,950,973,1064,1013,1141,1109,1082,1201,1209,1205,1234,1202,1185,1167,1098,860,871,799,771,932,933,1009,989,997,1061,1185,1196,1178,1217,1179,1286,1222,1250,1291,1204,1329,1288,1215,1310,1355,1319,1214,1196,1237,1310,1269,1373,1433,1511,1428,1472,1365,1482,1447,1482,1481,1302,1364,1346,1238,1260,1234,1103,1120,1096,986,991,930,976,973,1028,1076,1011,744,813,674,642,568,467,461,383,389,323,311,234,225,185,138,78281,77114,76016,57690,18326,16103,13030,19541,95557 +S14000077,901,734,981,961,941,991,1021,1006,949,1104,1077,1135,1080,1103,1126,1120,1077,1036,1005,965,995,930,1061,996,1034,1033,1079,1107,1176,1177,1242,1208,1151,1227,1138,1150,1161,1233,1214,1188,1184,1243,1207,1110,1092,1071,1083,1063,1151,1250,1360,1418,1458,1506,1615,1531,1504,1583,1646,1663,1535,1474,1428,1466,1360,1228,1181,1170,1107,1025,980,945,910,925,999,913,692,698,716,657,571,531,488,487,425,428,414,287,254,233,213,79656,78579,77543,58471,19072,16663,13361,18343,95886 +S14000078,951,902,879,844,842,919,840,875,908,923,875,870,886,846,860,826,833,850,2531,3086,3015,3260,3416,3046,2369,2197,2292,2109,2168,2084,2050,2002,1900,1953,1854,1713,1747,1614,1579,1591,1496,1489,1477,1295,1253,1281,1213,1217,1295,1219,1310,1288,1318,1319,1312,1284,1356,1405,1337,1324,1230,1222,1193,1224,1106,964,961,914,880,803,850,816,805,770,874,829,603,607,585,479,468,406,444,377,367,309,307,286,274,213,176,99692,98859,98009,82039,15970,14045,11448,15729,113738 +S14000079,969,944,936,835,892,866,907,841,877,915,899,879,907,933,938,831,852,789,1113,1156,1263,1499,1818,2085,2260,2401,2416,2667,2684,2673,2733,2726,2428,2414,2370,2168,2111,1974,1884,1864,1735,1761,1689,1496,1402,1355,1327,1376,1262,1313,1374,1364,1268,1380,1323,1303,1309,1344,1248,1276,1169,1165,1079,1056,986,925,926,859,839,758,740,741,758,686,735,689,486,495,439,438,370,382,359,334,305,268,234,199,210,172,136,95700,94848,94059,80067,13992,12141,9685,16010,110069 +S14000080,844,863,841,795,898,913,920,992,1041,1017,944,1027,1051,1068,1025,1024,954,879,1610,2361,2681,2599,2578,2155,1710,1485,1333,1353,1349,1279,1332,1371,1318,1368,1325,1315,1210,1156,1335,1267,1275,1216,1367,1224,1138,1150,1098,1174,1103,1151,1239,1218,1167,1192,1232,1161,1243,1220,1199,1168,1130,1151,1062,1097,1120,1096,969,975,1037,899,894,889,939,890,924,926,694,710,584,536,507,450,477,414,426,354,334,290,299,262,233,84606,83652,82773,64985,17788,15723,12812,17096,99869 +S14000081,908,851,899,914,863,1023,954,1024,1018,1059,1091,1027,1013,987,1023,988,917,899,2159,2357,2236,2380,2522,2296,2043,1980,1970,1921,1929,1882,1824,1864,1795,1686,1646,1647,1539,1657,1480,1501,1439,1363,1509,1338,1286,1274,1227,1207,1200,1255,1299,1266,1237,1234,1264,1194,1218,1281,1187,1208,1083,1111,1072,1050,1064,931,901,882,854,831,861,854,874,878,905,875,626,589,614,528,495,447,433,427,377,337,300,295,273,222,194,91375,90458,89559,73180,16379,14547,11980,17458,107017 +S14000082,966,912,957,1028,1047,1009,1091,1153,1212,1211,1214,1176,1216,1214,1139,1111,1037,965,708,724,759,796,831,895,939,994,982,1033,1029,1122,1039,1224,1250,1285,1267,1281,1352,1419,1311,1451,1415,1427,1502,1320,1292,1285,1340,1368,1314,1281,1371,1363,1270,1490,1405,1445,1385,1495,1476,1422,1431,1403,1346,1279,1259,1201,1093,1099,1090,1044,1022,1027,994,976,1053,1088,773,754,733,743,605,566,611,533,543,495,474,412,369,304,287,80861,79824,78859,58075,20784,18490,15257,19658,98517 +S14000083,884,862,873,913,944,941,1005,1054,1030,1021,1131,1150,1147,1160,1112,1128,1050,1089,958,949,925,1040,1113,1021,1080,1137,1133,1149,1187,1245,1331,1321,1190,1280,1296,1121,1179,1190,1153,1271,1285,1276,1257,1237,1120,1179,1244,1359,1365,1426,1453,1489,1482,1552,1529,1524,1512,1480,1524,1446,1386,1428,1233,1240,1176,1149,1142,1078,1047,1023,1001,1043,1040,1005,1038,1003,669,736,663,583,600,480,460,485,440,343,327,307,217,201,169,80371,79321,78232,59471,18761,16470,13322,18494,96726 +S14000084,1044,1009,1108,1045,1049,972,1072,1101,1007,1047,1022,978,935,943,938,898,930,841,1127,1184,1470,1542,1685,1784,1853,1894,1949,1952,1988,1870,2017,1844,1822,1869,1740,1686,1522,1532,1493,1491,1297,1376,1307,1220,1058,1048,1078,1030,1066,1232,1168,1251,1219,1369,1287,1215,1321,1323,1404,1345,1217,1318,1196,1119,1105,1009,1059,897,831,802,711,746,661,670,679,623,491,501,467,456,355,388,335,336,305,256,220,207,175,156,144,83519,82589,81748,67883,13865,11797,9267,17939,99687 +S14000085,901,783,842,877,807,806,848,854,842,783,841,837,796,858,771,738,752,794,3110,4018,3793,3880,4196,3646,3310,2762,2578,2272,2212,2076,2054,1843,1897,1833,1690,1614,1599,1525,1351,1306,1268,1249,1208,1110,1068,957,1095,1000,1019,1079,1039,1082,1162,1171,1160,1149,1213,1187,1172,1091,1090,1031,985,963,897,843,914,839,702,731,655,623,654,581,644,632,454,460,413,345,334,331,321,272,236,239,195,200,161,120,126,95929,95177,94383,82010,12373,10616,8344,14730,109113 +S14000086,954,981,1073,1039,1041,1053,1079,1134,1105,1132,1196,1177,1160,1064,1158,1082,1089,1039,1745,1775,1546,1643,1838,1975,2047,2032,2017,1886,1902,1930,1918,1939,1932,1774,1731,1651,1589,1496,1467,1523,1298,1339,1358,1312,1149,1164,1163,1145,1191,1194,1327,1407,1440,1506,1456,1440,1560,1535,1540,1476,1382,1363,1302,1257,1165,1075,962,949,820,835,788,731,688,705,749,686,495,470,497,534,467,399,390,380,314,324,258,268,204,160,157,89713,88624,87585,72825,14760,12723,10119,19556,107141 +S14000087,980,942,899,825,888,860,914,891,813,855,857,855,848,884,857,825,791,796,820,689,791,869,958,1192,1406,1602,1780,1785,1890,1984,2023,1942,1792,1857,1771,1559,1543,1478,1450,1410,1380,1330,1305,1157,1023,989,1102,1110,1036,1079,1156,1247,1150,1239,1109,1180,1157,1256,1195,1187,1151,1141,1090,1114,1053,1051,1047,919,900,913,807,720,697,711,708,674,548,516,456,398,373,371,359,305,315,259,201,202,156,156,141,77467,76676,75880,61527,14353,12255,9523,15580,91460 +S14000088,975,942,1028,970,1012,969,1083,1069,1084,1102,1104,1091,1142,1134,1033,1053,1143,1082,1003,1123,1138,1277,1422,1419,1558,1492,1526,1671,1506,1632,1612,1679,1548,1597,1623,1525,1538,1437,1467,1386,1279,1233,1251,1225,1070,1067,1098,1168,1163,1207,1210,1313,1297,1350,1332,1364,1376,1412,1384,1299,1339,1348,1218,1205,1150,1053,989,907,864,767,769,685,646,652,640,602,426,503,401,407,366,342,334,329,273,257,249,256,186,172,136,79448,78305,77223,63537,13686,11644,9106,19016,96239 +S14000089,907,814,870,871,878,938,899,944,891,989,955,940,968,961,1021,887,959,881,1344,1581,1639,1739,1965,2021,2053,2003,1945,1932,1799,1682,1706,1731,1630,1618,1588,1516,1513,1507,1345,1282,1296,1284,1249,1153,1153,1102,1226,1078,1131,1190,1221,1258,1243,1317,1322,1332,1266,1302,1316,1293,1276,1240,1201,1227,1132,1069,1001,987,906,866,749,745,724,757,730,638,515,503,470,459,365,358,337,322,320,293,246,215,183,182,162,84345,83386,82505,67947,14558,12488,9729,16573,99078 +S14000090,813,810,909,953,916,913,976,1021,1044,1126,1102,1131,1149,1141,1162,1060,1065,989,933,944,997,1046,1005,952,970,1055,1018,1020,1053,1012,1074,1112,1121,1157,1168,1050,1162,1085,1121,1116,1112,1180,1142,1013,1036,1032,1104,1074,1051,1154,1263,1387,1377,1439,1483,1449,1463,1456,1421,1407,1362,1336,1378,1333,1246,1239,1191,1151,1112,1047,1031,1019,1041,1060,1062,1060,745,743,725,652,606,500,474,439,366,364,349,280,283,208,163,76419,75354,74365,54869,19496,17066,13756,18280,92645 +S14000091,921,859,954,1039,1114,991,1144,1148,1118,1155,1139,1143,1235,1164,1172,1078,1019,1012,767,787,759,799,810,762,718,752,731,852,903,928,1023,1044,991,1106,1147,1152,1199,1216,1226,1196,1282,1300,1230,1199,1189,1180,1217,1265,1385,1321,1420,1476,1396,1397,1438,1446,1440,1429,1447,1417,1322,1276,1271,1211,1175,1203,1212,1086,1124,1025,1086,1008,1050,1041,1072,993,783,713,645,630,559,474,490,413,417,342,319,282,224,208,163,75139,74120,73108,53997,19111,16696,13461,19405,92513 +S14000092,872,904,919,893,991,1003,957,1073,1021,1047,1142,1095,1085,1102,1067,1133,1123,1061,957,1008,1021,1041,1149,1050,1066,1028,1109,1139,1145,1152,1234,1285,1156,1163,1226,1158,1199,1224,1227,1236,1277,1303,1226,1133,1101,1137,1264,1247,1217,1373,1469,1518,1527,1573,1584,1460,1514,1514,1515,1476,1378,1365,1314,1273,1255,1229,1207,1174,1113,1094,1032,1007,978,1021,1127,1052,761,825,778,699,605,545,521,525,431,409,350,306,234,199,151,81072,79949,78888,58986,19902,17466,14085,18488,97376 +S14000093,726,690,751,756,866,814,895,879,869,974,994,980,932,998,1026,982,961,1004,904,829,815,905,990,873,905,968,964,988,881,951,994,1034,992,949,1064,959,1086,1016,1019,1046,1028,1069,1110,1007,997,973,1027,1097,1107,1172,1255,1319,1328,1412,1529,1479,1577,1611,1580,1610,1557,1565,1453,1433,1314,1269,1235,1200,1132,1041,1121,1050,1033,995,1070,1033,782,778,822,703,579,543,519,520,463,375,334,283,283,248,208,75893,74932,73928,53741,20187,17683,14310,16097,90025 +S14000094,853,867,934,900,953,1044,1007,1136,1089,1090,1123,1195,1177,1163,1164,1176,1139,1124,1066,865,963,1064,1105,1001,1102,1107,1126,1235,1129,1306,1279,1313,1315,1330,1259,1320,1295,1293,1374,1293,1415,1451,1390,1329,1224,1286,1349,1298,1342,1393,1525,1525,1617,1593,1608,1680,1679,1780,1768,1541,1564,1510,1461,1498,1389,1395,1394,1319,1304,1281,1232,1119,1114,1144,1235,1097,877,831,759,795,665,625,605,509,482,456,408,342,301,276,216,88136,86997,85873,63355,22518,19729,15825,19134,105007 +S14000095,989,953,1020,1021,1014,1137,1185,1207,1232,1213,1301,1255,1241,1311,1364,1277,1240,1276,1049,1002,1098,1106,1143,1071,1080,1125,1107,1145,1208,1276,1346,1396,1253,1397,1370,1440,1381,1416,1372,1410,1302,1387,1322,1328,1202,1215,1342,1378,1408,1482,1592,1598,1684,1741,1703,1651,1597,1568,1548,1522,1432,1429,1348,1274,1207,1103,1129,1033,1021,1016,1012,922,964,1010,1051,940,701,666,609,602,496,446,435,399,350,276,282,215,171,142,135,83435,82195,80919,63451,17468,15236,12166,21236,102155 +S14000096,939,905,999,1074,1067,1122,1187,1075,1191,1181,1253,1265,1242,1248,1254,1217,1176,1040,1002,693,794,762,817,833,892,881,902,914,1001,1022,1045,1129,1097,1173,1161,1217,1175,1155,1153,1264,1229,1240,1240,1234,1190,1198,1196,1263,1321,1346,1453,1477,1479,1490,1536,1525,1498,1573,1469,1533,1458,1407,1383,1283,1325,1293,1212,1195,1109,1078,1022,1012,1044,1033,1170,1067,793,840,798,704,658,639,522,489,462,412,375,302,316,250,221,79350,78174,77134,56428,20706,18201,14819,20435,97569 +S14000097,739,856,872,944,1045,1070,1154,1097,1123,1137,1107,1205,1186,1179,1065,1057,1035,1037,877,812,779,814,837,787,781,728,749,697,723,804,821,858,898,952,1047,1069,1091,1173,1164,1213,1214,1289,1299,1247,1125,1147,1189,1157,1194,1263,1326,1395,1339,1368,1341,1427,1450,1488,1495,1471,1531,1406,1336,1382,1389,1357,1304,1265,1187,1203,1108,1107,1137,1181,1194,1227,841,937,879,813,725,697,703,610,637,560,491,469,383,345,271,78539,77504,76467,52942,23525,20864,17209,18908,95375 +S14000098,855,780,878,852,883,1001,1032,1006,980,1046,1099,1148,1095,1119,1207,1080,1118,1080,856,861,784,856,956,954,1000,974,975,1035,1106,1050,1140,1114,1082,1143,1104,1201,1131,1196,1070,1092,1121,1194,1180,1193,1095,1086,1176,1164,1277,1376,1479,1469,1500,1586,1571,1635,1561,1568,1628,1573,1587,1486,1433,1416,1483,1358,1370,1291,1301,1205,1187,1175,1194,1204,1255,1233,884,949,868,804,665,650,574,524,512,421,410,381,326,259,214,82603,81485,80405,57517,22888,20160,16363,18259,98664 +S14000099,855,947,954,911,1040,1028,1069,1108,1101,1100,1195,1180,1170,1133,1210,1128,1103,1057,1046,1079,1092,1112,1111,1126,1105,1144,1151,1149,1147,1206,1293,1187,1178,1247,1235,1212,1226,1296,1266,1286,1301,1417,1266,1256,1136,1151,1196,1321,1262,1365,1490,1417,1437,1478,1586,1540,1544,1541,1497,1425,1411,1339,1307,1245,1254,1214,1106,1111,1017,973,954,924,973,924,959,845,696,701,662,592,538,503,504,439,444,397,342,230,226,206,159,80364,79261,78204,60076,18128,15808,12707,19289,97493 +S14000100,633,573,721,714,744,760,814,791,848,905,865,881,884,920,909,887,868,904,1633,2418,2638,2289,1788,1220,974,908,849,840,865,814,843,826,859,903,963,880,882,898,797,875,947,986,923,845,870,911,885,940,971,1034,1160,1167,1237,1277,1310,1371,1406,1400,1443,1472,1408,1373,1326,1333,1344,1177,1203,1181,1193,1195,1147,1140,1122,1162,1254,1208,870,946,853,810,725,595,602,587,550,466,438,395,279,269,236,79442,78574,77670,55301,22369,19989,16420,14621,92291 +S14000101,917,896,924,980,932,1007,981,909,941,1086,1101,1089,1000,1030,1079,1003,1016,994,876,868,881,959,1042,1067,1058,1165,1157,1227,1201,1302,1291,1367,1305,1374,1361,1369,1331,1346,1333,1271,1305,1336,1234,1141,1073,1023,1089,1147,1110,1184,1232,1312,1296,1353,1374,1359,1320,1387,1315,1333,1290,1391,1254,1241,1263,1149,1129,1111,1076,944,937,963,879,866,931,867,721,739,662,579,503,488,411,395,379,350,298,274,242,196,128,77301,76285,75291,57513,17778,15500,12369,17885,93176 +S14000102,807,709,896,836,823,882,899,835,953,991,968,949,957,943,1007,929,1007,926,1054,1126,1036,1195,1144,1107,1241,1179,1238,1229,1262,1325,1412,1355,1248,1270,1327,1270,1147,1179,1150,1129,1195,1161,1197,1015,1008,993,1014,1053,1208,1237,1362,1448,1471,1478,1534,1504,1603,1587,1544,1511,1484,1469,1252,1302,1270,1105,1037,989,1026,937,936,938,914,936,928,921,682,686,689,601,561,527,515,503,483,373,372,304,271,236,181,79719,78712,77786,59523,18263,16121,13169,16317,94103 +S14000103,823,831,863,931,886,1017,1022,1046,1002,992,1192,1180,1089,1185,1278,1249,1223,1213,1028,862,893,1007,1012,1001,1038,1011,998,989,1059,1118,1137,1214,1122,1117,1171,1238,1148,1309,1251,1175,1258,1262,1230,1225,1087,1132,1207,1236,1307,1365,1503,1467,1508,1573,1643,1588,1568,1649,1631,1587,1466,1504,1317,1389,1432,1315,1316,1316,1273,1256,1201,1219,1136,1280,1224,1227,926,867,895,902,735,632,676,602,536,511,396,429,351,277,286,85137,83914,82701,59032,23669,21038,17193,19022,101723 +S14000104,1026,940,996,992,1046,1007,985,1042,988,978,1112,1013,1050,1032,1049,1008,1016,906,920,915,909,991,974,940,977,1035,1081,1047,1082,1154,1251,1179,1235,1291,1270,1323,1377,1330,1276,1293,1324,1410,1303,1267,1157,1082,1212,1178,1268,1181,1354,1421,1287,1369,1384,1311,1290,1394,1349,1355,1345,1299,1291,1332,1243,1311,1174,1164,1155,1086,1026,918,948,961,955,865,668,664,624,608,480,476,441,396,359,368,269,288,230,203,158,77465,76449,75543,57256,18287,15802,12397,18186,93729 +S14000105,747,773,878,852,954,981,982,959,1103,1055,1150,1116,1168,1112,1193,1218,1189,1171,1487,1752,1849,1817,1588,1419,1239,1105,1151,1035,982,1031,1124,1119,1106,924,1177,1034,1079,1132,1138,1151,1215,1159,1203,1230,1170,1176,1185,1218,1231,1323,1464,1520,1552,1571,1590,1567,1659,1622,1576,1599,1390,1453,1381,1362,1292,1199,1157,1102,1147,1141,1085,1096,1033,1067,1191,1213,875,800,857,743,681,628,567,558,457,470,391,339,281,248,243,85749,84560,83389,62147,21242,18886,15496,18601,101990 +S14000106,843,736,813,882,902,960,937,1004,917,1089,1080,1081,1051,1082,1119,1041,966,1016,882,916,930,894,1025,1001,1044,1006,1041,1075,1047,1132,1183,1166,1155,1152,1197,1132,1229,1127,1116,1151,1206,1159,1124,1017,913,1086,1026,1052,1106,1148,1305,1265,1359,1393,1469,1479,1482,1522,1504,1465,1473,1427,1345,1323,1333,1216,1231,1121,1064,997,1027,966,920,1005,996,846,721,666,645,599,514,485,469,411,402,331,330,279,238,218,159,75911,74945,73929,55582,18347,15900,12718,17519,91448 +S14000107,699,680,829,785,815,911,892,899,893,916,928,986,951,993,937,1009,998,919,891,879,813,888,957,962,894,837,820,846,958,910,950,965,1001,977,958,938,1011,987,995,906,1029,1015,963,928,945,899,923,1056,1087,1216,1289,1318,1302,1375,1447,1468,1487,1515,1452,1432,1391,1481,1354,1412,1384,1315,1293,1277,1268,1254,1206,1180,1211,1132,1257,1185,884,902,870,769,735,569,621,573,510,503,369,363,327,274,211,76207,75209,74290,51511,22779,20171,16372,16040,90330 +S14000108,722,695,801,822,864,885,942,907,989,989,1000,1027,1017,1034,1030,1043,991,980,887,838,833,844,859,810,855,862,892,899,872,988,973,993,959,938,1006,938,991,936,1026,1041,997,1062,998,1010,930,924,1048,1154,1150,1223,1382,1445,1437,1575,1543,1637,1608,1680,1634,1580,1584,1576,1553,1613,1549,1482,1439,1446,1347,1394,1290,1324,1349,1371,1417,1409,1045,1051,965,885,804,734,725,637,535,510,434,391,354,317,243,81830,80839,79859,54132,25727,22806,18619,16738,96597 +S14000109,708,671,772,762,790,905,868,942,946,965,1040,958,1014,996,998,981,916,877,748,750,762,840,817,854,801,903,916,842,891,943,964,992,954,943,1042,888,946,975,986,1031,1050,1049,1064,949,920,924,1053,1086,1126,1116,1257,1289,1367,1296,1307,1350,1439,1505,1446,1478,1446,1377,1313,1304,1341,1243,1231,1190,1203,1133,1079,1045,1076,1156,1145,1104,809,854,815,790,628,570,555,490,446,406,320,302,276,240,203,73363,72447,71570,50640,20930,18456,14930,16109,87679 +S14000110,832,876,954,902,920,984,1019,1069,1006,1124,1136,1107,1055,1085,1069,1070,1023,1039,989,896,910,918,1026,930,978,970,1080,1035,1089,1123,1185,1199,1204,1209,1202,1152,1167,1159,1135,1137,1206,1239,1084,1141,1090,1017,1169,1182,1201,1353,1380,1434,1439,1549,1535,1504,1543,1647,1489,1492,1369,1423,1349,1425,1292,1293,1182,1186,1134,1128,1012,1087,1020,1069,1134,1149,804,805,817,634,555,563,563,505,444,368,366,259,244,229,171,79531,78508,77469,57245,20224,17749,14301,18270,95739 +S14000111,832,862,956,1075,1109,1205,1288,1175,1238,1222,1304,1248,1362,1272,1258,1252,1250,1144,894,759,687,681,722,678,696,682,710,736,789,769,887,985,1038,1140,1155,1185,1234,1304,1380,1344,1337,1421,1356,1271,1262,1213,1254,1341,1414,1541,1576,1518,1476,1590,1476,1506,1533,1618,1584,1502,1436,1401,1363,1376,1356,1280,1264,1241,1220,1109,1105,1013,1025,1048,1171,1161,750,750,739,622,583,524,532,446,435,363,358,272,255,203,183,78833,77583,76439,56176,20263,17719,14149,21052,97491 +W07000081,906,912,897,944,1048,1044,1078,1141,1074,1065,1154,1218,1195,1161,1167,1019,1119,1084,1068,935,810,795,820,940,1028,1108,1091,1055,1149,1144,1225,1164,1215,1171,1204,1231,1243,1197,1088,1100,1144,1169,1144,1055,1038,947,1022,1074,1094,1137,1162,1300,1194,1237,1275,1319,1300,1402,1417,1354,1314,1266,1296,1257,1205,1120,1134,1033,1015,1102,1016,935,929,953,1045,1054,795,776,724,655,610,542,479,496,460,397,339,297,238,221,825,75296,74177,73093,53903,19190,16936,13786,19226,92319 +W07000082,999,1031,1048,1015,1103,1139,1135,1135,1188,1209,1237,1239,1277,1195,1359,1206,1144,1215,1079,795,824,860,958,1066,1104,1133,1128,1219,1224,1331,1430,1404,1373,1413,1404,1401,1357,1358,1353,1336,1315,1334,1345,1211,1137,1154,1186,1299,1260,1441,1453,1589,1566,1641,1524,1478,1492,1532,1529,1440,1430,1294,1264,1281,1164,1147,1130,1025,1040,1051,966,1121,1064,1075,1185,1244,905,824,828,724,661,623,573,507,470,422,349,292,276,237,910,83917,82773,81558,60909,20649,18372,15256,20874,102432 +W07000083,799,707,750,800,830,854,929,895,899,968,968,1009,966,963,931,1087,1044,1064,1081,1357,1327,1527,1429,1369,1323,1053,916,1029,1008,950,1006,1044,1008,1038,1019,1027,926,966,976,932,970,1028,985,936,879,912,892,954,1004,1114,1277,1353,1200,1329,1269,1390,1411,1402,1445,1437,1375,1326,1323,1310,1205,1237,1130,1135,1174,1175,1067,1107,1110,1122,1205,1246,923,927,826,806,766,582,579,573,501,416,412,351,312,287,1159,78273,77229,76165,54037,22128,19761,16277,16463,92628 +W07000084,1018,908,1050,1034,1064,1004,1044,1019,1063,1112,1058,1126,1126,1085,1134,1036,1010,1003,951,807,831,937,1020,1024,1127,1198,1179,1162,1282,1322,1359,1334,1299,1297,1308,1257,1244,1215,1124,1142,1104,1109,1143,1041,949,958,1010,1039,1126,1162,1314,1352,1334,1456,1427,1444,1494,1489,1428,1444,1404,1261,1270,1236,1138,1161,1063,988,1063,1044,941,1038,1002,1061,1031,1147,817,769,708,713,669,553,501,483,452,336,348,254,228,209,656,77799,76789,75786,56551,19235,17011,13916,18894,94680 +W07000085,683,690,754,829,889,859,905,912,962,995,975,1005,963,946,1021,917,920,1014,845,741,635,652,677,808,829,877,886,918,958,882,974,969,926,1032,1029,909,949,997,954,918,1050,947,1006,965,910,892,982,967,1079,1095,1245,1254,1273,1340,1340,1420,1461,1538,1458,1485,1418,1419,1446,1477,1416,1365,1374,1327,1395,1403,1296,1287,1292,1323,1386,1405,1067,1009,1122,971,812,706,700,654,551,491,424,379,352,255,1159,77687,76767,75753,50248,25505,22766,18641,16239,91992 +W07000086,891,886,905,991,963,1025,1040,970,1070,1061,1139,1158,1107,1068,1089,1090,980,1058,961,723,756,793,880,971,1052,1169,1102,1050,1189,1178,1312,1292,1306,1325,1366,1350,1253,1215,1166,1244,1138,1272,1253,1142,1080,1084,1107,1154,1168,1246,1334,1431,1325,1344,1399,1388,1441,1431,1382,1419,1374,1330,1269,1217,1200,1108,1085,1063,1015,1062,1059,1053,1009,1084,1065,1172,870,864,850,752,648,657,562,559,499,485,400,344,286,267,941,79378,78398,77340,56581,20759,18566,15426,18491,95831 +W07000087,757,761,800,880,892,917,1020,932,941,1006,1024,1107,1104,1013,1090,1041,1099,1074,1009,772,705,736,795,889,917,901,948,859,907,945,957,959,983,1009,1075,994,1066,998,1014,994,970,1048,1060,992,927,900,1043,1039,1090,1175,1220,1293,1320,1359,1376,1416,1467,1512,1513,1446,1507,1487,1472,1405,1414,1354,1334,1376,1309,1332,1303,1234,1230,1260,1350,1317,1124,1044,1048,953,809,689,610,588,541,568,466,393,346,283,1099,79016,77917,76843,51883,24960,22272,18255,17458,94301 +W07000088,910,854,969,1022,1082,1155,1188,1225,1171,1227,1147,1190,1218,1251,1194,1128,1133,1105,1132,830,868,898,924,983,964,1168,1057,1080,1135,1186,1217,1315,1249,1296,1335,1294,1316,1268,1250,1286,1212,1275,1309,1217,1191,1058,1101,1141,1209,1258,1361,1317,1274,1453,1402,1338,1312,1378,1371,1352,1321,1227,1157,1143,1135,1181,1108,1061,1116,1140,985,1004,1027,970,1059,1125,827,834,731,686,640,519,523,480,418,379,332,307,239,215,630,78337,77204,76099,56563,19536,17247,13930,20169,96268 +W07000089,1171,1037,1111,1148,1174,1290,1334,1374,1357,1365,1497,1467,1428,1393,1417,1382,1388,1416,1524,2544,2634,2457,2309,2295,2312,2212,2020,1902,1818,1780,1689,1669,1691,1627,1712,1601,1607,1506,1506,1454,1444,1435,1435,1368,1219,1336,1243,1204,1210,1130,1194,1301,1239,1290,1237,1156,1119,1209,1211,1134,1075,998,1034,974,989,937,898,834,930,822,819,802,819,752,766,838,620,566,564,514,479,427,435,375,377,328,318,271,259,194,853,90654,89266,87850,72053,15797,13962,11376,23749,111599 +W07000090,908,929,941,1026,1047,999,1160,1039,1088,1111,1155,1097,1097,1109,1128,1076,1032,980,1317,2745,1479,1028,896,843,911,1102,1292,1242,1228,1135,1204,1216,1180,1170,1245,1295,1251,1200,1204,1274,1273,1305,1313,1285,1158,1174,1141,1206,1144,1178,1168,1208,1272,1219,1233,1238,1221,1248,1185,1245,1272,1192,1183,1116,1096,1046,986,997,1009,960,874,944,905,906,896,996,708,734,691,615,547,479,463,461,448,421,353,345,280,272,995,78073,77041,76061,57730,18331,16299,13333,18922,94983 +W07000091,954,915,1004,952,1001,1048,1141,1024,1031,1046,1091,1105,1083,1070,1072,1089,1008,1005,1192,2909,4775,4715,3880,3414,3153,2401,2255,2100,1983,1913,1768,1739,1608,1647,1547,1530,1539,1467,1383,1398,1291,1317,1292,1206,1128,1085,1071,1100,1092,1021,1058,1058,1022,973,998,1099,1075,1065,1034,1040,1043,976,934,934,869,864,797,723,697,816,658,685,653,674,736,722,568,585,538,480,392,376,379,370,360,264,273,234,208,184,726,93072,92064,91059,77097,13962,12301,10065,18639,109698 +W07000092,1208,1158,1202,1208,1206,1261,1331,1385,1368,1403,1468,1570,1433,1486,1452,1239,1235,1198,1227,1342,1267,1140,1003,1014,1096,1389,1477,1456,1515,1508,1596,1595,1519,1431,1503,1567,1558,1509,1481,1530,1439,1430,1433,1332,1265,1308,1313,1225,1324,1270,1304,1409,1319,1366,1318,1384,1361,1344,1354,1291,1334,1209,1166,1204,1159,1094,1033,897,912,907,884,914,907,885,947,971,702,684,646,536,533,505,437,431,412,342,329,250,248,226,775,83424,82189,80991,63584,17407,15280,12564,23811,104802 +W07000093,699,668,733,722,792,800,900,894,907,906,956,980,992,877,948,910,911,950,1087,1795,1860,1721,1359,1169,1055,910,873,829,935,856,915,967,954,923,932,876,859,906,826,879,921,866,860,844,826,866,856,893,965,1038,1143,1279,1238,1328,1297,1337,1422,1486,1462,1548,1501,1439,1443,1438,1398,1343,1417,1359,1345,1312,1255,1342,1294,1316,1387,1394,1108,1049,1063,940,805,698,708,578,557,520,445,409,319,324,1087,80415,79504,78554,53180,25374,22614,18598,15545,94099 +W07000094,789,835,849,852,899,900,958,966,1013,1044,1048,1102,1151,1125,1141,1138,1106,1139,1087,735,740,745,808,942,930,954,975,911,902,928,1018,1067,954,950,986,988,1001,970,923,939,1024,970,1064,1063,982,997,970,1122,1110,1179,1424,1400,1468,1509,1497,1551,1503,1608,1680,1553,1527,1549,1473,1424,1349,1344,1226,1208,1288,1305,1190,1279,1299,1393,1450,1527,1055,1075,1055,911,760,687,685,625,604,560,446,423,301,276,1058,80724,79618,78479,53449,25030,22460,18659,18055,96534 +W07000095,903,932,1023,989,1037,1117,1063,1157,1124,1163,1183,1173,1224,1237,1206,1139,1147,1141,1065,748,777,807,958,993,972,1045,997,1035,1124,1087,1145,1183,1114,1147,1161,1127,1092,1126,1052,1046,1054,1103,1104,1015,921,984,1084,1059,1139,1192,1309,1351,1369,1431,1316,1437,1403,1505,1483,1504,1498,1435,1409,1405,1379,1275,1230,1215,1355,1245,1221,1277,1245,1296,1453,1408,1087,1004,1041,922,806,726,683,673,573,587,468,444,377,299,1223,82111,80964,79823,54690,25133,22628,18813,19958,99781 +W07000096,856,804,857,833,949,893,1015,924,1008,1013,1137,1069,1142,1091,1092,1003,975,926,844,838,969,859,803,773,710,942,894,976,994,978,1012,1037,1055,1092,1060,1045,925,963,906,948,990,998,1033,974,917,935,975,1034,1186,1237,1297,1368,1375,1373,1408,1376,1447,1521,1466,1500,1486,1517,1442,1337,1432,1334,1302,1216,1204,1280,1208,1166,1201,1286,1294,1343,1062,961,1026,931,758,648,645,609,558,575,480,431,389,301,1353,78709,77734,76808,52247,24561,21925,18225,17587,94395 +W07000097,797,770,839,885,992,939,1037,998,1019,1121,1134,1139,1155,1113,1292,1055,1105,1044,1125,1082,1017,964,838,751,667,877,893,857,876,944,1029,1074,1079,1070,1180,1068,1192,1189,1054,1109,1125,1152,1246,1128,1080,1037,1093,1154,1199,1246,1334,1408,1387,1495,1338,1401,1428,1466,1426,1359,1391,1300,1286,1284,1316,1270,1218,1153,1194,1175,1135,1096,1160,1209,1328,1435,987,1005,957,906,850,731,688,651,623,570,518,514,373,342,1150,80401,79296,78252,54014,24238,21750,18228,18434,96686 +W07000098,871,885,925,967,1036,1050,1039,1084,1073,1147,1189,1168,1101,1137,1212,1182,1043,1112,1020,844,764,834,880,888,947,1082,1061,1049,1074,1061,1155,1227,1086,1173,1200,1206,1111,1074,1143,1143,1112,1151,1126,1120,1049,935,984,1090,1107,1146,1254,1309,1294,1303,1349,1371,1419,1433,1470,1386,1400,1385,1290,1314,1292,1242,1177,1179,1152,1137,1106,1061,1069,1124,1123,1141,934,829,810,763,754,629,596,527,481,431,344,358,301,231,985,77750,76707,75595,54111,21484,19065,15597,19221,94816 +W07000099,990,1017,1077,1097,1150,1217,1198,1240,1180,1170,1259,1198,1189,1218,1251,1210,1090,1116,1071,984,934,957,1033,1094,1096,1300,1163,1199,1262,1282,1341,1361,1432,1387,1326,1399,1401,1396,1289,1277,1204,1254,1255,1174,1009,1010,1044,1134,1136,1234,1343,1424,1344,1433,1383,1430,1429,1469,1469,1353,1418,1326,1290,1245,1264,1099,1079,1083,1021,1047,1123,1082,1070,1099,1089,1050,770,864,778,707,634,527,503,470,467,376,348,261,245,194,787,81037,79947,78831,59058,19773,17595,14444,20867,99698 +W07000100,868,856,915,961,1024,1034,1056,1128,1117,1105,1243,1213,1170,1160,1217,1168,1173,1124,1052,836,769,842,911,986,1030,1089,1014,979,1048,1116,1196,1157,1116,1091,1184,1108,1101,1094,1081,1045,1064,1127,1073,1122,1000,962,1006,1028,1156,1244,1297,1314,1365,1477,1438,1582,1531,1555,1535,1714,1616,1558,1467,1519,1463,1409,1380,1363,1331,1377,1328,1337,1397,1322,1359,1462,1097,1102,1078,933,855,788,717,638,620,489,511,433,369,349,1244,84643,83470,82346,56058,26288,23499,19428,19532,101878 +W07000101,758,779,777,796,845,895,910,942,905,982,1015,1028,1015,1083,1076,1089,998,1010,935,578,634,693,781,845,793,957,861,907,914,940,978,1023,926,1019,956,1038,1004,1002,1006,1057,1041,1031,1076,1054,988,1011,993,1131,1099,1223,1382,1474,1333,1417,1556,1544,1596,1577,1611,1579,1500,1431,1362,1293,1298,1317,1184,1219,1200,1234,1269,1193,1291,1228,1236,1366,1088,1007,983,931,835,693,716,607,577,520,499,418,372,335,1218,78991,77993,76983,52447,24536,22035,18382,16903,93886 +W07000102,895,844,930,963,987,981,1003,1070,1108,1083,1112,1143,1078,1178,1187,1191,1160,1132,1062,809,739,774,881,1049,981,1008,1006,1028,1087,991,1047,1148,1113,1047,1079,1083,1048,1070,1053,1095,981,1073,1036,1038,970,971,1034,1122,1104,1187,1391,1549,1466,1534,1442,1592,1544,1535,1579,1548,1494,1521,1404,1388,1326,1369,1286,1241,1302,1245,1201,1225,1266,1292,1325,1308,1000,958,977,871,762,630,655,582,546,551,490,412,325,282,1174,81594,80434,79302,55027,24275,21620,17832,19045,98347 +W07000103,883,878,893,993,1076,1059,1173,1125,1088,1137,1167,1186,1185,1131,1207,1235,1207,1178,1292,1955,1359,1201,1067,1140,1079,1226,1177,1181,1181,1236,1305,1259,1260,1249,1297,1279,1299,1273,1289,1276,1239,1257,1271,1218,1123,1048,1115,1164,1099,1160,1247,1348,1278,1415,1410,1319,1351,1423,1517,1343,1355,1286,1256,1164,1257,1212,1108,1073,1073,1007,1045,1061,1075,1053,1126,1122,902,817,826,739,634,558,550,448,471,425,365,320,267,247,897,82349,81142,79964,59543,20421,18101,14948,19801,99765 +W07000104,1454,1376,1401,1434,1441,1457,1519,1514,1439,1439,1407,1430,1488,1420,1431,1290,1255,1322,1246,1022,958,1089,1227,1451,1456,1464,1548,1610,1675,1871,1808,1982,1796,1809,1941,1761,1723,1646,1625,1409,1508,1400,1460,1333,1223,1192,1272,1242,1260,1376,1348,1467,1414,1424,1427,1537,1489,1517,1466,1425,1367,1333,1263,1320,1127,1088,982,941,997,972,926,889,906,858,919,1008,731,767,631,669,573,494,508,474,418,398,371,283,250,211,759,88907,87652,86330,68307,18023,15953,13043,25517,111847 +W07000105,961,950,1041,1105,1112,1140,1249,1202,1207,1216,1263,1327,1331,1328,1355,1190,1219,1196,1173,885,784,833,939,1002,1037,1200,1077,1181,1246,1259,1387,1345,1336,1377,1486,1330,1386,1533,1313,1256,1325,1366,1343,1341,1193,1274,1163,1199,1290,1340,1345,1533,1384,1556,1470,1405,1511,1439,1468,1351,1335,1334,1320,1231,1186,1142,1055,981,1103,1068,997,939,1127,1062,1139,1157,863,881,810,703,730,603,515,498,435,422,361,323,277,224,981,82878,81659,80463,60067,20396,18199,15047,21392,101855 +W07000106,1004,1020,1078,1099,1125,1117,1192,1189,1276,1288,1198,1289,1257,1304,1270,1168,1174,1213,1172,1276,1185,1296,1263,1435,1307,1290,1206,1316,1333,1411,1450,1497,1497,1480,1474,1407,1395,1417,1420,1392,1342,1317,1378,1244,1116,1097,1132,1147,1128,1294,1419,1472,1306,1367,1396,1440,1422,1410,1430,1334,1319,1264,1174,1165,1184,1145,1033,1054,1039,1042,1021,1043,1010,1096,1115,1132,911,806,699,661,597,498,468,375,402,352,289,260,263,188,682,83784,82610,81397,62216,19181,17003,13868,21261,102658 +W07000107,985,916,1048,1132,1045,1112,1166,1130,1166,1243,1273,1283,1166,1276,1182,1149,1184,1212,1106,1021,975,1043,1101,1233,1130,1342,1196,1245,1260,1263,1249,1345,1341,1437,1329,1370,1254,1336,1250,1254,1220,1182,1172,1134,1027,963,1048,1124,1123,1267,1372,1493,1449,1395,1477,1441,1447,1445,1494,1381,1452,1343,1238,1292,1243,1139,1148,1041,1052,1052,1005,933,1073,1035,1136,1101,865,809,716,707,682,599,520,524,496,412,405,342,259,225,776,81750,80566,79354,59302,20052,17765,14620,20668,100022 +W07000108,962,971,1061,1077,1064,1109,1153,1131,1077,1088,1242,1223,1196,1193,1163,1203,1095,1189,1269,1974,3028,3081,2639,2264,1840,1538,1478,1367,1407,1411,1487,1482,1580,1371,1469,1481,1373,1456,1248,1357,1255,1281,1312,1214,1118,1070,1120,1165,1134,1141,1189,1282,1163,1261,1297,1247,1239,1361,1357,1201,1241,1266,1212,1191,1147,1097,1034,954,1032,977,902,881,964,946,984,1058,720,714,704,685,571,498,481,464,438,366,347,295,291,235,950,88936,87841,86652,68064,18588,16457,13494,20197,106849 +W07000109,948,919,998,1017,1046,1063,1108,1005,1083,1088,1120,1199,1146,1159,1115,1078,1139,1121,972,790,792,763,874,940,1085,1199,1079,1173,1202,1190,1296,1267,1313,1295,1232,1256,1205,1254,1124,1120,1087,1119,1133,1105,927,997,934,1028,1034,1164,1141,1266,1271,1320,1236,1302,1332,1407,1321,1352,1352,1320,1142,1177,1201,1050,1017,995,1087,1047,1005,994,991,977,1010,1106,805,832,731,677,630,587,493,489,438,376,380,334,289,253,826,75768,74629,73508,54089,19419,17352,14223,19352,92860 +W07000110,910,959,930,1049,1079,1170,1139,1149,1117,1189,1218,1187,1202,1179,1195,1174,1041,1139,1124,768,686,816,972,918,942,1091,1043,1113,1170,1090,1167,1136,1201,1258,1238,1268,1331,1154,1175,1196,1203,1273,1232,1204,1008,1039,1040,1099,1123,1196,1261,1340,1278,1359,1369,1338,1284,1388,1431,1358,1339,1298,1278,1282,1186,1205,1175,1165,1141,1092,1052,1045,1020,1055,1128,1171,836,828,814,730,655,538,525,526,439,398,337,290,271,228,886,77793,76752,75613,55063,20550,18170,14772,20026,95639 +W07000111,923,942,1027,999,1059,1116,1106,1134,1167,1243,1200,1250,1232,1200,1236,1126,1136,1133,1064,799,879,905,983,1070,1176,1202,1098,1170,1175,1251,1264,1287,1308,1272,1358,1297,1338,1370,1265,1291,1297,1320,1329,1268,1100,1157,1171,1180,1273,1359,1376,1478,1442,1469,1398,1443,1389,1434,1377,1443,1314,1276,1245,1183,1226,1169,1153,1051,1091,1076,1016,1014,1014,1074,1061,1134,902,833,815,765,737,616,508,475,432,409,373,300,270,239,918,81483,80347,79214,58769,20445,18123,14905,20229,99443 +W07000112,569,585,601,596,690,713,764,744,757,826,831,841,770,825,810,723,734,725,715,529,548,534,555,645,645,688,666,671,659,670,697,734,740,768,753,735,676,755,708,690,691,692,770,750,695,607,698,684,779,916,890,1011,947,1014,1009,1067,1013,1072,1102,1121,1009,1032,1082,1038,961,962,986,966,953,891,928,935,954,998,1013,1066,746,792,772,711,596,517,508,497,464,372,316,293,241,213,824,57404,56670,55945,37431,18514,16566,13756,13104,69049 diff --git a/src/themes/society/population.njk b/src/themes/society/population.njk index f2aac2b..de6d494 100644 --- a/src/themes/society/population.njk +++ b/src/themes/society/population.njk @@ -2,21 +2,19 @@ title: Population (UK) theme: society created: 2023-09-13T13:32 -updated: 2023-09-13T13:32 +updated: 2024-07-24T17:35 description: | Population by constituency (UK). keywords: [population,people,age,breakdown] --- -
This uses data for the old Parliamentary constituencies (pre July 2024).
-

Total population{% comp 'anchor', { 'ref': 'total'} %}{% endcomp %}

{% comp 'wrapper', { "component": comp.oi.map.hex_cartogram, "config": { "width": 600, - "hexjson": "hexjson.constituencies", - "data": "sources.society.population-2020", + "hexjson": "hexjson.uk-constituencies-2023", + "data": population_2022, "columns": [{ "name": "filterLabel", "template": "{{ n }} ({{ a }})" @@ -25,7 +23,7 @@ keywords: [population,people,age,breakdown] "scale": "Viridis", "min": 50000, "max": 150000, - "matchKey": "PCON11CD", + "matchKey": "PCON24CD", "legend": { "position": "top right", "items": [{ @@ -45,9 +43,9 @@ keywords: [population,people,age,breakdown] } }, "tooltip": "{{ n }}
Total: {{ {{ _value }} | toLocaleString() }}", - "attribution": "Data: Population by constituency (House of Commons Library using ONS Parliamentary Constituency Mid-Year Population Estimates (Experimental Statistics), NRS UK Parliamentary Constituency Population Estimates, NISRA Mid-Year Population Estimates for Northern Ireland)" + "attribution": "Data: Population by constituency (House of Commons Library using ONS Population estimates for England and Wales, mid-2022, NRS Search census data 2022, Table UV103 (Age by single year), NISRA 2021 Mid-year population estimates for small geographical areas within Northern Ireland)" }, - "download": {"text": "Population by constituency (2020)", "type": "CSV"} + "download": {"text": "Population by constituency (2021/22)", "type": "CSV"} } %}{% endcomp %} @@ -57,8 +55,8 @@ keywords: [population,people,age,breakdown] "component": comp.oi.map.hex_cartogram, "config": { "width": 600, - "hexjson": "hexjson.constituencies", - "data": "sources.society.population-2020", + "hexjson": "hexjson.uk-constituencies-2023", + "data": population_2022, "columns": [{ "name": "filterLabel", "template": "{{ n }} ({{ a }})" @@ -67,7 +65,7 @@ keywords: [population,people,age,breakdown] "scale": "Viridis", "min": 0, "max": 100000, - "matchKey": "PCON11CD", + "matchKey": "PCON24CD", "legend": { "position": "top right", "items": [{ @@ -97,7 +95,7 @@ keywords: [population,people,age,breakdown] } }, "tooltip": "{{ n }}
Aged {{ _value }}: {{ {{ _value }} | toLocaleString() }}", - "attribution": "Data: Population by constituency (House of Commons Library using ONS Parliamentary Constituency Mid-Year Population Estimates (Experimental Statistics), NRS UK Parliamentary Constituency Population Estimates, NISRA Mid-Year Population Estimates for Northern Ireland)" + "attribution": "Data: Population by constituency (House of Commons Library using ONS Population estimates for England and Wales, mid-2022, NRS Search census data 2022, Table UV103 (Age by single year), NISRA 2021 Mid-year population estimates for small geographical areas within Northern Ireland)" }, "download": {"text": "Population by constituency (2020)", "type": "CSV"} } %}{% endcomp %} @@ -111,8 +109,8 @@ keywords: [population,people,age,breakdown] "component": comp.oi.map.hex_cartogram, "config": { "width": 600, - "hexjson": "hexjson.constituencies", - "data": "sources.society.population-2020", + "hexjson": "hexjson.uk-constituencies-2023", + "data": population_2022, "columns": [{ "name": "filterLabel", "template": "{{ n }} ({{ a }})" @@ -121,7 +119,7 @@ keywords: [population,people,age,breakdown] "scale": "Viridis", "min": 0, "max": 4000, - "matchKey": "PCON11CD", + "matchKey": "PCON24CD", "legend": { "position": "top right", "items": [{ @@ -151,7 +149,7 @@ keywords: [population,people,age,breakdown] } }, "tooltip": "{{ n }}
Aged {{ _value }}: {{ {{ _value }} | toLocaleString() }}", - "attribution": "Data: Population by constituency (House of Commons Library using ONS Parliamentary Constituency Mid-Year Population Estimates (Experimental Statistics), NRS UK Parliamentary Constituency Population Estimates, NISRA Mid-Year Population Estimates for Northern Ireland)" + "attribution": "Data: Population by constituency (House of Commons Library using ONS Population estimates for England and Wales, mid-2022, NRS Search census data 2022, Table UV103 (Age by single year), NISRA 2021 Mid-year population estimates for small geographical areas within Northern Ireland)" }, "download": {"text": "Population by constituency (2020)", "type": "CSV"} } %}{% endcomp %}