diff --git a/scratch-sessions/build_ml.clj b/scratch-sessions/build_ml.clj index ad27fbc2..257b952e 100644 --- a/scratch-sessions/build_ml.clj +++ b/scratch-sessions/build_ml.clj @@ -79,38 +79,37 @@ :quote? (constantly true)))) (defn write-inference [] - (with-open [f (io/writer "~/dev/transaction-training/input/inference.csv")] - (csv/write-csv f - (into [["transaction" "client" "bank" "bank_type" "description" "date" "amount"]] - (->> - (dc/q '[:find ?t ?c ?bn ?bt2 ?do ?d ?amt - :in $ ?start - :where - [?t :transaction/date ?d] - [(>= ?d ?start)] - [?t :transaction/approval-status :transaction-approval-status/unapproved] - (not [?t :transaction/matched-rule]) - (not [?t :transaction/payment]) - [?t :transaction/client ?c] - [?c :client/code ?code] - (not [?t :transaction/vendor]) - (not [?t :transaction/accounts]) - [?t :transaction/description-original ?do] - [?t :transaction/amount ?amt] - [?t :transaction/bank-account ?b] + (csv/write-csv *out* + (into [["transaction" "client" "bank" "bank_type" "description" "date" "amount"]] + (->> + (dc/q '[:find ?t ?c ?bn ?bt2 ?do ?d ?amt + :in $ ?start + :where + [?t :transaction/date ?d] + [(>= ?d ?start)] + [?t :transaction/approval-status :transaction-approval-status/unapproved] + (not [?t :transaction/matched-rule]) + (not [?t :transaction/payment]) + [?t :transaction/client ?c] + [?c :client/code ?code] + (not [?t :transaction/vendor]) + (not [?t :transaction/accounts]) + [?t :transaction/description-original ?do] + [?t :transaction/amount ?amt] + [?t :transaction/bank-account ?b] - [?b :bank-account/name ?bn] - [?b :bank-account/type ?bat] - [?bat :db/ident ?bt] - [(name ?bt) ?bt2] - - ] - (dc/db auto-ap.datomic/conn) - #inst "2023-01-01") - (map (fn [[t code bn bat d date amt]] - [t code bn bat d (auto-ap.time/unparse-local (clj-time.coerce/to-date-time date) auto-ap.time/iso-date) amt])) - )) - :quote? (constantly true)))) + [?b :bank-account/name ?bn] + [?b :bank-account/type ?bat] + [?bat :db/ident ?bt] + [(name ?bt) ?bt2] + + ] + (dc/db auto-ap.datomic/conn) + #inst "2023-01-01") + (map (fn [[t code bn bat d date amt]] + [t code bn bat d (auto-ap.time/unparse-local (clj-time.coerce/to-date-time date) auto-ap.time/iso-date) amt])) + )) + :quote? (constantly true))) diff --git a/scratch-sessions/ingest_ml.clj b/scratch-sessions/ingest_ml.clj index 0da20bc2..1442f4a6 100644 --- a/scratch-sessions/ingest_ml.clj +++ b/scratch-sessions/ingest_ml.clj @@ -66,2402 +66,2458 @@ (def i ",transaction,best_vendor,best_account,confidence -0,17592290312368,17592186140402,17592231963534,0.9918258 -1,17592299148835,17592186140402,17592231963534,0.8678148 -2,17592300851067,17592186140402,17592231963534,0.9767799 -3,17592298399419,17592186140402,17592231963534,0.99921125 -4,17592301580463,17592186140402,17592231963534,0.9952557 -5,17592298253407,17592186140402,17592231963534,0.8545796 -6,17592301008298,17592186140402,17592231963534,0.99329585 -7,17592286730702,17592186140402,17592231963534,0.9992335 -8,17592301488294,17592186140402,17592231963534,0.9959301 -9,17592288590395,17592186140402,17592231963534,0.9687072 -10,17592300420762,17592186140402,17592231963534,0.9988387 -12,17592301484762,17592186140402,17592231963534,0.99960655 -13,17592301488281,17592186140402,17592231963534,0.9959401 -14,17592295553881,17592186140402,17592231963534,0.9875209 -15,17592286390328,17592186140402,17592231963534,0.99064237 -16,17592286790662,17592186140402,17592231963534,0.9693618 -17,17592300690220,17592186140402,17592231963534,0.9694659 -18,17592300878690,17592186140402,17592231963534,0.99961275 -20,17592301618840,17592186140402,17592231963534,0.9698451 -21,17592301579219,17592186140402,17592231963534,0.838935 -22,17592300419611,17592186140402,17592231963534,0.99805707 -23,17592301694849,17592186140402,17592231963534,0.9867962 -24,17592283995111,17592186140402,17592231963534,0.9992311 -25,17592300620802,17592186140402,17592231963534,0.99863416 -26,17592301005673,17592186140402,17592231963534,0.9809336 -27,17592299861289,17592186140402,17592231963534,0.99299675 -29,17592299660767,17592186140402,17592231963534,0.95999116 -30,17592297112709,17592186140402,17592231963534,0.96310467 -31,17592292934341,17592186140402,17592231963534,0.9920777 -32,17592301008291,17592186140402,17592231963534,0.99346834 -33,17592301580458,17592186140402,17592231963534,0.99524623 -34,17592300358564,17592186140402,17592231963534,0.97352535 -35,17592300794685,17592186140402,17592231963534,0.9674718 -36,17592301714462,17592186140402,17592231963534,0.9991076 -37,17592299861099,17592186140402,17592231963534,0.9979521 -38,17592289634167,17592186140402,17592231963534,0.9071563 -39,17592301220284,17592186140402,17592231963534,0.9943945 -40,17592297586749,17592186140402,17592231963534,0.9684811 -41,17592301488255,17592186140402,17592231963534,0.9959289 -42,17592301164428,17592186140402,17592231963534,0.97402996 -43,17592301580483,17592186140402,17592231963534,0.9952523 -44,17592301355518,17592186140402,17592231963534,0.99128556 -45,17592301198217,17592186140402,17592231963534,0.9934922 -46,17592301619602,17592186140402,17592231963534,0.96366686 -47,17592301383303,17592186140402,17592231963534,0.9993017 -48,17592295626366,17592186140402,17592231963534,0.9965075 -49,17592301206662,17592186140402,17592231963534,0.99246025 -50,17592301483242,17592186140402,17592231963534,0.9588856 -51,17592301580395,17592186140402,17592231963534,0.98841584 -52,17592301104327,17592186140402,17592231963534,0.9871448 -53,17592298349037,17592186140402,17592231963534,0.9703908 -54,17592299660455,17592186140402,17592231963534,0.9627472 -55,17592292416749,17592186140402,17592231963534,0.9700979 -56,17592301488308,17592186140402,17592231963534,0.99593055 -57,17592292862619,17592186140402,17592231963534,0.9968038 -58,17592299861185,17592186140402,17592231963534,0.9941425 -59,17592294405511,17592186140402,17592231963534,0.99854296 -60,17592300851050,17592186140402,17592231963534,0.9832906 -61,17592286796563,17592186140402,17592231963534,0.9975939 -62,17592301094960,17592186140402,17592231963534,0.99831146 -63,17592288579058,17592186140402,17592231963534,0.9983348 -64,17592287321999,17592186140402,17592231963534,0.99888 -65,17592300829823,17592186140402,17592231963534,0.9983818 -67,17592301580478,17592186140402,17592231963534,0.9952516 -68,17592301483657,17592186140402,17592231963534,0.9978246 -69,17592301488299,17592186140402,17592231963534,0.99593186 -70,17592294401830,17592186140402,17592231963534,0.99043655 -71,17592301185856,17592186140402,17592231963534,0.9992467 -72,17592296941791,17592186140402,17592231963534,0.9919718 -73,17592301580453,17592186140402,17592231963534,0.9952449 -74,17592290716615,17592186140402,17592231963534,0.9247466 -75,17592289636422,17592186140402,17592231963534,0.9989524 -76,17592301165390,17592186140402,17592231963534,0.9991695 -77,17592300793677,17592186140402,17592231963534,0.9965267 -78,17592286798737,17592186140402,17592231963534,0.9702742 -79,17592298974843,17592186140402,17592231963534,0.9957379 -80,17592301579170,17592186140402,17592231963534,0.9988293 -81,17592301555308,17592186140402,17592231963534,0.9551785 -82,17592301319535,17592186140402,17592231963534,0.9928738 -83,17592300793751,17592186140402,17592231963534,0.9979983 -84,17592294401837,17592186140402,17592231963534,0.99043655 -85,17592290312354,17592186140402,17592231963534,0.99210703 -86,17592292862412,17592186140402,17592231963534,0.9992467 -87,17592300170546,17592186140402,17592231963534,0.966789 -88,17592300794709,17592186140402,17592231963534,0.9839163 -89,17592289946358,17592186140402,17592231963534,0.9928827 -90,17592301488276,17592186140402,17592231963534,0.9959341 -91,17592296297813,17592186140402,17592231963534,0.9190172 -92,17592301619608,17592186140402,17592231963534,0.99462897 -93,17592300688943,17592186140402,17592231963534,0.9989179 -94,17592301580443,17592186140402,17592231963534,0.99525064 -95,17592301260776,17592186140402,17592231963534,0.998722 -96,17592301711014,17592186140402,17592231963534,0.9986089 -97,17592297112410,17592186140402,17592231963534,0.9726937 -98,17592301376540,17592186140402,17592231963534,0.97694474 -99,17592285155191,17592186140402,17592231963534,0.8128024 -100,17592301488245,17592186140402,17592231963534,0.99592865 -101,17592286390304,17592186140402,17592231963534,0.9906267 -102,17592295625115,17592186140402,17592231963534,0.9319275 -103,17592300681664,17592186140402,17592231963534,0.9843704 -104,17592300794714,17592186140402,17592231963534,0.9809737 -105,17592300809164,17592186140402,17592231963534,0.9986548 -106,17592292219770,17592186140402,17592231963534,0.9698851 -107,17592295560528,17592186140402,17592231963534,0.9702253 -108,17592301408211,17592186140402,17592231963534,0.9919383 -109,17592299792097,17592186140402,17592231963534,0.9986411 -110,17592301488250,17592186140402,17592231963534,0.9959296 -111,17592301485201,17592186140402,17592231963534,0.99485916 -112,17592301388721,17592186140402,17592231963534,0.9865422 -113,17592300793746,17592186140402,17592231963534,0.9979569 -114,17592301730799,17592186140402,17592231963534,0.9925283 -115,17592301545121,17592186140402,17592231963534,0.99859715 -116,17592301580448,17592186140402,17592231963534,0.99525124 -117,17592298332899,17592186140402,17592231963534,0.9975729 -118,17592291557282,17592186140402,17592231963534,0.99047315 -119,17592287737819,17592186140402,17592231963534,0.9872081 -120,17592291564305,17592186140402,17592231963534,0.9724419 -121,17592301488289,17592186140402,17592231963534,0.9959353 -123,17592295504551,17592186140402,17592231963534,0.999267 -124,17592297112462,17592186140402,17592231963534,0.96506035 -125,17592300170541,17592186140402,17592231963534,0.9672997 -126,17592301630519,17592186140402,17592231963534,0.99812466 -127,17592301619401,17592186140402,17592231963534,0.9716792 -128,17592300171872,17592186140402,17592231963534,0.9996185 -129,17592298910880,17592186140402,17592231963534,0.99316424 -130,17592301222168,17592186140402,17592231963534,0.96514666 -131,17592299608353,17592186140402,17592231963534,0.99847835 -132,17592288592280,17592186140402,17592231963534,0.97562385 -133,17592289198714,17592186140402,17592231963534,0.9992335 -134,17592296358911,17592186140402,17592231963534,0.9575877 -135,17592293387314,17592186140402,17592231963534,0.99896574 -136,17592286390395,17592186140402,17592231963534,0.8650061 -137,17592285291939,17592233156052,17592231963534,0.94562715 -138,17592295505339,17592233156052,17592231963534,0.9529136 -139,17592301220670,17592232608408,17592231963535,0.99972117 -140,17592301618575,17592232608408,17592231963535,0.99993163 -141,17592301670617,17592232608408,17592231963535,0.9998779 -142,17592301483474,17592232608408,17592231963535,0.9990228 -143,17592300878042,17592232608408,17592231963535,0.99993235 -144,17592300689180,17592232608408,17592231963535,0.9999209 -145,17592301670326,17592232608408,17592231963535,0.9996369 -146,17592288549663,17592232599670,17592231963537,0.9959904 -147,17592301027490,17592232599670,17592231963537,0.998179 -148,17592301355088,17592233196269,17592231963549,0.98420614 -149,17592301694512,17592233196269,17592231963549,0.97696894 -150,17592301487478,17592232627053,17592231963549,0.99834764 -151,17592288741440,17592232629531,17592231963549,0.9962174 -152,17592299148902,17592232596991,17592231963555,0.9595333 -153,17592300876163,17592233192003,17592231963556,0.99877715 -154,17592298974763,17592233192003,17592231963556,0.99864596 -155,17592301488751,17592233192003,17592231963556,0.9988143 -156,17592289638438,17592205946557,17592231963556,0.9981056 -157,17592300878736,17592189253674,17592231963556,0.9889413 -158,17592297844346,17592233195740,17592231963556,0.9991972 -159,17592300688135,17592233195740,17592231963556,0.99926746 -160,17592288579087,17592233195740,17592231963556,0.99922496 -161,17592286393734,17592233195740,17592231963556,0.9992128 -162,17592294813578,17592233195740,17592231963556,0.9992197 -163,17592292218579,17592233195740,17592231963556,0.99922496 -164,17592294405582,17592232598266,17592231963557,0.9781748 -165,17592287741440,17592232598266,17592231963557,0.98992795 -166,17592300875497,17592232598266,17592231963557,0.9827623 -167,17592299659364,17592232598266,17592231963557,0.98958284 -168,17592301185698,17592232598266,17592231963557,0.9937555 -169,17592297110781,17592232598266,17592231963557,0.9834918 -170,17592290313868,17592232598266,17592231963557,0.9836186 -171,17592299659334,17592232598266,17592231963557,0.9886553 -172,17592292218630,17592232598266,17592231963557,0.9779021 -173,17592294813564,17592232598266,17592231963557,0.9589856 -174,17592291560054,17592232598266,17592231963557,0.9857726 -175,17592300688162,17592232598266,17592231963557,0.9842175 -176,17592292863122,17592232598266,17592231963557,0.9889959 -177,17592301433884,17592232598266,17592231963557,0.9965201 -178,17592298332839,17592232598266,17592231963557,0.98134017 -179,17592294272741,17592232598266,17592231963557,0.9994241 -180,17592293878547,17592232598266,17592231963557,0.999285 -181,17592292808405,17592232598266,17592231963557,0.9847422 -182,17592300688114,17592232598266,17592231963557,0.985093 -183,17592288549038,17592232598266,17592231963557,0.9993215 -184,17592301615494,17592232598266,17592231963557,0.99844265 -185,17592297110847,17592232598266,17592231963557,0.9839153 -186,17592291559990,17592232598266,17592231963557,0.9880222 -187,17592286393629,17592232598266,17592231963557,0.9875135 -188,17592291559968,17592232598266,17592231963557,0.98393667 -189,17592301027479,17592232598266,17592231963557,0.99868846 -190,17592295557868,17592232598266,17592231963557,0.9676966 -191,17592294813557,17592232598266,17592231963557,0.9778947 -192,17592292218616,17592232598266,17592231963557,0.9754865 -193,17592299659386,17592232598266,17592231963557,0.9879648 -194,17592284925355,17592232598266,17592231963557,0.9993308 -195,17592301427512,17592232598266,17592231963557,0.99940884 -196,17592294405699,17592232598266,17592231963557,0.9821327 -197,17592286796475,17592232598266,17592231963557,0.980592 -198,17592288579080,17592232598266,17592231963557,0.9825169 -199,17592294405619,17592232598266,17592231963557,0.98004156 -200,17592289199462,17592232598266,17592231963557,0.9995248 -201,17592291563945,17592232598266,17592231963557,0.99634576 -202,17592300169733,17592232598266,17592231963557,0.98355985 -203,17592293387321,17592232598266,17592231963557,0.9826455 -204,17592292218520,17592232598266,17592231963557,0.97819746 -205,17592295557839,17592232598266,17592231963557,0.99112076 -206,17592297585178,17592232598266,17592231963557,0.9828824 -207,17592284548417,17592232598266,17592231963557,0.99926364 -208,17592287741454,17592232598266,17592231963557,0.9827489 -209,17592289100287,17592232598266,17592231963557,0.9833925 -210,17592289100301,17592232598266,17592231963557,0.98476607 -211,17592297110861,17592232598266,17592231963557,0.9834927 -212,17592286796512,17592232598266,17592231963557,0.9810129 -213,17592286393622,17592232598266,17592231963557,0.9839135 -214,17592289696016,17592232598266,17592231963557,0.99950415 -215,17592300688152,17592232598266,17592231963557,0.9825437 -216,17592286393571,17592232598266,17592231963557,0.9812199 -217,17592286393757,17592232598266,17592231963557,0.98337185 -218,17592299659302,17592232598266,17592231963557,0.9893414 -219,17592294405692,17592232598266,17592231963557,0.97438055 -220,17592300688130,17592232598266,17592231963557,0.9826989 -221,17592294405575,17592232598266,17592231963557,0.9808924 -222,17592294272748,17592232598266,17592231963557,0.99941075 -223,17592291560075,17592232598266,17592231963557,0.9885573 -224,17592295101361,17592232598266,17592231963557,0.9992871 -225,17592287741447,17592232598266,17592231963557,0.9835152 -226,17592298332849,17592232598266,17592231963557,0.9867642 -227,17592301075945,17592232598266,17592231963557,0.9970082 -228,17592284301293,17592232598266,17592231963557,0.99944174 -229,17592288579191,17592232598266,17592231963557,0.98485154 -230,17592300464563,17592232598266,17592231963557,0.9994706 -231,17592294811373,17592232598266,17592231963557,0.99625367 -232,17592301458763,17592232598266,17592231963557,0.9990514 -233,17592289045277,17592232598266,17592231963557,0.99926054 -234,17592301105741,17592232598266,17592231963557,0.98663515 -235,17592301220173,17592232598266,17592231963557,0.9934969 -236,17592296370285,17592232598266,17592231963557,0.99080557 -237,17592291559961,17592232598266,17592231963557,0.9851324 -238,17592289319514,17592232598266,17592231963557,0.9897399 -239,17592295557913,17592232598266,17592231963557,0.99154913 -240,17592296370264,17592232598266,17592231963557,0.99000466 -241,17592299659286,17592232598266,17592231963557,0.9899612 -242,17592286796548,17592232598266,17592231963557,0.98159605 -243,17592293387328,17592232598266,17592231963557,0.9904074 -244,17592285155198,17592232598266,17592231963557,0.98922205 -245,17592300875482,17592232598266,17592231963557,0.98656154 -246,17592288579073,17592232598266,17592231963557,0.9860958 -247,17592286393742,17592232598266,17592231963557,0.98812574 -248,17592297585171,17592232598266,17592231963557,0.9800962 -249,17592287322020,17592232598266,17592231963557,0.99001294 -250,17592295557832,17592232598266,17592231963557,0.9728724 -251,17592292218644,17592232598266,17592231963557,0.9770223 -252,17592295101702,17592232598266,17592231963557,0.99900454 -253,17592288579137,17592232598266,17592231963557,0.9848231 -254,17592297844389,17592232598266,17592231963557,0.98460287 -255,17592301105746,17592232598266,17592231963557,0.979355 -256,17592294813571,17592232598266,17592231963557,0.9767329 -257,17592287451358,17592232598266,17592231963557,0.99943984 -258,17592297844341,17592232598266,17592231963557,0.9853088 -259,17592288579130,17592232598266,17592231963557,0.9857491 -260,17592292218572,17592232598266,17592231963557,0.97862977 -261,17592294782160,17592232598266,17592231963557,0.9993245 -262,17592289100257,17592232598266,17592231963557,0.9844088 -263,17592300688119,17592232598266,17592231963557,0.985421 -264,17592284634333,17592232598266,17592231963557,0.9930049 -265,17592287322013,17592232598266,17592231963557,0.9893128 -266,17592286393681,17592232598266,17592231963557,0.9871732 -267,17592298332864,17592232598266,17592231963557,0.98676795 -268,17592298332887,17592232598266,17592231963557,0.98014855 -269,17592284548410,17592232598266,17592231963557,0.9991655 -270,17592301615489,17592232598266,17592231963557,0.99844265 -271,17592283995973,17592232598266,17592231963557,0.99949175 -272,17592295557941,17592232598266,17592231963557,0.97601604 -273,17592300009964,17592232598266,17592231963557,0.9569835 -274,17592286393608,17592232598266,17592231963557,0.98861706 -275,17592297110854,17592232598266,17592231963557,0.9897611 -276,17592287741433,17592232598266,17592231963557,0.9886761 -277,17592296370212,17592232598266,17592231963557,0.990321 -278,17592291559983,17592232598266,17592231963557,0.98268265 -279,17592301481677,17592232598266,17592231963557,0.9881799 -280,17592285155205,17592232598266,17592231963557,0.99012315 -281,17592294405678,17592232598266,17592231963557,0.9804382 -282,17592292215696,17592232598266,17592231963557,0.9982915 -283,17592294405685,17592232598266,17592231963557,0.9817138 -284,17592294405554,17592232598266,17592231963557,0.9795108 -285,17592301427518,17592232598266,17592231963557,0.99937004 -286,17592298332854,17592232598266,17592231963557,0.9861213 -287,17592286393659,17592232598266,17592231963557,0.98265684 -288,17592285155176,17592232598266,17592231963557,0.98688877 -289,17592292416352,17592232598266,17592231963557,0.9756346 -290,17592294782167,17592232598266,17592231963557,0.99930096 -291,17592289100323,17592232598266,17592231963557,0.98420733 -292,17592297110809,17592232598266,17592231963557,0.9849628 -293,17592301219115,17592232598266,17592231963557,0.98213434 -294,17592301599869,17592232598266,17592231963557,0.9943544 -295,17592301482130,17592232598266,17592231963557,0.99688834 -296,17592301001864,17592232598266,17592231963557,0.99902064 -297,17592289100294,17592232598266,17592231963557,0.98995614 -298,17592301220168,17592232598266,17592231963557,0.9931226 -299,17592291560068,17592232598266,17592231963557,0.98459303 -300,17592296370205,17592232598266,17592231963557,0.98992485 -301,17592295557934,17592232598266,17592231963557,0.9911678 -302,17592293388991,17592232598266,17592231963557,0.9985334 -303,17592297844351,17592232598266,17592231963557,0.9841213 -304,17592301579789,17592232598266,17592231963557,0.9988812 -305,17592292808381,17592232598266,17592231963557,0.9732805 -306,17592301481682,17592232598266,17592231963557,0.98795384 -307,17592297110868,17592232598266,17592231963557,0.9854883 -308,17592297966454,17592232598266,17592231963557,0.99833304 -309,17592301555313,17592232598266,17592231963557,0.9979896 -310,17592289636408,17592232598266,17592231963557,0.9844453 -311,17592288549031,17592232598266,17592231963557,0.9993457 -312,17592300169720,17592232598266,17592231963557,0.98436844 -313,17592299068866,17592232598266,17592231963557,0.99117416 -314,17592297088680,17592232598266,17592231963557,0.9994829 -315,17592301580308,17592232598266,17592231963557,0.999467 -316,17592292808337,17592232598266,17592231963557,0.97068495 -317,17592286393562,17592232598266,17592231963557,0.98773426 -318,17592299659266,17592232598266,17592231963557,0.9857806 -319,17592294405634,17592232598266,17592231963557,0.9905316 -320,17592291560047,17592232598266,17592231963557,0.9754674 -321,17592287183412,17592232598266,17592231963557,0.9995094 -322,17592300260528,17592232598266,17592231963557,0.9879304 -323,17592284634347,17592232598266,17592231963557,0.99077594 -324,17592293387385,17592232598266,17592231963557,0.99111223 -325,17592297966612,17592232598266,17592231963557,0.9990901 -326,17592299659354,17592232598266,17592231963557,0.98818165 -327,17592284634340,17592232598266,17592231963557,0.99050105 -328,17592287322078,17592232598266,17592231963557,0.9898045 -329,17592286393555,17592232598266,17592231963557,0.98420733 -330,17592300169738,17592232598266,17592231963557,0.98599017 -331,17592300875487,17592232598266,17592231963557,0.9869644 -332,17592301580303,17592232598266,17592231963557,0.99947613 -333,17592293387342,17592232598266,17592231963557,0.98468894 -334,17592288579109,17592232598266,17592231963557,0.9842379 -335,17592293878554,17592232598266,17592231963557,0.99937373 -336,17592287451351,17592232598266,17592231963557,0.9993796 -337,17592286393594,17592232598266,17592231963557,0.98748404 -338,17592286952786,17592232598266,17592231963557,0.98973966 -339,17592292808359,17592232598266,17592231963557,0.9854204 -340,17592301488319,17592233194715,17592231963557,0.926021 -341,17592301579688,17592187232462,17592231963565,0.9990183 -342,17592301185751,17592187232462,17592231963565,0.99466574 -343,17592300206517,17592186046061,17592231963575,0.9991669 -344,17592301555696,17592186045930,17592231963584,0.9929578 -345,17592299860849,17592235156949,17592231963584,0.98667467 -346,17592295626109,17592235156949,17592231963584,0.9870273 -347,17592301201709,17592233219442,17592231963597,0.9999533 -348,17592286952545,17592233219442,17592231963597,0.9996281 -349,17592293073252,17592233219442,17592231963597,0.99971056 -350,17592293172589,17592233219442,17592231963597,0.9995827 -351,17592283996233,17592233219442,17592231963597,0.99977064 -352,17592293073245,17592233219442,17592231963597,0.99971056 -353,17592292863012,17592233219442,17592231963597,0.99980545 -354,17592289199668,17592233219442,17592231963597,0.99979377 -355,17592289199661,17592233219442,17592231963597,0.99972796 -356,17592285291644,17592233219111,17592231963597,0.99940073 -357,17592301221167,17592234847698,17592231963597,0.9900208 -358,17592301220624,17592253399359,17592231963605,0.9985846 -359,17592301106580,17592253399359,17592231963605,0.996955 -360,17592300876320,17592253399359,17592231963605,0.99642366 -361,17592299149348,17592253399359,17592231963605,0.9916178 -362,17592300876372,17592253399359,17592231963605,0.9959024 -363,17592300876394,17592253399359,17592231963605,0.9958381 -364,17592300689243,17592253399359,17592231963605,0.99391025 -365,17592301482552,17592253399359,17592231963605,0.9944689 -366,17592300689390,17592253399359,17592231963605,0.99645454 -367,17592301482672,17592253399359,17592231963605,0.9941631 -368,17592301482694,17592253399359,17592231963605,0.9838631 -369,17592300170131,17592253399359,17592231963605,0.9921099 -370,17592300689335,17592253399359,17592231963605,0.9970447 -371,17592300876243,17592253399359,17592231963605,0.9962349 -372,17592301482656,17592253399359,17592231963605,0.9937949 -373,17592300170115,17592253399359,17592231963605,0.9887348 -374,17592301482580,17592253399359,17592231963605,0.99554 -375,17592300689260,17592253399359,17592231963605,0.99707276 -376,17592300876325,17592253399359,17592231963605,0.996165 -377,17592300689357,17592253399359,17592231963605,0.996753 -378,17592300689368,17592253399359,17592231963605,0.99666196 -379,17592299149107,17592253399359,17592231963605,0.98699164 -380,17592301482753,17592253399359,17592231963605,0.98983246 -381,17592299659928,17592253399359,17592231963605,0.99348587 -382,17592300689340,17592253399359,17592231963605,0.9965712 -383,17592301482726,17592253399359,17592231963605,0.99420744 -384,17592301482575,17592253399359,17592231963605,0.99343026 -385,17592301482742,17592253399359,17592231963605,0.9981512 -386,17592300689238,17592253399359,17592231963605,0.99675536 -387,17592301106573,17592253399359,17592231963605,0.9946189 -388,17592300689222,17592253399359,17592231963605,0.9969987 -389,17592300689319,17592253399359,17592231963605,0.99665326 -390,17592301482704,17592253399359,17592231963605,0.99486095 -391,17592300689373,17592253399359,17592231963605,0.9962514 -392,17592301482645,17592253399359,17592231963605,0.9945882 -393,17592299149416,17592253399359,17592231963605,0.9954183 -394,17592300876280,17592253399359,17592231963605,0.9955431 -395,17592299149364,17592253399359,17592231963605,0.9899113 -396,17592300876377,17592253399359,17592231963605,0.9963018 -397,17592300689217,17592253399359,17592231963605,0.9958418 -398,17592300170141,17592253399359,17592231963605,0.9952455 -399,17592301482774,17592253399359,17592231963605,0.995337 -400,17592301482634,17592253399359,17592231963605,0.99491644 -401,17592300876330,17592253399359,17592231963605,0.99337727 -402,17592300876226,17592253399359,17592231963605,0.99482405 -403,17592300689330,17592253399359,17592231963605,0.9965531 -404,17592301482769,17592253399359,17592231963605,0.99347794 -405,17592300170080,17592253399359,17592231963605,0.9925968 -406,17592300689297,17592253399359,17592231963605,0.9965379 -407,17592301482699,17592253399359,17592231963605,0.9938902 -408,17592301482764,17592253399359,17592231963605,0.9937433 -409,17592301482731,17592253399359,17592231963605,0.9910695 -410,17592301482629,17592253399359,17592231963605,0.9968314 -411,17592301482591,17592253399359,17592231963605,0.9939608 -412,17592300689228,17592253399359,17592231963605,0.99677116 -413,17592300689255,17592253399359,17592231963605,0.99653745 -414,17592301482602,17592253399359,17592231963605,0.99184155 -415,17592301106642,17592253399359,17592231963605,0.98099595 -416,17592300689212,17592253399359,17592231963605,0.99675703 -417,17592300876335,17592253399359,17592231963605,0.99725765 -418,17592300689314,17592253399359,17592231963605,0.99657875 -419,17592301482715,17592253399359,17592231963605,0.99390286 -420,17592300876308,17592253399359,17592231963605,0.9957494 -421,17592300876291,17592253399359,17592231963605,0.99625677 -422,17592300876260,17592253399359,17592231963605,0.9948528 -423,17592300689233,17592253399359,17592231963605,0.99665266 -424,17592300170085,17592253399359,17592231963605,0.9915871 -425,17592301482624,17592253399359,17592231963605,0.99453306 -426,17592301482661,17592253399359,17592231963605,0.99221635 -427,17592301220578,17592285043244,17592231963605,0.9930184 -428,17592300689017,17592285043244,17592231963605,0.9948468 -429,17592299659761,17592285043244,17592231963605,0.9913391 -430,17592299659870,17592285043244,17592231963605,0.9934046 -431,17592299659904,17592285043244,17592231963605,0.990913 -432,17592300876147,17592285043244,17592231963605,0.99498403 -433,17592299659750,17592285043244,17592231963605,0.99453884 -434,17592300876158,17592285043244,17592231963605,0.99159795 -435,17592301383237,17592232637979,17592231963609,0.99799305 -436,17592301076207,17592232637979,17592231963609,0.99783283 -438,17592301027061,17592186045722,17592231963609,0.967277 -439,17592301312364,17592186045722,17592231963609,0.9704491 -440,17592294399216,17592186045722,17592231963609,0.860534 -441,17592299962618,17592186045722,17592231963609,0.9911491 -442,17592301694793,17592186045722,17592231963609,0.95908636 -443,17592301690326,17592186045722,17592231963609,0.99714845 -444,17592299608387,17592186045722,17592231963609,0.9650089 -445,17592301388892,17592186045722,17592231963609,0.97267944 -446,17592300527856,17592186045722,17592231963609,0.9842815 -447,17592301730996,17592186045722,17592231963609,0.99876356 -448,17592300973766,17592186045722,17592231963609,0.9817607 -449,17592300829683,17592186045722,17592231963609,0.82654554 -450,17592300941088,17592186045722,17592231963609,0.9635119 -451,17592301426528,17592186045722,17592231963609,0.98996204 -452,17592301488094,17592186045722,17592231963609,0.9762027 -453,17592301388902,17592186045722,17592231963609,0.9726617 -454,17592300420376,17592186045722,17592231963609,0.9593208 -455,17592301628505,17592186045722,17592231963609,0.96046865 -456,17592301312488,17592186045722,17592231963609,0.991165 -457,17592300941052,17592186045722,17592231963609,0.9639086 -458,17592296240750,17592186045722,17592231963609,0.87661135 -459,17592301628748,17592186045722,17592231963609,0.9914515 -460,17592300505797,17592186045722,17592231963609,0.9336854 -461,17592301426538,17592186045722,17592231963609,0.9899095 -462,17592301355513,17592186045722,17592231963609,0.9877281 -463,17592301104298,17592186045722,17592231963609,0.9768925 -464,17592300941072,17592186045722,17592231963609,0.9636287 -465,17592301480259,17592186045722,17592231963609,0.98486036 -466,17592300941067,17592186045722,17592231963609,0.9636498 -467,17592301730486,17592186045722,17592231963609,0.998638 -468,17592301483559,17592186045722,17592231963609,0.97988516 -469,17592301488336,17592186045722,17592231963609,0.9555908 -470,17592300398219,17592186045722,17592231963609,0.991358 -472,17592294171927,17592186045722,17592231963609,0.8755099 -473,17592301488016,17592186045722,17592231963609,0.97353786 -474,17592294171920,17592186045722,17592231963609,0.8755099 -475,17592301620145,17592186045722,17592231963609,0.995426 -476,17592301689989,17592186045722,17592231963609,0.87879634 -477,17592300932994,17592186045722,17592231963609,0.8996621 -479,17592300829801,17592186045722,17592231963609,0.9241822 -480,17592301606430,17592186045722,17592231963609,0.82584333 -481,17592301026833,17592186045722,17592231963609,0.9854018 -482,17592301689954,17592186045722,17592231963609,0.99558204 -484,17592294984034,17592186045722,17592231963609,0.864295 -485,17592300625767,17592186045722,17592231963609,0.95269907 -486,17592300419660,17592186045722,17592231963609,0.9559841 -488,17592300594811,17592186045722,17592231963609,0.96897024 -490,17592301388872,17592186045722,17592231963609,0.9728839 -492,17592301260800,17592186045722,17592231963609,0.9158156 -494,17592301697628,17592186045722,17592231963609,0.99231607 -495,17592301616666,17592186045722,17592231963609,0.9924688 -496,17592300121576,17592186045722,17592231963609,0.9710952 -497,17592301730878,17592186045722,17592231963609,0.99908614 -498,17592301388897,17592186045722,17592231963609,0.97266483 -499,17592301714189,17592186045722,17592231963609,0.99340534 -500,17592300941083,17592186045722,17592231963609,0.9635405 -502,17592301388887,17592186045722,17592231963609,0.9726813 -503,17592301731047,17592186045722,17592231963609,0.99881035 -504,17592301670553,17592186045722,17592231963609,0.9960443 -505,17592301618743,17592186045722,17592231963609,0.9970498 -506,17592301620197,17592186045722,17592231963609,0.99389696 -507,17592301730616,17592186045722,17592231963609,0.9984713 -508,17592301319892,17592186045722,17592231963609,0.9067372 -509,17592300624986,17592186045722,17592231963609,0.9351173 -510,17592301388877,17592186045722,17592231963609,0.9727833 -511,17592301008101,17592186045722,17592231963609,0.9664899 -512,17592301026838,17592186045722,17592231963609,0.9853418 -513,17592301426533,17592186045722,17592231963609,0.9899537 -514,17592299662694,17592186045722,17592231963609,0.99706715 -515,17592301313269,17592186045722,17592231963609,0.966858 -516,17592301026849,17592186045722,17592231963609,0.9852734 -517,17592301377408,17592186045722,17592231963609,0.955907 -518,17592300429220,17592186045722,17592231963609,0.9932888 -519,17592301488558,17592186045722,17592231963609,0.96610045 -520,17592301697744,17592186045722,17592231963609,0.89516133 -521,17592301027587,17592186045722,17592231963609,0.9597047 -522,17592301292959,17592186045722,17592231963609,0.81450826 -523,17592301388882,17592186045722,17592231963609,0.9727036 -524,17592301715517,17592186045722,17592231963609,0.9353663 -525,17592301482926,17592186045722,17592231963609,0.99396545 -526,17592299963117,17592186045722,17592231963609,0.9627809 -527,17592301545144,17592186045722,17592231963609,0.9446138 -529,17592301519867,17592186045722,17592231963609,0.9757033 -530,17592301104281,17592186045722,17592231963609,0.9765384 -531,17592301670763,17592186045722,17592231963609,0.99057364 -532,17592300850914,17592186045722,17592231963609,0.98426014 -533,17592299762131,17592186045722,17592231963609,0.9326048 -535,17592300688707,17592186045722,17592231963609,0.97132427 -536,17592300941077,17592186045722,17592231963609,0.96358377 -537,17592299695142,17592186045722,17592231963609,0.99269354 -538,17592301474478,17592186045722,17592231963609,0.9823541 -539,17592300909443,17592186045722,17592231963609,0.9926691 -540,17592300829315,17592186045722,17592231963609,0.96230316 -542,17592301269234,17592186045722,17592231963609,0.9868762 -543,17592301714172,17592186045722,17592231963609,0.98909956 -544,17592301480218,17592186045722,17592231963609,0.98470914 -546,17592299962427,17592186045722,17592231963609,0.96003956 -547,17592299861221,17592186045722,17592231963609,0.9764788 -548,17592301487452,17592232794328,17592231963609,0.9944957 -549,17592301263691,17592232794328,17592231963609,0.9839327 -550,17592298379767,17592232794328,17592231963609,0.9765329 -551,17592301697755,17592232794328,17592231963609,0.90319026 -552,17592301407979,17592232794328,17592231963609,0.91440666 -555,17592301482677,17592186045714,17592231963609,0.8687215 -556,17592287184019,17592210442508,17592231963609,0.85759014 -559,17592298920487,17592186045750,17592231963609,0.9697806 -560,17592293873201,17592189466633,17592231963651,0.975549 -561,17592292808329,17592186046303,17592231963661,0.97753817 -562,17592301481697,17592186046303,17592231963661,0.98768646 -563,17592289636379,17592186046303,17592231963661,0.982705 -564,17592298332859,17592186046303,17592231963661,0.9729321 -565,17592284032995,17592186046303,17592231963661,0.92292684 -566,17592286796570,17592186046303,17592231963661,0.97270274 -567,17592295557861,17592186046303,17592231963661,0.98014224 -568,17592301185365,17592232667967,17592231963671,0.9874098 -569,17592301185350,17592232667967,17592231963671,0.9801715 -570,17592301000774,17592232667967,17592231963671,0.8714432 -571,17592301267818,17592232667967,17592231963671,0.99454576 -572,17592300793694,17592232667967,17592231963671,0.9377469 -573,17592301185355,17592232667967,17592231963671,0.972441 -574,17592300418942,17592232667967,17592231963671,0.942022 -575,17592300418933,17592232667967,17592231963671,0.90896773 -576,17592301185360,17592232667967,17592231963671,0.98061633 -577,17592300418919,17592232667967,17592231963671,0.95060074 -578,17592301000781,17592232667967,17592231963671,0.9238667 -579,17592300418965,17592232667967,17592231963671,0.9725744 -580,17592300418927,17592232667967,17592231963671,0.9529982 -581,17592300418955,17592232667967,17592231963671,0.95393586 -582,17592299148527,17592233189204,17592231963671,0.99819154 -583,17592292217883,17592233189204,17592231963671,0.9980344 -584,17592301008438,17592233189204,17592231963671,0.9963272 -586,17592301458554,17592243928840,17592231963673,0.97283816 -587,17592301599553,17592243928840,17592231963673,0.967751 -588,17592301458540,17592243928840,17592231963673,0.9728515 -589,17592301599524,17592243928840,17592231963673,0.9677552 -590,17592301628742,17592186045962,17592231963682,0.99942863 -591,17592289973749,17592186045962,17592231963682,0.9991387 -592,17592299962578,17592186045962,17592231963682,0.9982038 -593,17592288074792,17592232666485,17592231963685,0.9778364 -594,17592290886318,17592232666485,17592231963685,0.97996384 -595,17592301185908,17592232666485,17592231963685,0.98772556 -596,17592289974248,17592232666485,17592231963685,0.95231116 -597,17592299308055,17592232666485,17592231963685,0.98158586 -598,17592288682812,17592232666485,17592231963685,0.9815267 -599,17592298556743,17592232666485,17592231963685,0.97541535 -600,17592297824491,17592232666485,17592231963685,0.9853202 -601,17592293172432,17592232666485,17592231963685,0.983049 -602,17592296506965,17592232666485,17592231963685,0.98266363 -603,17592289696001,17592232666485,17592231963685,0.97141516 -604,17592294272668,17592232666485,17592231963685,0.98999107 -605,17592298253538,17592232666485,17592231963685,0.99195725 -606,17592285657498,17592232666485,17592231963685,0.9883963 -607,17592299308050,17592232666485,17592231963685,0.9845233 -608,17592294319057,17592232666485,17592231963685,0.9923106 -609,17592293380910,17592232666485,17592231963685,0.98262244 -610,17592295107808,17592232666485,17592231963685,0.99212146 -611,17592289199394,17592232666485,17592231963685,0.98222685 -612,17592288549010,17592232666485,17592231963685,0.9837105 -613,17592296298028,17592232666485,17592231963685,0.9774409 -614,17592298253577,17592232666485,17592231963685,0.99262613 -615,17592292986871,17592232666485,17592231963685,0.9588233 -616,17592285291391,17592232666485,17592231963685,0.98733586 -617,17592301580286,17592232666485,17592231963685,0.9911139 -618,17592301001859,17592232666485,17592231963685,0.99612504 -619,17592298992674,17592232666485,17592231963685,0.9681552 -620,17592298253582,17592232666485,17592231963685,0.98829067 -621,17592288830909,17592232666485,17592231963685,0.9892986 -622,17592301427507,17592232666485,17592231963685,0.9936839 -623,17592293172439,17592232666485,17592231963685,0.98200816 -624,17592292379194,17592232666485,17592231963685,0.98930705 -625,17592285291369,17592232666485,17592231963685,0.98842144 -626,17592294782138,17592232666485,17592231963685,0.98057586 -627,17592287263256,17592232666485,17592231963685,0.9738432 -628,17592299654740,17592232666485,17592231963685,0.97822994 -629,17592301185913,17592232666485,17592231963685,0.986328 -630,17592289974241,17592232666485,17592231963685,0.94844735 -631,17592297088666,17592232666485,17592231963685,0.98656344 -632,17592284301665,17592232666485,17592231963685,0.9879746 -633,17592291798579,17592232666485,17592231963685,0.98904824 -634,17592301580297,17592232666485,17592231963685,0.9907253 -635,17592290886349,17592232666485,17592231963685,0.9740937 -636,17592300794391,17592232666485,17592231963685,0.9931387 -637,17592284658478,17592232666485,17592231963685,0.9765997 -638,17592287263249,17592232666485,17592231963685,0.96710336 -639,17592301355434,17592232666485,17592231963685,0.9943899 -640,17592301427498,17592232666485,17592231963685,0.99367833 -641,17592294272675,17592232666485,17592231963685,0.98590755 -642,17592287974665,17592232666485,17592231963685,0.98088485 -643,17592301580292,17592232666485,17592231963685,0.9918084 -644,17592294956508,17592232666485,17592231963685,0.98747814 -645,17592293073139,17592232666485,17592231963685,0.9825115 -646,17592294272726,17592232666485,17592231963685,0.98630977 -647,17592292862786,17592232666485,17592231963685,0.9627467 -648,17592293380903,17592232666485,17592231963685,0.98235726 -649,17592293380896,17592232666485,17592231963685,0.97643566 -650,17592294782145,17592232666485,17592231963685,0.9886002 -651,17592288549024,17592232666485,17592231963685,0.9827262 -652,17592293073154,17592232666485,17592231963685,0.9810847 -653,17592289199401,17592232666485,17592231963685,0.98423785 -654,17592294589731,17592232666485,17592231963685,0.9919884 -655,17592292986864,17592232666485,17592231963685,0.9666912 -656,17592301355439,17592232666485,17592231963685,0.9943959 -657,17592298253561,17592232666485,17592231963685,0.98808664 -658,17592285291384,17592232666485,17592231963685,0.97872823 -659,17592287263263,17592232666485,17592231963685,0.97904015 -660,17592300420201,17592232666485,17592231963685,0.9808281 -666,17592301319658,17592186045722,17592231963685,0.88418096 -668,17592287393621,17592234202676,17592231963685,0.9934436 -670,17592301165309,17592241707652,17592231963685,0.9710425 -671,17592301407891,17592186045650,17592231963685,0.9801607 -672,17592301053601,17592186045650,17592231963685,0.97881156 -673,17592301606736,17592232591058,17592231963685,0.9982306 -674,17592301220965,17592194416704,17592231963685,0.9979162 -675,17592300794362,17592194416704,17592231963685,0.999264 -676,17592299654751,17592194416704,17592231963685,0.9990723 -677,17592301263249,17592241347004,17592231963685,0.9937041 -678,17592290935154,17592233065524,17592231963685,0.99273044 -679,17592290935161,17592233065524,17592231963685,0.99009037 -680,17592299431006,17592233065524,17592231963685,0.93527514 -681,17592301485078,17592260212661,17592231963685,0.94588244 -682,17592301485073,17592260212661,17592231963685,0.902836 -683,17592287783514,17592232603005,17592231963685,0.9902108 -684,17592284159046,17592232603005,17592231963685,0.9895267 -685,17592298894628,17592232942638,17592231963685,0.96915954 -686,17592301613855,17592234066756,17592231963686,0.9965821 -687,17592294399742,17592234066756,17592231963686,0.9906185 -688,17592299656163,17592234066756,17592231963686,0.9856455 -689,17592287736441,17592234066756,17592231963686,0.99282026 -690,17592288573609,17592234066756,17592231963686,0.9972475 -691,17592301613833,17592234066756,17592231963686,0.9965821 -692,17592301479889,17592234066756,17592231963686,0.9966646 -693,17592294811203,17592234066756,17592231963686,0.99701214 -694,17592301613838,17592234066756,17592231963686,0.9965821 -695,17592290823273,17592234066756,17592231963686,0.9906994 -696,17592292214488,17592234066756,17592231963686,0.9964975 -697,17592301479860,17592234066756,17592231963686,0.9978935 -698,17592301479871,17592234066756,17592231963686,0.9924244 -704,17592301483876,17592186045782,17592231963689,0.96368337 -705,17592301408024,17592236479615,17592231963706,0.9969172 -706,17592301481550,17592236479615,17592231963706,0.9976079 -707,17592301579976,17592236479615,17592231963706,0.99759114 -708,17592301219458,17592236479615,17592231963706,0.9986101 -709,17592301480928,17592236479615,17592231963706,0.99868107 -710,17592301008637,17592236479615,17592231963706,0.99051106 -711,17592292379422,17592187880390,17592231963708,0.97103244 -712,17592301320205,17592187880390,17592231963708,0.99499285 -713,17592301263808,17592187880390,17592231963708,0.9947013 -714,17592291211523,17592187880390,17592231963708,0.98121643 -715,17592301263803,17592187880390,17592231963708,0.9951838 -716,17592286578513,17592187880390,17592231963708,0.96867514 -717,17592287783500,17592187880390,17592231963708,0.97743356 -718,17592290886771,17592187880390,17592231963708,0.9760706 -719,17592301027676,17592187880390,17592231963708,0.9847468 -720,17592288549506,17592187880390,17592231963708,0.9761962 -721,17592286732164,17592187880390,17592231963708,0.9714149 -722,17592292669720,17592187880390,17592231963708,0.9724584 -723,17592289045576,17592187880390,17592231963708,0.9782688 -724,17592284547929,17592187880390,17592231963708,0.97228664 -725,17592285291765,17592187880390,17592231963708,0.9741887 -726,17592293381096,17592187880390,17592231963708,0.9736796 -727,17592285900748,17592187880390,17592231963708,0.98092437 -728,17592301355378,17592186046308,17592231963710,0.9894059 -729,17592301714272,17592225869517,17592231963733,0.99773365 -730,17592299145416,17592225869517,17592231963733,0.99641085 -731,17592300568620,17592225869517,17592231963733,0.9573982 -732,17592290935133,17592232930998,17592231963733,0.99854666 -733,17592288549345,17592232930998,17592231963733,0.99890405 -734,17592301261069,17592235156832,17592231963733,0.9308109 -736,17592301165186,17592232691474,17592231963743,0.99290323 -737,17592301219517,17592232691474,17592231963743,0.9814774 -738,17592301221446,17592232691474,17592231963743,0.9955296 -739,17592301615376,17592232691474,17592231963743,0.9819022 -740,17592301599927,17592232691474,17592231963743,0.9915307 -741,17592301313162,17592232691474,17592231963743,0.9885876 -742,17592301408118,17592232691474,17592231963743,0.9898456 -743,17592301165133,17592232691474,17592231963743,0.9919596 -744,17592301599938,17592232691474,17592231963743,0.9821189 -745,17592301355420,17592232691474,17592231963743,0.9880278 -746,17592301221428,17592232691474,17592231963743,0.99551153 -747,17592301599921,17592232691474,17592231963743,0.9850408 -748,17592301599916,17592232691474,17592231963743,0.98847055 -749,17592301599943,17592232691474,17592231963743,0.9898562 -750,17592301165123,17592232691474,17592231963743,0.98585606 -751,17592301219522,17592232691474,17592231963743,0.9336281 -752,17592301221283,17592232691474,17592231963743,0.9859408 -753,17592301599911,17592232691474,17592231963743,0.99216074 -754,17592301599901,17592232691474,17592231963743,0.99426115 -755,17592301219436,17592232691474,17592231963743,0.98147494 -756,17592301599906,17592232691474,17592231963743,0.99422663 -757,17592301599933,17592232691474,17592231963743,0.9922535 -758,17592301221351,17592232691474,17592231963743,0.9955374 -759,17592301221400,17592232691474,17592231963743,0.99256533 -760,17592301221463,17592232691474,17592231963743,0.9955381 -761,17592301165128,17592232691474,17592231963743,0.99136746 -762,17592301219425,17592232691474,17592231963743,0.9814748 -763,17592301615340,17592232691474,17592231963743,0.95051855 -764,17592301480906,17592232691474,17592231963743,0.9788622 -765,17592301221417,17592232691474,17592231963743,0.9955283 -766,17592301221473,17592232691474,17592231963743,0.99551415 -767,17592301480917,17592232691474,17592231963743,0.96344185 -768,17592301615345,17592232691474,17592231963743,0.98189014 -769,17592301219447,17592232691474,17592231963743,0.934188 -770,17592301690170,17592232691474,17592231963743,0.98569727 -771,17592301483903,17592232691474,17592231963743,0.9811576 -772,17592301139382,17592232587778,17592231963743,0.99477285 -773,17592299660612,17592232587778,17592231963743,0.9963112 -774,17592299660397,17592232587778,17592231963743,0.99685836 -775,17592299660650,17592232587778,17592231963743,0.9968579 -776,17592301483360,17592232587778,17592231963743,0.99667466 -777,17592299654504,17592232587778,17592231963743,0.9208502 -778,17592293389139,17592232587778,17592231963743,0.9966004 -779,17592299654499,17592232587778,17592231963743,0.920833 -780,17592290314904,17592232587778,17592231963743,0.99685585 -781,17592294408083,17592232587778,17592231963743,0.9969216 -782,17592300690114,17592232587778,17592231963743,0.9970284 -783,17592297112417,17592232587778,17592231963743,0.9967409 -784,17592288582028,17592232587778,17592231963743,0.9968917 -785,17592292219747,17592232587778,17592231963743,0.9968917 -786,17592301618636,17592232587778,17592231963743,0.98635656 -787,17592289638323,17592232587778,17592231963743,0.99782985 -788,17592301201465,17592232587778,17592231963743,0.99764323 -789,17592299660591,17592232587778,17592231963743,0.998064 -790,17592287324130,17592232587778,17592231963743,0.9968995 -791,17592296358818,17592232587778,17592231963743,0.9963957 -792,17592299022670,17592232587778,17592231963743,0.9231182 -793,17592287324154,17592232587778,17592231963743,0.99689937 -794,17592295560492,17592232587778,17592231963743,0.9966287 -795,17592297112403,17592232587778,17592231963743,0.99674076 -796,17592301483329,17592232587778,17592231963743,0.99667454 -797,17592299660554,17592232587778,17592231963743,0.9966694 -798,17592297586771,17592232587778,17592231963743,0.99679184 -799,17592290885836,17592232887154,17592231963743,0.9485583 -800,17592288741134,17592232887154,17592231963743,0.946999 -801,17592297823660,17592232887154,17592231963743,0.95098394 -802,17592295598197,17592232887154,17592231963743,0.93868953 -803,17592293588052,17592232887154,17592231963743,0.94694424 -804,17592287262503,17592232887154,17592231963743,0.94382286 -805,17592298992113,17592232887154,17592231963743,0.943124 -806,17592294956139,17592232887154,17592231963743,0.9509863 -807,17592285622911,17592232887154,17592231963743,0.94662535 -808,17592299654298,17592232887154,17592231963743,0.9479266 -809,17592300429150,17592232887154,17592231963743,0.9490068 -810,17592292378618,17592232887154,17592231963743,0.9506916 -811,17592301312299,17592232887154,17592231963743,0.94007826 -812,17592286730838,17592232887154,17592231963743,0.9500959 -813,17592294272289,17592232887154,17592231963743,0.9504075 -814,17592287974354,17592232887154,17592231963743,0.94856733 -815,17592296451595,17592232887154,17592231963743,0.9456029 -816,17592289198921,17592232887154,17592231963743,0.95068425 -817,17592301483987,17592285548178,17592231963743,0.99789834 -818,17592298974669,17592285548178,17592231963743,0.9977398 -819,17592298974926,17592285548178,17592231963743,0.9974145 -820,17592301484045,17592285548178,17592231963743,0.9978982 -821,17592298974921,17592285548178,17592231963743,0.9974122 -822,17592301483976,17592285548178,17592231963743,0.99751776 -823,17592299930812,17592285548178,17592231963743,0.98678184 -824,17592301484013,17592285548178,17592231963743,0.9974077 -825,17592301484035,17592285548178,17592231963743,0.99753034 -826,17592301618470,17592285548178,17592231963743,0.9981582 -827,17592301484018,17592285548178,17592231963743,0.9980074 -828,17592301483998,17592285548178,17592231963743,0.997564 -829,17592301426626,17592285548178,17592231963743,0.9697413 -830,17592301484008,17592285548178,17592231963743,0.998004 -831,17592301484040,17592285548178,17592231963743,0.99749446 -832,17592298975141,17592285548178,17592231963743,0.9956145 -833,17592301618475,17592285548178,17592231963743,0.9982306 -834,17592301484003,17592285548178,17592231963743,0.9978902 -835,17592301221706,17592186046073,17592231963751,0.89099014 -836,17592295560507,17592186046073,17592231963751,0.8513532 -837,17592286397814,17592186046073,17592231963751,0.83856916 -838,17592299930860,17592186045714,17592231963751,0.98771185 -842,17592300206325,17592186045902,17592231963764,0.9989903 -843,17592295564881,17592186045902,17592231963764,0.99964607 -844,17592295564888,17592186045902,17592231963764,0.99964595 -845,17592291682150,17592186045902,17592231963764,0.9999581 -846,17592295564895,17592186045902,17592231963764,0.99964607 -847,17592285519293,17592186045902,17592231963764,0.9999524 -848,17592295564910,17592186045902,17592231963764,0.99964607 -849,17592285291157,17592232598118,17592231963765,0.99677473 -850,17592286952223,17592232598118,17592231963765,0.9954285 -851,17592287183190,17592232598118,17592231963765,0.9960584 -852,17592286578370,17592232598118,17592231963765,0.9942831 -853,17592284098260,17592232598118,17592231963765,0.995787 -854,17592287393192,17592232598118,17592231963765,0.99612695 -855,17592287183175,17592232598118,17592231963765,0.9950396 -856,17592285900399,17592232598118,17592231963765,0.99752337 -857,17592287451240,17592232598118,17592231963765,0.9962881 -858,17592286577786,17592232598118,17592231963765,0.99734 -859,17592286970959,17592232598118,17592231963765,0.9962448 -860,17592285900406,17592232598118,17592231963765,0.9966483 -861,17592285291173,17592232598118,17592231963765,0.9968491 -862,17592284658284,17592232598118,17592231963765,0.9962912 -863,17592284158791,17592232598118,17592231963765,0.995363 -864,17592301606361,17592232591035,17592231963765,0.9588044 -865,17592301553558,17592232591035,17592231963765,0.9826851 -866,17592301553633,17592232591035,17592231963765,0.9374333 -867,17592286732100,17592232819201,17592231963776,0.99633837 -869,17592301198222,17592232599204,17592231963778,0.9973924 -870,17592297863542,17592232928385,17592231963779,0.9995244 -871,17592288586692,17592232928385,17592231963779,0.99968934 -872,17592291564545,17592232928385,17592231963779,0.99968934 -873,17592289104697,17592232928385,17592231963779,0.99973774 -874,17592293393253,17592232928385,17592231963779,0.999779 -875,17592300909887,17592232928385,17592231963779,0.9993307 -876,17592301480254,17592232928385,17592231963779,0.9998052 -877,17592300879403,17592232928385,17592231963779,0.999592 -878,17592298381105,17592232928385,17592231963779,0.99972916 -879,17592299663188,17592232928385,17592231963779,0.9997659 -880,17592301488592,17592232928385,17592231963779,0.9996266 -881,17592290316571,17592232928385,17592231963779,0.9997587 -882,17592301319719,17592232928385,17592231963779,0.99908984 -883,17592287746197,17592232928385,17592231963779,0.9997587 -884,17592301312369,17592232928385,17592231963779,0.999769 -885,17592301222242,17592232928385,17592231963779,0.999513 -886,17592301730692,17592232928385,17592231963779,0.9994601 -887,17592301484445,17592232928385,17592231963779,0.99985194 -888,17592300881047,17592232928385,17592231963779,0.9993519 -889,17592300527500,17592232928385,17592231963779,0.9995524 -890,17592301670870,17592232928385,17592231963779,0.99966025 -891,17592295565343,17592232928385,17592231963779,0.9997233 -892,17592294413676,17592232928385,17592231963779,0.9997232 -893,17592292222453,17592232928385,17592231963779,0.99957114 -894,17592301714094,17592232928385,17592231963779,0.9996947 -895,17592301617735,17592232928385,17592231963779,0.998553 -896,17592301313275,17592232928385,17592231963779,0.9997541 -897,17592295565393,17592232928385,17592231963779,0.99947035 -898,17592297116916,17592232928385,17592231963779,0.99974215 -899,17592294413669,17592232928385,17592231963779,0.9996297 -900,17592301488260,17592232928385,17592231963779,0.99979925 -901,17592299822386,17592232928385,17592231963779,0.9996706 -902,17592288586572,17592232928385,17592231963779,0.99957126 -903,17592300464591,17592232928385,17592231963779,0.9995839 -904,17592299930511,17592232928385,17592231963779,0.99966145 -905,17592301488408,17592232928385,17592231963779,0.999457 -906,17592301606404,17592232928385,17592231963779,0.99843955 -907,17592299929299,17592233350185,17592231963779,0.96854097 -908,17592301293214,17592233350185,17592231963779,0.9841479 -909,17592300437827,17592233350185,17592231963779,0.9598632 -910,17592300929741,17592233350185,17592231963779,0.9133147 -911,17592301616625,17592276280219,17592231963785,0.8150598 -913,17592290885965,17592186046022,17592231963790,0.9294806 -914,17592299837332,17592232586913,17592231963796,0.99018806 -915,17592295625789,17592232586913,17592231963796,0.9925401 -916,17592289944647,17592232586913,17592231963796,0.9916951 -917,17592287408598,17592232586913,17592231963796,0.995432 -918,17592299836184,17592232586913,17592231963796,0.9933522 -919,17592288300080,17592232586913,17592231963796,0.9929857 -920,17592291997934,17592232586913,17592231963796,0.94324094 -921,17592291997971,17592232586913,17592231963796,0.96013314 -922,17592289944763,17592232586913,17592231963796,0.99201196 -923,17592291998060,17592232586913,17592231963796,0.95546436 -924,17592291993413,17592232586913,17592231963796,0.99331737 -925,17592299838363,17592232586913,17592231963796,0.9950528 -926,17592289943727,17592232586913,17592231963796,0.9915781 -927,17592288300025,17592232586913,17592231963796,0.99342006 -928,17592288300519,17592232586913,17592231963796,0.99336034 -929,17592287409587,17592232586913,17592231963796,0.9931467 -930,17592299836233,17592232586913,17592231963796,0.9954622 -931,17592287409602,17592232586913,17592231963796,0.9963331 -932,17592291994009,17592232586913,17592231963796,0.99105793 -933,17592287408443,17592232586913,17592231963796,0.9952533 -934,17592289944101,17592232586913,17592231963796,0.9949869 -935,17592295623713,17592232586913,17592231963796,0.9890745 -936,17592299836759,17592232586913,17592231963796,0.9934148 -937,17592289946267,17592232586913,17592231963796,0.964242 -938,17592287409972,17592232586913,17592231963796,0.9953332 -939,17592289945259,17592232586913,17592231963796,0.9677552 -940,17592287408156,17592232586913,17592231963796,0.99190116 -941,17592295625985,17592232586913,17592231963796,0.96578646 -942,17592289944793,17592232586913,17592231963796,0.9951093 -943,17592287407445,17592232586913,17592231963796,0.9954175 -944,17592287409023,17592232586913,17592231963796,0.9947858 -945,17592284420620,17592232586913,17592231963796,0.9971005 -946,17592299837310,17592232586913,17592231963796,0.99383867 -947,17592299861232,17592232586913,17592231963796,0.9432245 -948,17592299838145,17592232586913,17592231963796,0.9881037 -949,17592295626373,17592232586913,17592231963796,0.93826914 -950,17592287409237,17592232586913,17592231963796,0.9952435 -951,17592291994070,17592232586913,17592231963796,0.99547416 -952,17592289945141,17592232586913,17592231963796,0.9705886 -953,17592295624356,17592232586913,17592231963796,0.99106747 -954,17592295623374,17592232586913,17592231963796,0.98881775 -955,17592295624854,17592232586913,17592231963796,0.98808426 -956,17592291993174,17592232586913,17592231963796,0.99445707 -957,17592295625736,17592232586913,17592231963796,0.9896211 -958,17592295626638,17592232586913,17592231963796,0.95204276 -959,17592295625377,17592232586913,17592231963796,0.9953834 -960,17592299836266,17592232586913,17592231963796,0.99330705 -961,17592295624956,17592232586913,17592231963796,0.98953 -962,17592287409343,17592232586913,17592231963796,0.99300706 -963,17592299836804,17592232586913,17592231963796,0.99253577 -964,17592287408851,17592232586913,17592231963796,0.99469465 -965,17592299860940,17592232586913,17592231963796,0.9763835 -966,17592289943944,17592232586913,17592231963796,0.9890603 -967,17592295624229,17592232586913,17592231963796,0.9952213 -968,17592295623482,17592232586913,17592231963796,0.98953295 -969,17592295624260,17592232586913,17592231963796,0.9957556 -970,17592295625602,17592232586913,17592231963796,0.99255824 -971,17592284424384,17592232586913,17592231963796,0.99744165 -972,17592295624055,17592232586913,17592231963796,0.9899966 -973,17592289945603,17592232586913,17592231963796,0.97052294 -974,17592287407945,17592232586913,17592231963796,0.993955 -975,17592299861263,17592232586913,17592231963796,0.95719206 -976,17592291993002,17592232586913,17592231963796,0.9936236 -977,17592287409623,17592232586913,17592231963796,0.99471354 -978,17592295623654,17592232586913,17592231963796,0.99584 -979,17592295626697,17592232586913,17592231963796,0.9321577 -980,17592287409798,17592232586913,17592231963796,0.9909314 -981,17592295623397,17592232586913,17592231963796,0.99439067 -982,17592291993664,17592232586913,17592231963796,0.99167717 -983,17592289944498,17592232586913,17592231963796,0.98832643 -984,17592291992910,17592232586913,17592231963796,0.99121505 -985,17592291993949,17592232586913,17592231963796,0.99170005 -986,17592299837146,17592232586913,17592231963796,0.9903971 -987,17592289944611,17592232586913,17592231963796,0.9950384 -988,17592287407603,17592232586913,17592231963796,0.9928116 -989,17592295623146,17592232586913,17592231963796,0.99037266 -990,17592299838242,17592232586913,17592231963796,0.98795223 -991,17592284415200,17592232586913,17592231963796,0.9974443 -992,17592291992948,17592232586913,17592231963796,0.9935018 -993,17592287408178,17592232586913,17592231963796,0.9894874 -994,17592299838384,17592232586913,17592231963796,0.99355066 -995,17592291993902,17592232586913,17592231963796,0.9939619 -996,17592289944955,17592232586913,17592231963796,0.9951933 -997,17592291994274,17592232586913,17592231963796,0.99160105 -998,17592287409009,17592232586913,17592231963796,0.98775 -999,17592299837412,17592232586913,17592231963796,0.9932707 -1000,17592287409268,17592232586913,17592231963796,0.99413264 -1001,17592295623298,17592232586913,17592231963796,0.99567246 -1002,17592299837391,17592232586913,17592231963796,0.9894704 -1003,17592287408790,17592232586913,17592231963796,0.9932853 -1004,17592291993964,17592232586913,17592231963796,0.9945158 -1005,17592299861072,17592232586913,17592231963796,0.9734995 -1006,17592299837946,17592232586913,17592231963796,0.99424195 -1007,17592284419628,17592232586913,17592231963796,0.99732965 -1008,17592299837627,17592232586913,17592231963796,0.9920842 -1009,17592295623633,17592232586913,17592231963796,0.9944016 -1010,17592287407626,17592232586913,17592231963796,0.989757 -1011,17592299836907,17592232586913,17592231963796,0.9953321 -1012,17592295623034,17592232586913,17592231963796,0.99512994 -1013,17592287408018,17592232586913,17592231963796,0.9952897 -1014,17592284426318,17592232586913,17592231963796,0.9954387 -1015,17592295625796,17592232586913,17592231963796,0.9948109 -1016,17592291994281,17592232586913,17592231963796,0.9940408 -1017,17592299837885,17592232586913,17592231963796,0.9949799 -1018,17592299836531,17592232586913,17592231963796,0.99135196 -1019,17592295624342,17592232586913,17592231963796,0.99391854 -1020,17592287408428,17592232586913,17592231963796,0.99123985 -1021,17592289944756,17592232586913,17592231963796,0.9903619 -1022,17592299836722,17592232586913,17592231963796,0.9927137 -1023,17592289944640,17592232586913,17592231963796,0.9908112 -1024,17592299837544,17592232586913,17592231963796,0.9866874 -1025,17592295624425,17592232586913,17592231963796,0.99215364 -1026,17592289944491,17592232586913,17592231963796,0.99518836 -1027,17592299837688,17592232586913,17592231963796,0.99523544 -1028,17592299836743,17592232586913,17592231963796,0.99369764 -1029,17592295625199,17592232586913,17592231963796,0.9893244 -1030,17592295626269,17592232586913,17592231963796,0.97350156 -1031,17592288300407,17592232586913,17592231963796,0.99310505 -1032,17592299837561,17592232586913,17592231963796,0.9947931 -1033,17592287409119,17592232586913,17592231963796,0.9872922 -1034,17592291993009,17592232586913,17592231963796,0.9937602 -1035,17592284414502,17592232586913,17592231963796,0.99723786 -1036,17592288300414,17592232586913,17592231963796,0.9951079 -1037,17592295624093,17592232586913,17592231963796,0.99078196 -1038,17592284424445,17592232586913,17592231963796,0.99793273 -1039,17592289943809,17592232586913,17592231963796,0.9906425 -1040,17592295625289,17592232586913,17592231963796,0.99575275 -1041,17592295625362,17592232586913,17592231963796,0.99576056 -1042,17592287407846,17592232586913,17592231963796,0.9968964 -1043,17592291993235,17592232586913,17592231963796,0.99373406 -1044,17592295623191,17592232586913,17592231963796,0.99156094 -1045,17592295625669,17592232586913,17592231963796,0.9925317 -1046,17592288300354,17592232586913,17592231963796,0.99412125 -1047,17592299860822,17592232586913,17592231963796,0.96491635 -1048,17592295625857,17592232586913,17592231963796,0.99274474 -1049,17592287407596,17592232586913,17592231963796,0.98918194 -1050,17592287407342,17592232586913,17592231963796,0.9906013 -1051,17592295623894,17592232586913,17592231963796,0.9875329 -1052,17592299837989,17592232586913,17592231963796,0.9864676 -1053,17592288300087,17592232586913,17592231963796,0.99333584 -1054,17592299837434,17592232586913,17592231963796,0.99574846 -1055,17592287408722,17592232586913,17592231963796,0.99155986 -1056,17592295624041,17592232586913,17592231963796,0.9941143 -1057,17592287408209,17592232586913,17592231963796,0.99468094 -1058,17592299836179,17592232586913,17592231963796,0.99564105 -1059,17592295624823,17592232586913,17592231963796,0.9939489 -1060,17592299837251,17592232586913,17592231963796,0.9869837 -1061,17592284411754,17592232586913,17592231963796,0.9951753 -1062,17592287409358,17592232586913,17592231963796,0.9953115 -1063,17592299861034,17592232586913,17592231963796,0.9548009 -1064,17592295624773,17592232586913,17592231963796,0.98575807 -1065,17592289943802,17592232586913,17592231963796,0.99160683 -1066,17592295624439,17592232586913,17592231963796,0.9957774 -1067,17592288300400,17592232586913,17592231963796,0.9919778 -1068,17592299838643,17592232586913,17592231963796,0.99112004 -1069,17592295626553,17592232586913,17592231963796,0.951165 -1070,17592299836244,17592232586913,17592231963796,0.9864339 -1071,17592299838005,17592232586913,17592231963796,0.991216 -1072,17592299836689,17592232586913,17592231963796,0.994758 -1073,17592295625333,17592232586913,17592231963796,0.99351704 -1074,17592295623640,17592232586913,17592231963796,0.98981065 -1075,17592291993796,17592232586913,17592231963796,0.9923837 -1076,17592299838638,17592232586913,17592231963796,0.99302644 -1077,17592299836733,17592232586913,17592231963796,0.9944899 -1078,17592289944268,17592232586913,17592231963796,0.98871934 -1079,17592287407558,17592232586913,17592231963796,0.9946036 -1080,17592289946260,17592232586913,17592231963796,0.9503061 -1081,17592289944626,17592232586913,17592231963796,0.9942462 -1082,17592288300632,17592232586913,17592231963796,0.9930061 -1083,17592299838221,17592232586913,17592231963796,0.99215966 -1084,17592299837047,17592232586913,17592231963796,0.9943742 -1085,17592287408119,17592232586913,17592231963796,0.9959369 -1086,17592288300301,17592232586913,17592231963796,0.994059 -1087,17592289946029,17592232586913,17592231963796,0.9479387 -1088,17592287409669,17592232586913,17592231963796,0.9866107 -1089,17592295624048,17592232586913,17592231963796,0.9939824 -1090,17592295624026,17592232586913,17592231963796,0.9900597 -1091,17592295625304,17592232586913,17592231963796,0.9941987 -1092,17592287409616,17592232586913,17592231963796,0.994452 -1093,17592289944334,17592232586913,17592231963796,0.9955132 -1094,17592289943750,17592232586913,17592231963796,0.98225754 -1095,17592295624605,17592232586913,17592231963796,0.9953855 -1096,17592287409275,17592232586913,17592231963796,0.9902263 -1097,17592295623221,17592232586913,17592231963796,0.9898385 -1098,17592287408813,17592232586913,17592231963796,0.995932 -1099,17592291994230,17592232586913,17592231963796,0.99163187 -1100,17592299838480,17592232586913,17592231963796,0.9918741 -1101,17592299836463,17592232586913,17592231963796,0.9894185 -1102,17592287409157,17592232586913,17592231963796,0.9943537 -1103,17592287409105,17592232586913,17592231963796,0.99185956 -1104,17592289945288,17592232586913,17592231963796,0.95920247 -1105,17592287409829,17592232586913,17592231963796,0.99424857 -1106,17592288831006,17592232929447,17592231963796,0.98143035 -1107,17592288831013,17592232929447,17592231963796,0.9837757 -1108,17592286971180,17592232929447,17592231963796,0.9910589 -1109,17592288195514,17592232929447,17592231963796,0.984013 -1110,17592292669552,17592232929447,17592231963796,0.9600596 -1112,17592299149444,17592232929447,17592231963796,0.86399287 -1113,17592288831020,17592232929447,17592231963796,0.9795471 -1114,17592285657590,17592232929447,17592231963796,0.98041713 -1115,17592289415746,17592232929447,17592231963796,0.9911033 -1116,17592293878652,17592232929447,17592231963796,0.97584933 -1117,17592288195521,17592232929447,17592231963796,0.9831876 -1118,17592301319674,17592232929447,17592231963796,0.9892958 -1119,17592289415753,17592232929447,17592231963796,0.9906549 -1120,17592287528152,17592232929447,17592231963796,0.98667175 -1121,17592290467187,17592232929447,17592231963796,0.98589957 -1122,17592292669559,17592232929447,17592231963796,0.95711446 -1123,17592286222215,17592232929447,17592231963796,0.96865016 -1124,17592301383033,17592232929447,17592231963796,0.9920341 -1125,17592291909863,17592232929447,17592231963796,0.97968733 -1126,17592293172514,17592232929447,17592231963796,0.98366547 -1127,17592284301763,17592232929447,17592231963796,0.9915508 -1128,17592286222222,17592232929447,17592231963796,0.96978295 -1129,17592291211427,17592232929447,17592231963796,0.9819688 -1130,17592293878618,17592232929447,17592231963796,0.97670454 -1131,17592287528145,17592232929447,17592231963796,0.9873149 -1132,17592285657583,17592232929447,17592231963796,0.97781 -1133,17592287528138,17592232929447,17592231963796,0.98768646 -1134,17592288195507,17592232929447,17592231963796,0.98450947 -1135,17592284925408,17592232929447,17592231963796,0.985422 -1136,17592284301774,17592232929447,17592231963796,0.99098504 -1137,17592284301781,17592232929447,17592231963796,0.99005944 -1138,17592291211420,17592232929447,17592231963796,0.98353374 -1139,17592284301795,17592232929447,17592231963796,0.9888311 -1140,17592301383038,17592232929447,17592231963796,0.9836014 -1141,17592293172535,17592232929447,17592231963796,0.9845055 -1142,17592291909877,17592232929447,17592231963796,0.9775524 -1143,17592293172500,17592232929447,17592231963796,0.9898469 -1144,17592289415739,17592232929447,17592231963796,0.9913541 -1145,17592285657576,17592232929447,17592231963796,0.97971094 -1146,17592290467194,17592232929447,17592231963796,0.9866303 -1147,17592293172507,17592232929447,17592231963796,0.9851157 -1148,17592284925415,17592232929447,17592231963796,0.9859169 -1149,17592291211434,17592232929447,17592231963796,0.98312443 -1150,17592286971173,17592232929447,17592231963796,0.9912562 -1151,17592292669545,17592232929447,17592231963796,0.9614724 -1152,17592293878625,17592232929447,17592231963796,0.9742607 -1153,17592284925401,17592232929447,17592231963796,0.98654765 -1154,17592286222200,17592232929447,17592231963796,0.9717723 -1155,17592284301756,17592232929447,17592231963796,0.9916179 -1156,17592301319663,17592232929447,17592231963796,0.9914261 -1157,17592284301788,17592232929447,17592231963796,0.9893395 -1158,17592293172521,17592232929447,17592231963796,0.9893296 -1159,17592293172528,17592232929447,17592231963796,0.98894954 -1160,17592291909870,17592232929447,17592231963796,0.98228836 -1161,17592290467180,17592232929447,17592231963796,0.98704565 -1162,17592286971187,17592232929447,17592231963796,0.99066293 -1163,17592301485910,17592263919402,17592231963796,0.921509 -1166,17592301355044,17592276280219,17592231963796,0.8603299 -1169,17592296941361,17592232586918,17592231963796,0.9894243 -1170,17592297239969,17592232586918,17592231963796,0.9739095 -1171,17592291681495,17592232586918,17592231963796,0.97228247 -1172,17592300798572,17592232586918,17592231963796,0.97566307 -1173,17592297265952,17592232586918,17592231963796,0.97935754 -1174,17592301579575,17592232586918,17592231963796,0.98635024 -1175,17592300793883,17592232586918,17592231963796,0.9743011 -1176,17592297265720,17592232586918,17592231963796,0.97724783 -1177,17592300876208,17592259700961,17592231963796,0.9900802 -1178,17592300876185,17592259700961,17592231963796,0.99029386 -1179,17592300689168,17592259700961,17592231963796,0.9865392 -1180,17592300876190,17592259700961,17592231963796,0.9899678 -1181,17592301106467,17592259700961,17592231963796,0.98654497 -1182,17592300689151,17592259700961,17592231963796,0.98862505 -1183,17592300876180,17592259700961,17592231963796,0.98899907 -1184,17592300170071,17592259700961,17592231963796,0.9870074 -1185,17592300688966,17592259700961,17592231963796,0.9896745 -1186,17592300689000,17592259700961,17592231963796,0.9896563 -1187,17592300689106,17592259700961,17592231963796,0.98989445 -1188,17592300688983,17592259700961,17592231963796,0.9897264 -1189,17592301106484,17592259700961,17592231963796,0.98479486 -1190,17592301483077,17592255282971,17592231963796,0.99277705 -1191,17592301106798,17592255282971,17592231963796,0.9912819 -1192,17592300876698,17592255282971,17592231963796,0.9918223 -1193,17592301616747,17592255282971,17592231963796,0.99354666 -1194,17592300689689,17592255282971,17592231963796,0.9923037 -1195,17592300689678,17592255282971,17592231963796,0.9929748 -1196,17592300876666,17592255282971,17592231963796,0.9924863 -1197,17592300876676,17592255282971,17592231963796,0.99246347 -1198,17592300689709,17592255282971,17592231963796,0.99339306 -1199,17592300689694,17592255282971,17592231963796,0.9924804 -1200,17592300170288,17592255282971,17592231963796,0.992842 -1201,17592300689719,17592255282971,17592231963796,0.99303997 -1202,17592300876671,17592255282971,17592231963796,0.9923221 -1203,17592300689683,17592255282971,17592231963796,0.99269557 -1204,17592300170278,17592255282971,17592231963796,0.9929976 -1205,17592301483067,17592255282971,17592231963796,0.99292964 -1206,17592301555758,17592232843885,17592231963796,0.9898187 -1207,17592301162010,17592232843885,17592231963796,0.82188 -1208,17592301162000,17592232843885,17592231963796,0.82178915 -1209,17592300165941,17592233086440,17592231963796,0.9974256 -1210,17592301480895,17592233086440,17592231963796,0.99911344 -1211,17592301615366,17592233086440,17592231963796,0.99939454 -1212,17592292805592,17592233086440,17592231963796,0.9985634 -1213,17592301615381,17592233086440,17592231963796,0.9992764 -1214,17592301615355,17592233086440,17592231963796,0.99941814 -1215,17592301480911,17592233086440,17592231963796,0.99911356 -1216,17592301615371,17592233086440,17592231963796,0.99927974 -1217,17592289199682,17592271094543,17592231963796,0.8085731 -1218,17592283996276,17592271094543,17592231963796,0.8326734 -1219,17592286731964,17592271094543,17592231963796,0.80832773 -1220,17592292863034,17592271094543,17592231963796,0.8334691 -1221,17592301293344,17592232572803,17592231963796,0.98322046 -1222,17592301293339,17592232572803,17592231963796,0.98348844 -1223,17592301312493,17592186852442,17592231963800,0.9658186 -1224,17592298706428,17592186852442,17592231963800,0.97059786 -1228,17592300020875,17592232794328,17592231963811,0.862316 -1233,17592298522676,17592253861752,17592231963811,0.98338497 -1234,17592301237948,17592253861752,17592231963811,0.98721874 -1235,17592300260324,17592253861752,17592231963811,0.98569 -1236,17592297634904,17592232591124,17592231963820,0.9986177 -1237,17592294816601,17592232591124,17592231963820,0.99419475 -1238,17592291810331,17592232591124,17592231963820,0.99705815 -1239,17592297863163,17592232591124,17592231963820,0.90609753 -1240,17592300419106,17592232591124,17592231963820,0.97434837 -1241,17592286803969,17592232591124,17592231963820,0.99803066 -1242,17592298974880,17592232591124,17592231963820,0.8610653 -1243,17592287527757,17592232591124,17592231963820,0.9963581 -1244,17592287737842,17592232591124,17592231963820,0.99417543 -1245,17592287392740,17592232591124,17592231963820,0.97574276 -1246,17592284542445,17592232591124,17592231963820,0.9956274 -1247,17592286804041,17592232591124,17592231963820,0.9948487 -1248,17592293386465,17592232591124,17592231963820,0.99388015 -1249,17592300874486,17592232591124,17592231963820,0.9941474 -1250,17592284640014,17592232591124,17592231963820,0.99702203 -1251,17592286803602,17592232591124,17592231963820,0.9942928 -1252,17592291564567,17592232591124,17592231963820,0.99363154 -1253,17592297109587,17592232591124,17592231963820,0.9937388 -1254,17592286803997,17592232591124,17592231963820,0.99474996 -1255,17592289199298,17592232591124,17592231963820,0.9941727 -1256,17592290316529,17592232591124,17592231963820,0.99344206 -1257,17592292378372,17592232591124,17592231963820,0.97257555 -1258,17592295556748,17592232591124,17592231963820,0.994367 -1259,17592286804048,17592232591124,17592231963820,0.9465459 -1260,17592301105477,17592232591124,17592231963820,0.9978682 -1261,17592286403016,17592232591124,17592231963820,0.97324604 -1262,17592286794259,17592232591124,17592231963820,0.9938093 -1263,17592301579024,17592232591124,17592231963820,0.953931 -1264,17592301488002,17592232591124,17592231963820,0.9962539 -1265,17592286952759,17592232591124,17592231963820,0.98658293 -1266,17592284542287,17592232591124,17592231963820,0.99619216 -1267,17592300172731,17592232591124,17592231963820,0.9937953 -1268,17592298768741,17592232591124,17592231963820,0.995788 -1269,17592284925511,17592232591124,17592231963820,0.9905988 -1270,17592300874628,17592232591124,17592231963820,0.9944777 -1271,17592289198547,17592232591124,17592231963820,0.97289926 -1272,17592301027248,17592232591124,17592231963820,0.9915925 -1273,17592288585986,17592232591124,17592231963820,0.99174285 -1274,17592288575051,17592232591124,17592231963820,0.98525304 -1275,17592297109509,17592232591124,17592231963820,0.9933895 -1276,17592291797589,17592232591124,17592231963820,0.97682667 -1277,17592288577967,17592232591124,17592231963820,0.99403346 -1278,17592298332116,17592232591124,17592231963820,0.9978886 -1279,17592292811080,17592232591124,17592231963820,0.99571085 -1280,17592291557317,17592232591124,17592231963820,0.98297155 -1281,17592300874638,17592232591124,17592231963820,0.99407566 -1282,17592294401942,17592232591124,17592231963820,0.9890269 -1283,17592289640523,17592232591124,17592231963820,0.9933135 -1284,17592294413463,17592232591124,17592231963820,0.9940006 -1285,17592301222258,17592232591124,17592231963820,0.9934819 -1286,17592286390423,17592232591124,17592231963820,0.9687544 -1287,17592295556776,17592232591124,17592231963820,0.99400467 -1288,17592294816213,17592232591124,17592231963820,0.83637154 -1289,17592289099327,17592232591124,17592231963820,0.9974382 -1290,17592301221061,17592232591124,17592231963820,0.95265996 -1291,17592300419053,17592232591124,17592231963820,0.9736558 -1292,17592288586586,17592232591124,17592231963820,0.9939773 -1293,17592296941215,17592232591124,17592231963820,0.99364054 -1294,17592293731670,17592232591124,17592231963820,0.97571677 -1295,17592286403031,17592232591124,17592231963820,0.96423346 -1296,17592299659454,17592232591124,17592231963820,0.9933606 -1297,17592286794140,17592232591124,17592231963820,0.9943242 -1298,17592297116923,17592232591124,17592231963820,0.9938729 -1299,17592297843654,17592232591124,17592231963820,0.99424726 -1300,17592291070333,17592232591124,17592231963820,0.99715894 -1301,17592293384142,17592232591124,17592231963820,0.9859823 -1302,17592297116930,17592232591124,17592231963820,0.99430734 -1303,17592301222263,17592232591124,17592231963820,0.993012 -1304,17592298974905,17592232591124,17592231963820,0.9539255 -1305,17592299663204,17592232591124,17592231963820,0.99377596 -1306,17592292222431,17592232591124,17592231963820,0.9945084 -1307,17592286221439,17592232591124,17592231963820,0.9810468 -1308,17592287740436,17592232591124,17592231963820,0.9936467 -1309,17592286804140,17592232591124,17592231963820,0.994192 -1310,17592288095574,17592232591124,17592231963820,0.9963942 -1311,17592286390274,17592232591124,17592231963820,0.9874573 -1312,17592293381176,17592232591124,17592231963820,0.99518925 -1313,17592300260329,17592232591124,17592231963820,0.9714179 -1314,17592289635886,17592232591124,17592231963820,0.9930617 -1315,17592292379380,17592232591124,17592231963820,0.9921891 -1316,17592292807683,17592232591124,17592231963820,0.99793965 -1317,17592294318670,17592232591124,17592231963820,0.97678244 -1318,17592301487884,17592232591124,17592231963820,0.99623173 -1319,17592300879398,17592232591124,17592231963820,0.99429536 -1320,17592287746082,17592232591124,17592231963820,0.993446 -1321,17592300172703,17592232591124,17592231963820,0.99363154 -1322,17592295564939,17592232591124,17592231963820,0.97422117 -1323,17592301105532,17592232591124,17592231963820,0.99801874 -1324,17592286390387,17592232591124,17592231963820,0.96822214 -1325,17592299663225,17592232591124,17592231963820,0.99353963 -1326,17592293878380,17592232591124,17592231963820,0.9964937 -1327,17592285290535,17592232591124,17592231963820,0.9732733 -1328,17592289104626,17592232591124,17592231963820,0.9945232 -1329,17592292811073,17592232591124,17592231963820,0.9945652 -1330,17592292669657,17592232591124,17592231963820,0.99089676 -1331,17592297584697,17592232591124,17592231963820,0.99400514 -1332,17592284301324,17592232591124,17592231963820,0.9935418 -1333,17592301488418,17592232591124,17592231963820,0.9981155 -1334,17592293386339,17592232591124,17592231963820,0.9932092 -1335,17592294405851,17592232591124,17592231963820,0.9935834 -1336,17592289635837,17592232591124,17592231963820,0.99290913 -1337,17592301105487,17592232591124,17592231963820,0.9980264 -1338,17592301694544,17592232591124,17592231963820,0.99470997 -1339,17592292217855,17592232591124,17592231963820,0.99428093 -1340,17592300874511,17592232591124,17592231963820,0.99421054 -1341,17592297824283,17592232591124,17592231963820,0.97157145 -1342,17592291779035,17592232591124,17592231963820,0.976797 -1343,17592297863487,17592232591124,17592231963820,0.99459434 -1344,17592291564701,17592232591124,17592231963820,0.9939896 -1345,17592294413613,17592232591124,17592231963820,0.99447393 -1346,17592287327401,17592232591124,17592231963820,0.99308234 -1347,17592286794295,17592232591124,17592231963820,0.9942668 -1348,17592290316578,17592232591124,17592231963820,0.9937865 -1349,17592301481503,17592232591124,17592231963820,0.99558324 -1350,17592291564708,17592232591124,17592231963820,0.99421334 -1351,17592289640279,17592232591124,17592231963820,0.9860504 -1352,17592300020634,17592232591124,17592231963820,0.9940723 -1353,17592286794069,17592232591124,17592231963820,0.99464095 -1354,17592294816594,17592232591124,17592231963820,0.9947702 -1355,17592286221446,17592232591124,17592231963820,0.98133385 -1357,17592292507822,17592232591124,17592231963820,0.99149036 -1358,17592294404360,17592232591124,17592231963820,0.9937468 -1359,17592298556430,17592232591124,17592231963820,0.9784687 -1360,17592297863132,17592232591124,17592231963820,0.90906364 -1361,17592287782743,17592232591124,17592231963820,0.99594957 -1362,17592286794238,17592232591124,17592231963820,0.99442387 -1363,17592293386346,17592232591124,17592231963820,0.99789196 -1364,17592284301748,17592232591124,17592231963820,0.9894373 -1365,17592297458476,17592232591124,17592231963820,0.99634004 -1366,17592287740478,17592232591124,17592231963820,0.9934352 -1367,17592292811101,17592232591124,17592231963820,0.99409884 -1368,17592298332111,17592232591124,17592231963820,0.99415064 -1369,17592286221432,17592232591124,17592231963820,0.9813797 -1370,17592301579091,17592232591124,17592231963820,0.99150527 -1371,17592294816608,17592232591124,17592231963820,0.9938755 -1372,17592299148431,17592232591124,17592231963820,0.9926623 -1373,17592287321520,17592232591124,17592231963820,0.9930004 -1374,17592296941144,17592232591124,17592231963820,0.99020225 -1375,17592289634137,17592232591124,17592231963820,0.9896444 -1376,17592301105492,17592232591124,17592231963820,0.997975 -1377,17592301105466,17592232591124,17592231963820,0.9944056 -1378,17592291564358,17592232591124,17592231963820,0.99113196 -1379,17592287746089,17592232591124,17592231963820,0.99570346 -1380,17592286803773,17592232591124,17592231963820,0.99427205 -1381,17592300876812,17592232591124,17592231963820,0.99431604 -1382,17592291557222,17592232591124,17592231963820,0.9872137 -1383,17592289319232,17592232591124,17592231963820,0.9965882 -1384,17592286794182,17592232591124,17592231963820,0.9943581 -1385,17592292807653,17592232591124,17592231963820,0.99803513 -1386,17592287528062,17592232591124,17592231963820,0.99737364 -1387,17592295556898,17592232591124,17592231963820,0.99776834 -1388,17592298332161,17592232591124,17592231963820,0.99762905 -1389,17592297824403,17592232591124,17592231963820,0.9953908 -1390,17592286222350,17592232591124,17592231963820,0.99173474 -1391,17592298689685,17592232591124,17592231963820,0.9922749 -1392,17592301221441,17592232591124,17592231963820,0.99611497 -1393,17592300172737,17592232591124,17592231963820,0.9940944 -1394,17592292417931,17592232591124,17592231963820,0.9947019 -1395,17592287746160,17592232591124,17592231963820,0.99424607 -1396,17592300169502,17592232591124,17592231963820,0.9936043 -1397,17592301579044,17592232591124,17592231963820,0.9529941 -1398,17592290466006,17592232591124,17592231963820,0.98675245 -1399,17592292222379,17592232591124,17592231963820,0.9945052 -1400,17592292807704,17592232591124,17592231963820,0.9929223 -1401,17592299664177,17592232591124,17592231963820,0.9941346 -1402,17592296358667,17592232591124,17592231963820,0.99305415 -1403,17592294401865,17592232591124,17592231963820,0.9705738 -1404,17592286794337,17592232591124,17592231963820,0.99444616 -1405,17592301376859,17592232591124,17592231963820,0.99459934 -1406,17592292215703,17592232591124,17592231963820,0.9854037 -1407,17592287528087,17592232591124,17592231963820,0.9972518 -1408,17592299664226,17592232591124,17592231963820,0.9927905 -1409,17592293384157,17592232591124,17592231963820,0.98593456 -1410,17592301488105,17592232591124,17592231963820,0.997888 -1411,17592292507401,17592232591124,17592231963820,0.9963701 -1412,17592298332151,17592232591124,17592231963820,0.9948231 -1413,17592294404210,17592232591124,17592231963820,0.9943167 -1414,17592301483564,17592232591124,17592231963820,0.96081257 -1415,17592299659406,17592232591124,17592231963820,0.980548 -1416,17592301105517,17592232591124,17592231963820,0.98386645 -1417,17592287001993,17592232591124,17592231963820,0.9932077 -1418,17592301313157,17592232591124,17592231963820,0.9981298 -1419,17592289104769,17592232591124,17592231963820,0.99423635 -1420,17592286794494,17592232591124,17592231963820,0.99455833 -1421,17592294401851,17592232591124,17592231963820,0.9743655 -1422,17592294412410,17592232591124,17592231963820,0.99631333 -1423,17592292983851,17592232591124,17592231963820,0.9965531 -1424,17592299130804,17592232591124,17592231963820,0.9968673 -1425,17592287746075,17592232591124,17592231963820,0.99384815 -1426,17592299148486,17592232591124,17592231963820,0.9933574 -1427,17592301105507,17592232591124,17592231963820,0.99424136 -1428,17592299664209,17592232591124,17592231963820,0.9936834 -1429,17592297116945,17592232591124,17592231963820,0.99366945 -1430,17592292217928,17592232591124,17592231963820,0.9939267 -1431,17592286794408,17592232591124,17592231963820,0.9937999 -1432,17592289418840,17592232591124,17592231963820,0.99320567 -1433,17592291564351,17592232591124,17592231963820,0.99173 -1434,17592292222460,17592232591124,17592231963820,0.9943038 -1435,17592297843715,17592232591124,17592231963820,0.9945007 -1436,17592297589086,17592232591124,17592231963820,0.99406874 -1437,17592295565429,17592232591124,17592231963820,0.99320686 -1438,17592284633450,17592232591124,17592231963820,0.99331486 -1439,17592289097862,17592232591124,17592231963820,0.9863172 -1440,17592287740394,17592232591124,17592231963820,0.99327356 -1441,17592295553888,17592232591124,17592231963820,0.9619375 -1442,17592286794401,17592232591124,17592231963820,0.99290454 -1443,17592288575044,17592232591124,17592231963820,0.9881819 -1444,17592293172425,17592232591124,17592231963820,0.9966326 -1445,17592286794473,17592232591124,17592231963820,0.99408084 -1446,17592290674146,17592232591124,17592231963820,0.99327356 -1447,17592295554027,17592232591124,17592231963820,0.98154044 -1448,17592292222322,17592232591124,17592231963820,0.99432844 -1449,17592289319763,17592232591124,17592231963820,0.9933027 -1450,17592285154150,17592232591124,17592231963820,0.9895762 -1451,17592291559151,17592232591124,17592231963820,0.9938941 -1452,17592297584624,17592232591124,17592231963820,0.9939164 -1453,17592301579034,17592232591124,17592231963820,0.9529941 -1454,17592286971277,17592232591124,17592231963820,0.98413396 -1455,17592289099306,17592232591124,17592231963820,0.9941505 -1456,17592299148451,17592232591124,17592231963820,0.9931375 -1457,17592285623523,17592232591124,17592231963820,0.985187 -1458,17592295565357,17592232591124,17592231963820,0.99403805 -1459,17592295556706,17592232591124,17592231963820,0.9942433 -1460,17592283995771,17592232591124,17592231963820,0.9908922 -1461,17592293393275,17592232591124,17592231963820,0.9932976 -1462,17592297117146,17592232591124,17592231963820,0.9978264 -1463,17592289199771,17592232591124,17592231963820,0.99245906 -1464,17592301485425,17592232591124,17592231963820,0.9933711 -1465,17592295556848,17592232591124,17592231963820,0.99305224 -1466,17592289099434,17592232591124,17592231963820,0.99783474 -1467,17592301486233,17592232591124,17592231963820,0.99660134 -1468,17592284557800,17592232591124,17592231963820,0.99371535 -1469,17592284640109,17592232591124,17592231963820,0.9930035 -1470,17592300874623,17592232591124,17592231963820,0.99429387 -1471,17592300429370,17592232591124,17592231963820,0.99403536 -1472,17592298253155,17592232591124,17592231963820,0.9723427 -1473,17592287263620,17592232591124,17592231963820,0.9819375 -1474,17592294404339,17592232591124,17592231963820,0.9939875 -1475,17592287740592,17592232591124,17592231963820,0.9934923 -1476,17592299658542,17592232591124,17592231963820,0.99396485 -1477,17592287740564,17592232591124,17592231963820,0.9934776 -1478,17592292807725,17592232591124,17592231963820,0.9943875 -1479,17592287745716,17592232591124,17592231963820,0.97953814 -1480,17592284098528,17592232591124,17592231963820,0.9963271 -1481,17592284658512,17592232591124,17592231963820,0.9962375 -1482,17592297843705,17592232591124,17592231963820,0.9944199 -1483,17592290934735,17592232591124,17592231963820,0.97656125 -1484,17592297584675,17592232591124,17592231963820,0.9941766 -1485,17592301376434,17592232591124,17592231963820,0.9982097 -1486,17592288574947,17592232591124,17592231963820,0.9803549 -1487,17592288586550,17592232591124,17592231963820,0.99417126 -1488,17592289318923,17592232591124,17592231963820,0.995096 -1489,17592292222315,17592232591124,17592231963820,0.9944221 -1490,17592291797950,17592232591124,17592231963820,0.99671555 -1491,17592301481524,17592232591124,17592231963820,0.99256885 -1492,17592301312384,17592232591124,17592231963820,0.9962869 -1493,17592292406214,17592232591124,17592231963820,0.99485266 -1494,17592286793976,17592232591124,17592231963820,0.9944452 -1495,17592300874572,17592232591124,17592231963820,0.994312 -1496,17592301220030,17592232591124,17592231963820,0.98873335 -1497,17592295553932,17592232591124,17592231963820,0.99327177 -1498,17592296373350,17592232591124,17592231963820,0.99306256 -1499,17592288577981,17592232591124,17592231963820,0.994083 -1500,17592294816639,17592232591124,17592231963820,0.9952703 -1501,17592299099361,17592232591124,17592231963820,0.9965352 -1502,17592291810711,17592232591124,17592231963820,0.9943445 -1503,17592284301317,17592232591124,17592231963820,0.9902025 -1504,17592297206357,17592232591124,17592231963820,0.9736565 -1505,17592294813149,17592232591124,17592231963820,0.99405986 -1506,17592284925173,17592232591124,17592231963820,0.99532336 -1507,17592293384201,17592232591124,17592231963820,0.9716693 -1508,17592298381068,17592232591124,17592231963820,0.99428743 -1509,17592293386332,17592232591124,17592231963820,0.99342585 -1510,17592297589143,17592232591124,17592231963820,0.9940595 -1511,17592292806569,17592232591124,17592231963820,0.9775346 -1512,17592301198841,17592232591124,17592231963820,0.9239876 -1513,17592291559272,17592232591124,17592231963820,0.99402964 -1514,17592289199874,17592232591124,17592231963820,0.98985654 -1515,17592284536955,17592232591124,17592231963820,0.99390453 -1516,17592284633543,17592232591124,17592231963820,0.993475 -1517,17592286803882,17592232591124,17592231963820,0.99781865 -1518,17592297116104,17592232591124,17592231963820,0.99543136 -1519,17592284301705,17592232591124,17592231963820,0.99583715 -1520,17592301488428,17592232591124,17592231963820,0.9980817 -1521,17592287744941,17592232591124,17592231963820,0.8299175 -1522,17592292830896,17592232591124,17592231963820,0.9905876 -1523,17592286804155,17592232591124,17592231963820,0.9937721 -1524,17592288682082,17592232591124,17592231963820,0.97744393 -1525,17592291564588,17592232591124,17592231963820,0.99327487 -1526,17592291559244,17592232591124,17592231963820,0.9939116 -1527,17592301484245,17592232591124,17592231963820,0.99323744 -1528,17592286794231,17592232591124,17592231963820,0.9978954 -1529,17592291564715,17592232591124,17592231963820,0.9939808 -1530,17592297863526,17592232591124,17592231963820,0.9978413 -1531,17592301407921,17592232591124,17592231963820,0.9971765 -1532,17592284640028,17592232591124,17592231963820,0.9931358 -1533,17592286794062,17592232591124,17592231963820,0.9977327 -1534,17592293386493,17592232591124,17592231963820,0.9933151 -1535,17592286794415,17592232591124,17592231963820,0.9943409 -1536,17592288772198,17592232591124,17592231963820,0.973993 -1537,17592288577931,17592232591124,17592231963820,0.99366516 -1538,17592301109229,17592232591124,17592231963820,0.99435693 -1539,17592294813128,17592232591124,17592231963820,0.9938396 -1540,17592300873652,17592232591124,17592231963820,0.99436474 -1541,17592301617752,17592232591124,17592231963820,0.9918604 -1542,17592287528529,17592232591124,17592231963820,0.994065 -1543,17592284552341,17592232591124,17592231963820,0.993646 -1544,17592287746305,17592232591124,17592231963820,0.9935323 -1545,17592286794034,17592232591124,17592231963820,0.99376744 -1546,17592297863552,17592232591124,17592231963820,0.994596 -1547,17592290313417,17592232591124,17592231963820,0.99348354 -1548,17592294413505,17592232591124,17592231963820,0.9938125 -1549,17592287746239,17592232591124,17592231963820,0.9936107 -1550,17592284726580,17592232591124,17592231963820,0.9744189 -1551,17592301355400,17592232591124,17592231963820,0.9973984 -1552,17592294412988,17592232591124,17592231963820,0.90525687 -1553,17592291564666,17592232591124,17592231963820,0.99414456 -1554,17592298381083,17592232591124,17592231963820,0.99444926 -1555,17592293172461,17592232591124,17592231963820,0.991651 -1556,17592284544343,17592232591124,17592231963820,0.99532586 -1557,17592294404395,17592232591124,17592231963820,0.9936763 -1558,17592301000809,17592232591124,17592231963820,0.99082315 -1559,17592294401787,17592232591124,17592231963820,0.97815883 -1560,17592296941222,17592232591124,17592231963820,0.99186796 -1561,17592284301275,17592232591124,17592231963820,0.9952791 -1562,17592296373429,17592232591124,17592231963820,0.99293035 -1563,17592300793905,17592232591124,17592231963820,0.9967439 -1564,17592286794147,17592232591124,17592231963820,0.9936356 -1565,17592292417812,17592232591124,17592231963820,0.98914045 -1566,17592289640516,17592232591124,17592231963820,0.9928917 -1567,17592289640912,17592232591124,17592231963820,0.9966578 -1568,17592292415575,17592232591124,17592231963820,0.97960865 -1569,17592286803939,17592232591124,17592231963820,0.9943529 -1570,17592301220080,17592232591124,17592231963820,0.9897668 -1571,17592300775260,17592232591124,17592231963820,0.99687254 -1572,17592297863137,17592232591124,17592231963820,0.90914774 -1573,17592293588771,17592232591124,17592231963820,0.9902044 -1574,17592301094321,17592232591124,17592231963820,0.92615104 -1575,17592292378497,17592232591124,17592231963820,0.9967627 -1576,17592300874491,17592232591124,17592231963820,0.99425167 -1577,17592300873725,17592232591124,17592231963820,0.9934326 -1578,17592300021019,17592232591124,17592231963820,0.98104334 -1579,17592284640093,17592232591124,17592231963820,0.99774504 -1580,17592287746218,17592232591124,17592231963820,0.9976695 -1581,17592290312339,17592232591124,17592231963820,0.95427704 -1582,17592301488324,17592232591124,17592231963820,0.9977692 -1583,17592299664140,17592232591124,17592231963820,0.99368316 -1584,17592287740485,17592232591124,17592231963820,0.99364173 -1585,17592286403038,17592232591124,17592231963820,0.9584102 -1586,17592290886398,17592232591124,17592231963820,0.9959599 -1587,17592295556762,17592232591124,17592231963820,0.9931255 -1588,17592286390416,17592232591124,17592231963820,0.96955526 -1589,17592286793990,17592232591124,17592231963820,0.9943513 -1590,17592294412966,17592232591124,17592231963820,0.9298155 -1591,17592287740585,17592232591124,17592231963820,0.9932327 -1592,17592291559214,17592232591124,17592231963820,0.99411815 -1593,17592298689696,17592232591124,17592231963820,0.99479717 -1594,17592293388984,17592232591124,17592231963820,0.9938095 -1595,17592290468327,17592232591124,17592231963820,0.9936668 -1596,17592286803925,17592232591124,17592231963820,0.99410456 -1597,17592287746153,17592232591124,17592231963820,0.9937414 -1598,17592295564925,17592232591124,17592231963820,0.88824934 -1599,17592301474807,17592232591124,17592231963820,0.9867556 -1600,17592289099363,17592232591124,17592231963820,0.9943042 -1601,17592297109594,17592232591124,17592231963820,0.99420625 -1602,17592287327394,17592232591124,17592231963820,0.9932139 -1603,17592284031995,17592232591124,17592231963820,0.9640315 -1604,17592297843659,17592232591124,17592231963820,0.99441653 -1605,17592284658581,17592232591124,17592231963820,0.9840385 -1606,17592287737768,17592232591124,17592231963820,0.9757004 -1607,17592284301267,17592232591124,17592231963820,0.99570966 -1608,17592291559158,17592232591124,17592231963820,0.99401164 -1609,17592286222066,17592232591124,17592231963820,0.99694026 -1610,17592286794309,17592232591124,17592231963820,0.99399173 -1611,17592284727278,17592232591124,17592231963820,0.98727673 -1612,17592294404388,17592232591124,17592231963820,0.9942528 -1613,17592294955952,17592232591124,17592231963820,0.9742117 -1614,17592301219838,17592232591124,17592231963820,0.9929125 -1615,17592286794266,17592232591124,17592231963820,0.99362266 -1616,17592301619831,17592232591124,17592231963820,0.9646394 -1617,17592298381088,17592232591124,17592231963820,0.9949677 -1618,17592286952449,17592232591124,17592231963820,0.9965323 -1619,17592286730183,17592232591124,17592231963820,0.97313434 -1620,17592294404381,17592232591124,17592231963820,0.9942136 -1621,17592301670492,17592232591124,17592231963820,0.9121715 -1622,17592289640530,17592232591124,17592231963820,0.9930897 -1623,17592297589079,17592232591124,17592231963820,0.99423444 -1624,17592287740492,17592232591124,17592231963820,0.99353373 -1625,17592292807604,17592232591124,17592231963820,0.9942258 -1626,17592300688948,17592232591124,17592231963820,0.9972524 -1627,17592284630591,17592232591124,17592231963820,0.97091997 -1628,17592300437142,17592232591124,17592231963820,0.99571794 -1629,17592292807646,17592232591124,17592231963820,0.99799615 -1630,17592300169492,17592232591124,17592231963820,0.9940121 -1631,17592298332126,17592232591124,17592231963820,0.99435395 -1632,17592299307884,17592232591124,17592231963820,0.9801899 -1633,17592284633550,17592232591124,17592231963820,0.99324524 -1634,17592290886420,17592232591124,17592231963820,0.9516552 -1635,17592301694569,17592232591124,17592231963820,0.9949582 -1636,17592286803918,17592232591124,17592231963820,0.9932115 -1637,17592295553939,17592232591124,17592231963820,0.9885791 -1638,17592291718301,17592232591124,17592231963820,0.97680175 -1639,17592297111467,17592232591124,17592231963820,0.99698824 -1640,17592300419071,17592232591124,17592231963820,0.97253543 -1641,17592295554004,17592232591124,17592231963820,0.98636055 -1642,17592299654427,17592232591124,17592231963820,0.99140763 -1643,17592286803688,17592232591124,17592231963820,0.9946008 -1644,17592301487873,17592232591124,17592231963820,0.9963526 -1645,17592292982929,17592232591124,17592231963820,0.97054446 -1646,17592300874654,17592232591124,17592231963820,0.9945182 -1647,17592301377368,17592232591124,17592231963820,0.99833816 -1648,17592298676735,17592232591124,17592231963820,0.9937363 -1649,17592295565450,17592232591124,17592231963820,0.9930989 -1650,17592287263807,17592232591124,17592231963820,0.99244463 -1651,17592294404217,17592232591124,17592231963820,0.9942041 -1652,17592289318711,17592232591124,17592231963820,0.9874844 -1653,17592292831405,17592232591124,17592231963820,0.9967973 -1654,17592300874691,17592232591124,17592231963820,0.9943863 -1655,17592300879470,17592232591124,17592231963820,0.99420923 -1656,17592291069765,17592232591124,17592231963820,0.9888602 -1657,17592293393341,17592232591124,17592231963820,0.9932696 -1658,17592300021024,17592232591124,17592231963820,0.9813233 -1659,17592301481283,17592232591124,17592231963820,0.9930568 -1660,17592286390460,17592232591124,17592231963820,0.9759943 -1661,17592300879418,17592232591124,17592231963820,0.99469393 -1662,17592287746204,17592232591124,17592231963820,0.9937746 -1663,17592287324021,17592232591124,17592231963820,0.99344206 -1664,17592287320107,17592232591124,17592231963820,0.9687705 -1665,17592299069540,17592232591124,17592231963820,0.97511274 -1666,17592290467024,17592232591124,17592231963820,0.9970612 -1667,17592297843664,17592232591124,17592231963820,0.99429655 -1668,17592288586593,17592232591124,17592231963820,0.9942132 -1669,17592289099398,17592232591124,17592231963820,0.9941083 -1670,17592297109566,17592232591124,17592231963820,0.9937126 -1671,17592299695179,17592232591124,17592231963820,0.9916626 -1672,17592285157722,17592232591124,17592231963820,0.9746581 -1673,17592299148543,17592232591124,17592231963820,0.9934866 -1674,17592299099345,17592232591124,17592231963820,0.9969065 -1675,17592291564595,17592232591124,17592231963820,0.9939709 -1676,17592294404252,17592232591124,17592231963820,0.993937 -1677,17592288095544,17592232591124,17592231963820,0.99624705 -1678,17592288578010,17592232591124,17592231963820,0.99457 -1679,17592301376429,17592232591124,17592231963820,0.98788494 -1680,17592295552488,17592232591124,17592231963820,0.9943964 -1681,17592286804004,17592232591124,17592231963820,0.9978896 -1682,17592292669459,17592232591124,17592231963820,0.99668324 -1683,17592298332072,17592232591124,17592231963820,0.9941887 -1684,17592298332187,17592232591124,17592231963820,0.9977723 -1685,17592294413477,17592232591124,17592231963820,0.99420184 -1686,17592294401858,17592232591124,17592231963820,0.9836298 -1687,17592289640032,17592232591124,17592231963820,0.98700905 -1688,17592293393940,17592232591124,17592231963820,0.99679434 -1689,17592286794487,17592232591124,17592231963820,0.99417555 -1690,17592284547414,17592232591124,17592231963820,0.9850907 -1691,17592287322148,17592232591124,17592231963820,0.99265486 -1692,17592292507741,17592232591124,17592231963820,0.99630165 -1693,17592292222287,17592232591124,17592231963820,0.99445754 -1694,17592288585964,17592232591124,17592231963820,0.9920081 -1695,17592289635830,17592232591124,17592231963820,0.99308896 -1696,17592301579096,17592232591124,17592231963820,0.97604966 -1697,17592284536630,17592232591124,17592231963820,0.9942009 -1698,17592295617096,17592232591124,17592231963820,0.99075365 -1699,17592292378358,17592232591124,17592231963820,0.9735393 -1700,17592288575037,17592232591124,17592231963820,0.9922322 -1701,17592293393348,17592232591124,17592231963820,0.99775624 -1702,17592296941208,17592232591124,17592231963820,0.9903033 -1703,17592292215643,17592232591124,17592231963820,0.99674344 -1704,17592295556678,17592232591124,17592231963820,0.99268585 -1705,17592291559165,17592232591124,17592231963820,0.994086 -1706,17592290316557,17592232591124,17592231963820,0.9937113 -1707,17592288707708,17592232591124,17592231963820,0.9892453 -1708,17592301105497,17592232591124,17592231963820,0.99805206 -1709,17592285155212,17592232591124,17592231963820,0.9875474 -1710,17592300875492,17592232591124,17592231963820,0.9905013 -1711,17592292217957,17592232591124,17592231963820,0.9941902 -1712,17592299456655,17592232591124,17592231963820,0.9965049 -1713,17592299658587,17592232591124,17592231963820,0.9936959 -1714,17592299658602,17592232591124,17592231963820,0.99319834 -1715,17592300874598,17592232591124,17592231963820,0.99448776 -1716,17592301488603,17592232591124,17592231963820,0.99805266 -1717,17592288095476,17592232591124,17592231963820,0.97969705 -1718,17592284544501,17592232591124,17592231963820,0.99526554 -1719,17592292217813,17592232591124,17592231963820,0.9941595 -1720,17592301481314,17592232591124,17592231963820,0.9933303 -1721,17592293393246,17592232591124,17592231963820,0.99363345 -1722,17592301488266,17592232591124,17592231963820,0.9979203 -1723,17592295565415,17592232591124,17592231963820,0.99447274 -1724,17592292379220,17592232591124,17592231963820,0.9958509 -1725,17592287740557,17592232591124,17592231963820,0.9940704 -1726,17592301488271,17592232591124,17592231963820,0.99797046 -1727,17592286803537,17592232591124,17592231963820,0.99456185 -1728,17592291559258,17592232591124,17592231963820,0.99365973 -1729,17592286804112,17592232591124,17592231963820,0.99436736 -1730,17592287528255,17592232591124,17592231963820,0.9891447 -1731,17592284924753,17592232591124,17592231963820,0.9811128 -1732,17592297206350,17592232591124,17592231963820,0.97348946 -1733,17592288577924,17592232591124,17592231963820,0.99391305 -1734,17592297116987,17592232591124,17592231963820,0.9937362 -1735,17592286403093,17592232591124,17592231963820,0.9468191 -1736,17592298894315,17592232591124,17592231963820,0.9960111 -1737,17592291564637,17592232591124,17592231963820,0.99368805 -1738,17592300874526,17592232591124,17592231963820,0.9977233 -1739,17592294404231,17592232591124,17592231963820,0.99375564 -1740,17592287746298,17592232591124,17592231963820,0.993314 -1741,17592301292740,17592232591124,17592231963820,0.8441942 -1742,17592289250161,17592232591124,17592231963820,0.9971643 -1743,17592284032010,17592232591124,17592231963820,0.97341055 -1744,17592297589115,17592232591124,17592231963820,0.9939383 -1745,17592287746068,17592232591124,17592231963820,0.9977406 -1746,17592294413470,17592232591124,17592231963820,0.99398774 -1747,17592284537280,17592232591124,17592231963820,0.9927491 -1748,17592291070842,17592232591124,17592231963820,0.9942368 -1749,17592296358545,17592232591124,17592231963820,0.99328315 -1750,17592287263351,17592232591124,17592231963820,0.9957305 -1751,17592288577875,17592232591124,17592231963820,0.99437577 -1752,17592301488608,17592232591124,17592231963820,0.99816716 -1753,17592292417903,17592232591124,17592231963820,0.99442685 -1754,17592284035141,17592232591124,17592231963820,0.9055655 -1755,17592289104676,17592232591124,17592231963820,0.99469596 -1756,17592295564858,17592232591124,17592231963820,0.8882751 -1757,17592284035389,17592232591124,17592231963820,0.99328136 -1758,17592289099320,17592232591124,17592231963820,0.99453473 -1759,17592288682074,17592232591124,17592231963820,0.9745786 -1760,17592291564765,17592232591124,17592231963820,0.9978315 -1761,17592287326982,17592232591124,17592231963820,0.986065 -1762,17592287321513,17592232591124,17592231963820,0.9931072 -1763,17592297206364,17592232591124,17592231963820,0.97182816 -1764,17592292807589,17592232591124,17592231963820,0.99423194 -1765,17592289104718,17592232591124,17592231963820,0.9948044 -1766,17592286794090,17592232591124,17592231963820,0.9936642 -1767,17592294413484,17592232591124,17592231963820,0.99414504 -1768,17592294404346,17592232591124,17592231963820,0.99350864 -1770,17592286793962,17592232591124,17592231963820,0.99448705 -1771,17592291909802,17592232591124,17592231963820,0.9969077 -1772,17592292807632,17592232591124,17592231963820,0.9940332 -1773,17592292214844,17592232591124,17592231963820,0.99384445 -1774,17592291564538,17592232591124,17592231963820,0.99384767 -1775,17592284542603,17592232591124,17592231963820,0.9961809 -1776,17592286794344,17592232591124,17592231963820,0.99778765 -1777,17592287327408,17592232591124,17592231963820,0.9927497 -1778,17592283994863,17592232591124,17592231963820,0.98335063 -1779,17592298332214,17592232591124,17592231963820,0.9944478 -1780,17592301109219,17592232591124,17592231963820,0.99428767 -1781,17592301485415,17592232591124,17592231963820,0.9930695 -1782,17592294404332,17592232591124,17592231963820,0.9941191 -1783,17592293732286,17592232591124,17592231963820,0.98915625 -1784,17592284097895,17592232591124,17592231963820,0.9730673 -1785,17592284547572,17592232591124,17592231963820,0.9876349 -1786,17592294413491,17592232591124,17592231963820,0.9943888 -1787,17592301579834,17592232591124,17592231963820,0.9927838 -1788,17592286803861,17592232591124,17592231963820,0.9946828 -1789,17592300688927,17592232591124,17592231963820,0.9967753 -1790,17592287740506,17592232591124,17592231963820,0.99376464 -1791,17592287392747,17592232591124,17592231963820,0.9756104 -1792,17592301312828,17592232591124,17592231963820,0.97331345 -1793,17592299663209,17592232591124,17592231963820,0.9952909 -1794,17592289099370,17592232591124,17592231963820,0.9944234 -1795,17592294813142,17592232591124,17592231963820,0.9945633 -1796,17592295556727,17592232591124,17592231963820,0.99298906 -1797,17592300879561,17592232591124,17592231963820,0.9942392 -1798,17592289099448,17592232591124,17592231963820,0.9943222 -1799,17592285291429,17592232591124,17592231963820,0.995943 -1800,17592295556797,17592232591124,17592231963820,0.99777144 -1801,17592294401801,17592232591124,17592231963820,0.98850924 -1802,17592288586671,17592232591124,17592231963820,0.99386865 -1803,17592288586529,17592232591124,17592231963820,0.99435323 -1804,17592284633515,17592232591124,17592231963820,0.99369115 -1805,17592293380473,17592232591124,17592231963820,0.9946726 -1806,17592291559193,17592232591124,17592231963820,0.99393725 -1807,17592288586543,17592232591124,17592231963820,0.99399555 -1808,17592293386303,17592232591124,17592231963820,0.99791694 -1809,17592297109537,17592232591124,17592231963820,0.9936259 -1810,17592286803896,17592232591124,17592231963820,0.99449384 -1811,17592293732129,17592232591124,17592231963820,0.9965821 -1812,17592285623296,17592232591124,17592231963820,0.99700654 -1813,17592296373407,17592232591124,17592231963820,0.9978724 -1814,17592298332121,17592232591124,17592231963820,0.9943447 -1817,17592291797596,17592232591124,17592231963820,0.976991 -1818,17592285622656,17592232591124,17592231963820,0.99133116 -1819,17592298974885,17592232591124,17592231963820,0.8610653 -1820,17592295556769,17592232591124,17592231963820,0.99820757 -1821,17592297206343,17592232591124,17592231963820,0.97365904 -1822,17592301487926,17592232591124,17592231963820,0.99535495 -1823,17592292416086,17592232591124,17592231963820,0.9943242 -1824,17592295558734,17592232591124,17592231963820,0.99594814 -1825,17592286794316,17592232591124,17592231963820,0.9978793 -1826,17592300420196,17592232591124,17592231963820,0.9965942 -1827,17592298381115,17592232591124,17592231963820,0.9947044 -1828,17592301485391,17592232591124,17592231963820,0.99322546 -1829,17592293588661,17592232591124,17592231963820,0.99641293 -1830,17592294401808,17592232591124,17592231963820,0.98791426 -1831,17592300420754,17592232591124,17592231963820,0.99432254 -1832,17592290312361,17592232591124,17592231963820,0.9761378 -1833,17592289415353,17592232591124,17592231963820,0.9790208 -1834,17592286952752,17592232591124,17592231963820,0.9839449 -1835,17592290934742,17592232591124,17592231963820,0.9763202 -1836,17592287528522,17592232591124,17592231963820,0.9940177 -1837,17592300879551,17592232591124,17592231963820,0.994705 -1838,17592300169507,17592232591124,17592231963820,0.9938521 -1839,17592287528094,17592232591124,17592231963820,0.99727905 -1840,17592292983914,17592232591124,17592231963820,0.9842214 -1841,17592301109234,17592232591124,17592231963820,0.9940716 -1842,17592284035411,17592232591124,17592231963820,0.99356467 -1843,17592292416107,17592232591124,17592231963820,0.9944948 -1844,17592286794288,17592232591124,17592231963820,0.9942004 -1845,17592294472227,17592232591124,17592231963820,0.99630845 -1846,17592289104683,17592232591124,17592231963820,0.9944573 -1847,17592292811066,17592232591124,17592231963820,0.9943013 -1848,17592287736448,17592232591124,17592231963820,0.957611 -1849,17592299664251,17592232591124,17592231963820,0.9941683 -1850,17592291564312,17592232591124,17592231963820,0.9758792 -1851,17592285623530,17592232591124,17592231963820,0.99122494 -1852,17592298381058,17592232591124,17592231963820,0.9945813 -1853,17592293732787,17592232591124,17592231963820,0.9815143 -1854,17592293386374,17592232591124,17592231963820,0.9932154 -1855,17592291564729,17592232591124,17592231963820,0.9942215 -1856,17592299663273,17592232591124,17592231963820,0.99343807 -1857,17592289104748,17592232591124,17592231963820,0.99396735 -1858,17592300874536,17592232591124,17592231963820,0.99457026 -1859,17592300874681,17592232591124,17592231963820,0.9974684 -1860,17592286794126,17592232591124,17592231963820,0.9977867 -1861,17592294413627,17592232591124,17592231963820,0.9943728 -1862,17592293587884,17592232591124,17592231963820,0.9962955 -1863,17592301105527,17592232591124,17592231963820,0.99402326 -1864,17592286794217,17592232591124,17592231963820,0.9941171 -1865,17592291557267,17592232591124,17592231963820,0.97120994 -1866,17592297584631,17592232591124,17592231963820,0.99375737 -1867,17592288549119,17592232591124,17592231963820,0.99694645 -1868,17592293392880,17592232591124,17592231963820,0.9627718 -1869,17592292417917,17592232591124,17592231963820,0.9945135 -1870,17592291564574,17592232591124,17592231963820,0.9938497 -1871,17592299664171,17592232591124,17592231963820,0.99301094 -1872,17592300693309,17592232591124,17592231963820,0.9875143 -1873,17592289640509,17592232591124,17592231963820,0.9937318 -1874,17592287320100,17592232591124,17592231963820,0.97972953 -1875,17592290316536,17592232591124,17592231963820,0.9937452 -1876,17592297117087,17592232591124,17592231963820,0.9936697 -1877,17592292415560,17592232591124,17592231963820,0.9880834 -1878,17592297863515,17592232591124,17592231963820,0.9953412 -1879,17592286970642,17592232591124,17592231963820,0.979058 -1880,17592301481304,17592232591124,17592231963820,0.99326205 -1881,17592286794048,17592232591124,17592231963820,0.993678 -1882,17592299928102,17592232591124,17592231963820,0.99467677 -1883,17592291559229,17592232591124,17592231963820,0.99376416 -1884,17592292934327,17592232591124,17592231963820,0.9843727 -1885,17592295565364,17592232591124,17592231963820,0.99454266 -1886,17592289415671,17592232591124,17592231963820,0.9966914 -1887,17592289099455,17592232591124,17592231963820,0.997606 -1888,17592286390170,17592232591124,17592231963820,0.9732211 -1889,17592291559186,17592232591124,17592231963820,0.9944223 -1890,17592296373357,17592232591124,17592231963820,0.99324787 -1891,17592292811094,17592232591124,17592231963820,0.9943675 -1892,17592293386472,17592232591124,17592231963820,0.99797785 -1893,17592297116959,17592232591124,17592231963820,0.99357355 -1894,17592297117131,17592232591124,17592231963820,0.99438214 -1895,17592287392998,17592232591124,17592231963820,0.99503076 -1896,17592294472234,17592232591124,17592231963820,0.996474 -1897,17592289319257,17592232591124,17592231963820,0.99683565 -1898,17592288073722,17592232591124,17592231963820,0.98833585 -1899,17592301484405,17592232591124,17592231963820,0.9894521 -1900,17592301487909,17592232591124,17592231963820,0.99581814 -1901,17592299663235,17592232591124,17592231963820,0.9932166 -1902,17592290934749,17592232591124,17592231963820,0.97645617 -1903,17592296036110,17592232591124,17592231963820,0.9798247 -1904,17592286804027,17592232591124,17592231963820,0.99412185 -1905,17592298348121,17592232591124,17592231963820,0.99572295 -1906,17592300879501,17592232591124,17592231963820,0.9944424 -1907,17592284301698,17592232591124,17592231963820,0.99618644 -1908,17592292987267,17592232591124,17592231963820,0.98787963 -1909,17592285623318,17592232591124,17592231963820,0.99592704 -1910,17592301263586,17592232591124,17592231963820,0.9969672 -1911,17592300879465,17592232591124,17592231963820,0.99410975 -1912,17592299148436,17592232591124,17592231963820,0.9933764 -1913,17592284301877,17592232591124,17592231963820,0.9872038 -1914,17592287393471,17592232591124,17592231963820,0.9963983 -1915,17592291867075,17592232591124,17592231963820,0.975695 -1916,17592286803831,17592232591124,17592231963820,0.99813133 -1917,17592297109650,17592232591124,17592231963820,0.99340487 -1918,17592299148461,17592232591124,17592231963820,0.9934044 -1919,17592286803780,17592232591124,17592231963820,0.99433756 -1920,17592287737775,17592232591124,17592231963820,0.9856624 -1921,17592292217827,17592232591124,17592231963820,0.99436045 -1922,17592300172743,17592232591124,17592231963820,0.9941588 -1923,17592298332219,17592232591124,17592231963820,0.9978252 -1924,17592299663881,17592232591124,17592231963820,0.99391687 -1925,17592288586664,17592232591124,17592231963820,0.9936776 -1926,17592294412388,17592232591124,17592231963820,0.9959189 -1927,17592294816394,17592232591124,17592231963820,0.94692945 -1928,17592295565479,17592232591124,17592231963820,0.99466133 -1929,17592285291659,17592232591124,17592231963820,0.98442566 -1930,17592294472189,17592232591124,17592231963820,0.99619097 -1931,17592294413498,17592232591124,17592231963820,0.99379355 -1932,17592301105502,17592232591124,17592231963820,0.99824196 -1933,17592297109622,17592232591124,17592231963820,0.9938093 -1934,17592288577910,17592232591124,17592231963820,0.9938965 -1935,17592284301691,17592232591124,17592231963820,0.9958234 -1936,17592297109474,17592232591124,17592231963820,0.9951079 -1937,17592297424424,17592232591124,17592231963820,0.9794901 -1938,17592300874531,17592232591124,17592231963820,0.99410594 -1939,17592301481319,17592232591124,17592231963820,0.9934826 -1940,17592284035418,17592232591124,17592231963820,0.99311095 -1941,17592299069535,17592232591124,17592231963820,0.968952 -1942,17592295620958,17592232591124,17592231963820,0.99415594 -1943,17592283996159,17592232591124,17592231963820,0.9867197 -1944,17592296358660,17592232591124,17592231963820,0.993091 -1945,17592288095483,17592232591124,17592231963820,0.9791968 -1946,17592300879443,17592232591124,17592231963820,0.9944235 -1947,17592292217943,17592232591124,17592231963820,0.99434906 -1948,17592297116097,17592232591124,17592231963820,0.9959237 -1949,17592289198533,17592232591124,17592231963820,0.9863982 -1950,17592287393757,17592232591124,17592231963820,0.9882499 -1951,17592299664150,17592232591124,17592231963820,0.9934627 -1952,17592286794076,17592232591124,17592231963820,0.9978799 -1953,17592301109245,17592232591124,17592231963820,0.9945574 -1954,17592301694811,17592232591124,17592231963820,0.83357596 -1955,17592299148506,17592232591124,17592231963820,0.9935558 -1956,17592284633536,17592232591124,17592231963820,0.99331915 -1957,17592294811869,17592232591124,17592231963820,0.99064875 -1958,17592287528262,17592232591124,17592231963820,0.991056 -1959,17592301487943,17592232591124,17592231963820,0.99610174 -1960,17592299148491,17592232591124,17592231963820,0.9928037 -1961,17592284159031,17592232591124,17592231963820,0.9884796 -1962,17592295565436,17592232591124,17592231963820,0.99277294 -1963,17592300873741,17592232591124,17592231963820,0.9946249 -1964,17592300169487,17592232591124,17592231963820,0.9937775 -1965,17592289634211,17592232591124,17592231963820,0.9691397 -1966,17592294413683,17592232591124,17592231963820,0.99383545 -1967,17592298332082,17592232591124,17592231963820,0.997862 -1968,17592286794019,17592232591124,17592231963820,0.997813 -1969,17592291557260,17592232591124,17592231963820,0.99109226 -1970,17592300874850,17592232591124,17592231963820,0.9980949 -1971,17592293386458,17592232591124,17592231963820,0.9977285 -1972,17592298381053,17592232591124,17592231963820,0.99401236 -1973,17592290468211,17592232591124,17592231963820,0.9955183 -1974,17592284630170,17592232591124,17592231963820,0.9950539 -1975,17592298329581,17592232591124,17592231963820,0.9945623 -1976,17592289635893,17592232591124,17592231963820,0.99288726 -1977,17592301613926,17592232591124,17592231963820,0.9957475 -1978,17592293393319,17592232591124,17592231963820,0.99305946 -1979,17592299099335,17592232591124,17592231963820,0.99638134 -1980,17592291810718,17592232591124,17592231963820,0.9939002 -1981,17592294413527,17592232591124,17592231963820,0.9940275 -1982,17592299664130,17592232591124,17592231963820,0.9932023 -1983,17592288772175,17592232591124,17592231963820,0.98336196 -1984,17592294955959,17592232591124,17592231963820,0.97387666 -1985,17592286206036,17592232591124,17592231963820,0.98841053 -1986,17592286794210,17592232591124,17592231963820,0.99308044 -1987,17592289640586,17592232591124,17592231963820,0.99319714 -1988,17592289635921,17592232591124,17592231963820,0.9930004 -1989,17592284542926,17592232591124,17592231963820,0.9958404 -1990,17592286794168,17592232591124,17592231963820,0.9939609 -1991,17592286794161,17592232591124,17592231963820,0.9978596 -1992,17592301481299,17592232591124,17592231963820,0.99339825 -1993,17592299664166,17592232591124,17592231963820,0.9931415 -1994,17592292416400,17592232591124,17592231963820,0.99422723 -1995,17592285290527,17592232591124,17592231963820,0.9877351 -1996,17592288586643,17592232591124,17592231963820,0.9939669 -1997,17592296373422,17592232591124,17592231963820,0.99310917 -1998,17592300169497,17592232591124,17592231963820,0.9939581 -1999,17592292810964,17592232591124,17592231963820,0.97414243 -2000,17592297589100,17592232591124,17592231963820,0.9937829 -2001,17592293386367,17592232591124,17592231963820,0.9979533 -2002,17592290313373,17592232591124,17592231963820,0.9936308 -2003,17592287746146,17592232591124,17592231963820,0.997775 -2004,17592286794459,17592232591124,17592231963820,0.9942252 -2005,17592284658566,17592232591124,17592231963820,0.9888452 -2006,17592290313387,17592232591124,17592231963820,0.993563 -2007,17592286803824,17592232591124,17592231963820,0.99382657 -2008,17592296373400,17592232591124,17592231963820,0.9933842 -2009,17592286403009,17592232591124,17592231963820,0.9603724 -2010,17592292217820,17592232591124,17592231963820,0.99432576 -2011,17592298253533,17592232591124,17592231963820,0.99623334 -2012,17592286804034,17592232591124,17592231963820,0.99442816 -2013,17592289635928,17592232591124,17592231963820,0.9935342 -2014,17592301487458,17592232591124,17592231963820,0.9933014 -2015,17592284633435,17592232591124,17592231963820,0.99298245 -2016,17592287740613,17592232591124,17592231963820,0.9935624 -2017,17592292811012,17592232591124,17592231963820,0.99301094 -2018,17592286205909,17592232591124,17592231963820,0.99641913 -2019,17592299664079,17592232591124,17592231963820,0.9933602 -2020,17592293588932,17592232591124,17592231963820,0.9927172 -2021,17592301319568,17592232591124,17592231963820,0.94973207 -2022,17592294472197,17592232591124,17592231963820,0.9933428 -2023,17592290887095,17592232591124,17592231963820,0.991402 -2024,17592292807597,17592232591124,17592231963820,0.9931687 -2025,17592301488692,17592232591124,17592231963820,0.9982265 -2026,17592290313380,17592232591124,17592231963820,0.99347216 -2027,17592294272033,17592232591124,17592231963820,0.9737879 -2028,17592301221134,17592232591124,17592231963820,0.9527187 -2029,17592298332182,17592232591124,17592231963820,0.99454075 -2030,17592295565443,17592232591124,17592231963820,0.9943867 -2031,17592293587794,17592232591124,17592231963820,0.97282416 -2032,17592290887109,17592232591124,17592231963820,0.99240786 -2033,17592283995104,17592232591124,17592231963820,0.99441725 -2034,17592299099366,17592232591124,17592231963820,0.99669594 -2035,17592288574911,17592232591124,17592231963820,0.98139703 -2036,17592294472212,17592232591124,17592231963820,0.98956585 -2037,17592292222259,17592232591124,17592231963820,0.9942264 -2038,17592290316543,17592232591124,17592231963820,0.99352616 -2039,17592286794379,17592232591124,17592231963820,0.994035 -2040,17592291810338,17592232591124,17592231963820,0.9966286 -2041,17592292807660,17592232591124,17592231963820,0.99804217 -2042,17592292217890,17592232591124,17592231963820,0.9941081 -2043,17592284633479,17592232591124,17592231963820,0.9930662 -2044,17592286390133,17592232591124,17592231963820,0.99334013 -2045,17592288574962,17592232591124,17592231963820,0.99014515 -2046,17592293386310,17592232591124,17592231963820,0.99330586 -2047,17592290316394,17592232591124,17592231963820,0.9889795 -2048,17592289200155,17592232591124,17592231963820,0.99596417 -2049,17592289099356,17592232591124,17592231963820,0.9977171 -2050,17592297863142,17592232591124,17592231963820,0.90742064 -2051,17592301694517,17592232591124,17592231963820,0.9918967 -2052,17592296240720,17592232591124,17592231963820,0.99776536 -2053,17592291557289,17592232591124,17592231963820,0.9709578 -2054,17592300879536,17592232591124,17592231963820,0.9944115 -2055,17592297863510,17592232591124,17592231963820,0.9943452 -2056,17592289099470,17592232591124,17592231963820,0.9939292 -2057,17592297109552,17592232591124,17592231963820,0.9936222 -2058,17592289635872,17592232591124,17592231963820,0.9927515 -2059,17592288682063,17592232591124,17592231963820,0.97701764 -2060,17592301005645,17592232591124,17592231963820,0.9946883 -2061,17592301485293,17592232591124,17592231963820,0.9876271 -2062,17592291211389,17592232591124,17592231963820,0.99048334 -2063,17592297109636,17592232591124,17592231963820,0.99364316 -2064,17592287746132,17592232591124,17592231963820,0.99376744 -2065,17592287527365,17592232591124,17592231963820,0.98081434 -2066,17592284098668,17592232591124,17592231963820,0.98911947 -2067,17592287327013,17592232591124,17592231963820,0.98774743 -2068,17592301488697,17592232591124,17592231963820,0.9982596 -2069,17592295556734,17592232591124,17592231963820,0.99816394 -2070,17592301487857,17592232591124,17592231963820,0.9959182 -2071,17592294413690,17592232591124,17592231963820,0.99369776 -2072,17592287320130,17592232591124,17592231963820,0.98970544 -2073,17592300874618,17592232591124,17592231963820,0.9978646 -2074,17592293588736,17592232591124,17592231963820,0.9628629 -2075,17592284640035,17592232591124,17592231963820,0.99767214 -2076,17592297584704,17592232591124,17592231963820,0.99411273 -2077,17592289640579,17592232591124,17592231963820,0.99321127 -2078,17592301670688,17592232591124,17592231963820,0.9098336 -2079,17592293386353,17592232591124,17592231963820,0.99324477 -2081,17592284542610,17592232591124,17592231963820,0.9951945 -2082,17592294412424,17592232591124,17592231963820,0.9961578 -2083,17592283995559,17592232591124,17592231963820,0.99465007 -2084,17592289099420,17592232591124,17592231963820,0.9946057 -2085,17592292507769,17592232591124,17592231963820,0.99358773 -2086,17592289319485,17592232591124,17592231963820,0.98856664 -2087,17592286730190,17592232591124,17592231963820,0.97282684 -2088,17592301481288,17592232591124,17592231963820,0.9932108 -2089,17592289198540,17592232591124,17592231963820,0.9728194 -2090,17592290466028,17592232591124,17592231963820,0.9778858 -2091,17592295556699,17592232591124,17592231963820,0.99446964 -2092,17592286803723,17592232591124,17592231963820,0.99454385 -2093,17592294813135,17592232591124,17592231963820,0.99424905 -2094,17592284301684,17592232591124,17592231963820,0.995787 -2095,17592288585993,17592232591124,17592231963820,0.990754 -2096,17592300879571,17592232591124,17592231963820,0.9944942 -2097,17592292222393,17592232591124,17592231963820,0.9939529 -2098,17592293386416,17592232591124,17592231963820,0.99305874 -2099,17592295553997,17592232591124,17592231963820,0.9956734 -2100,17592300874686,17592232591124,17592231963820,0.9943024 -2101,17592297843690,17592232591124,17592231963820,0.99419415 -2102,17592286390118,17592232591124,17592231963820,0.98037106 -2103,17592294412381,17592232591124,17592231963820,0.9964139 -2104,17592293392530,17592232591124,17592231963820,0.9882866 -2105,17592284640072,17592232591124,17592231963820,0.9932976 -2106,17592294404266,17592232591124,17592231963820,0.9940793 -2107,17592295553946,17592232591124,17592231963820,0.98125756 -2108,17592284301542,17592232591124,17592231963820,0.99506515 -2109,17592292416079,17592232591124,17592231963820,0.99442035 -2110,17592291910013,17592232591124,17592231963820,0.9906072 -2111,17592295556804,17592232591124,17592231963820,0.9976871 -2112,17592301105482,17592232591124,17592231963820,0.9980744 -2113,17592294811906,17592232591124,17592231963820,0.96771574 -2114,17592293393210,17592232591124,17592231963820,0.99347216 -2115,17592286793997,17592232591124,17592231963820,0.99423766 -2116,17592292807667,17592232591124,17592231963820,0.9979419 -2117,17592286803983,17592232591124,17592231963820,0.99574286 -2118,17592284528338,17592232591124,17592231963820,0.9940236 -2119,17592288578017,17592232591124,17592231963820,0.99418646 -2120,17592288586678,17592232591124,17592231963820,0.99472123 -2121,17592293172604,17592232591124,17592231963820,0.98892146 -2122,17592300874577,17592232591124,17592231963820,0.9939004 -2123,17592294404238,17592232591124,17592231963820,0.9938504 -2124,17592296506972,17592232591124,17592231963820,0.9959595 -2125,17592297824288,17592232591124,17592231963820,0.9710379 -2126,17592292417910,17592232591124,17592231963820,0.9946725 -2127,17592286794480,17592232591124,17592231963820,0.9934506 -2128,17592300170877,17592232591124,17592231963820,0.9791181 -2129,17592301485410,17592232591124,17592231963820,0.9936441 -2130,17592286951468,17592232591124,17592231963820,0.99441415 -2131,17592299307873,17592232591124,17592231963820,0.97826463 -2132,17592292807690,17592232591124,17592231963820,0.99793583 -2133,17592291797603,17592232591124,17592231963820,0.9771508 -2134,17592291069932,17592232591124,17592231963820,0.9955176 -2135,17592290313438,17592232591124,17592231963820,0.99365455 -2136,17592301105445,17592232591124,17592231963820,0.9981943 -2137,17592289104704,17592232591124,17592231963820,0.99537176 -2138,17592292222280,17592232591124,17592231963820,0.9948167 -2139,17592296373378,17592232591124,17592231963820,0.99336356 -2140,17592289638171,17592232591124,17592231963820,0.9933882 -2141,17592292807625,17592232591124,17592231963820,0.99800634 -2142,17592295556692,17592232591124,17592231963820,0.9982836 -2143,17592286803652,17592232591124,17592231963820,0.99809384 -2144,17592292217848,17592232591124,17592231963820,0.9942392 -2145,17592298332166,17592232591124,17592231963820,0.9979205 -2146,17592301185568,17592232591124,17592231963820,0.9904191 -2147,17592291557193,17592232591124,17592231963820,0.9861092 -2148,17592301694661,17592232591124,17592231963820,0.9946159 -2149,17592286397723,17592232591124,17592231963820,0.9951932 -2150,17592301487791,17592232591124,17592231963820,0.9960282 -2151,17592287327387,17592232591124,17592231963820,0.99288356 -2152,17592284636193,17592232591124,17592231963820,0.99483734 -2153,17592300420393,17592232591124,17592231963820,0.81016326 -2154,17592295553917,17592232591124,17592231963820,0.9943499 -2155,17592292508136,17592232591124,17592231963820,0.9937434 -2156,17592286971103,17592232591124,17592231963820,0.9965467 -2157,17592286952745,17592232591124,17592231963820,0.9862423 -2158,17592295553960,17592232591124,17592231963820,0.9843458 -2159,17592300873713,17592232591124,17592231963820,0.9943128 -2160,17592301481742,17592232591124,17592231963820,0.9943127 -2161,17592297117016,17592232591124,17592231963820,0.9934826 -2162,17592288577889,17592232591124,17592231963820,0.99403346 -2163,17592300879661,17592232591124,17592231963820,0.9953477 -2164,17592289099441,17592232591124,17592231963820,0.9976834 -2165,17592294404367,17592232591124,17592231963820,0.99374604 -2166,17592286803630,17592232591124,17592231963820,0.9939927 -2167,17592289318718,17592232591124,17592231963820,0.9763268 -2168,17592301579039,17592232591124,17592231963820,0.95350754 -2169,17592284034363,17592232591124,17592231963820,0.98571396 -2170,17592298253412,17592232591124,17592231963820,0.99625415 -2171,17592297109629,17592232591124,17592231963820,0.9940397 -2172,17592286803588,17592232591124,17592231963820,0.99459505 -2173,17592292507853,17592232591124,17592231963820,0.96803004 -2174,17592294816580,17592232591124,17592231963820,0.9943747 -2175,17592299658582,17592232591124,17592231963820,0.99399054 -2176,17592287321528,17592232591124,17592231963820,0.9928893 -2177,17592297863547,17592232591124,17592231963820,0.9944177 -2178,17592291564644,17592232591124,17592231963820,0.99465007 -2179,17592296358610,17592232591124,17592231963820,0.9932702 -2180,17592293732780,17592232591124,17592231963820,0.9930835 -2181,17592292217785,17592232591124,17592231963820,0.99461603 -2182,17592286803953,17592232591124,17592231963820,0.994014 -2183,17592295556790,17592232591124,17592231963820,0.9942886 -2184,17592286952421,17592232591124,17592231963820,0.99610245 -2185,17592295556713,17592232591124,17592231963820,0.9944784 -2186,17592290674191,17592232591124,17592231963820,0.9935136 -2187,17592285154172,17592232591124,17592231963820,0.9778515 -2188,17592288577854,17592232591124,17592231963820,0.993937 -2189,17592292806486,17592232591124,17592231963820,0.98327863 -2190,17592297109601,17592232591124,17592231963820,0.99356073 -2191,17592301616580,17592232591124,17592231963820,0.9904544 -2192,17592286803758,17592232591124,17592231963820,0.99346304 -2193,17592301354793,17592232591124,17592231963820,0.979164 -2194,17592284035396,17592232591124,17592231963820,0.9934669 -2195,17592297117094,17592232591124,17592231963820,0.9940999 -2196,17592289415948,17592232591124,17592231963820,0.9932173 -2197,17592294401794,17592232591124,17592231963820,0.9907078 -2198,17592289104662,17592232591124,17592231963820,0.9944132 -2199,17592295565350,17592232591124,17592231963820,0.9943392 -2200,17592295565457,17592232591124,17592231963820,0.99481386 -2201,17592284529887,17592232591124,17592231963820,0.9954667 -2202,17592294413599,17592232591124,17592231963820,0.9943151 -2203,17592286390140,17592232591124,17592231963820,0.9899772 -2204,17592295565472,17592232591124,17592231963820,0.994245 -2205,17592297117009,17592232591124,17592231963820,0.9939759 -2206,17592300874481,17592232591124,17592231963820,0.9978603 -2207,17592299148471,17592232591124,17592231963820,0.99434304 -2208,17592287320243,17592232591124,17592231963820,0.9906535 -2209,17592288830315,17592232591124,17592231963820,0.98139995 -2210,17592295556720,17592232591124,17592231963820,0.9981912 -2211,17592298381100,17592232591124,17592231963820,0.99419487 -2212,17592301480938,17592232591124,17592231963820,0.99040234 -2213,17592284547248,17592232591124,17592231963820,0.98694015 -2214,17592289640565,17592232591124,17592231963820,0.99294764 -2215,17592291559179,17592232591124,17592231963820,0.9940793 -2216,17592297116966,17592232591124,17592231963820,0.993421 -2217,17592297584654,17592232591124,17592231963820,0.99397206 -2218,17592295565315,17592232591124,17592231963820,0.9932835 -2219,17592291563921,17592232591124,17592231963820,0.955536 -2220,17592284640021,17592232591124,17592231963820,0.9968202 -2221,17592286803990,17592232591124,17592231963820,0.99292964 -2222,17592295553902,17592232591124,17592231963820,0.99106324 -2223,17592293380420,17592232591124,17592231963820,0.99576104 -2224,17592287322041,17592232591124,17592231963820,0.9897628 -2225,17592292215681,17592232591124,17592231963820,0.99354297 -2226,17592292982944,17592232591124,17592231963820,0.9705724 -2227,17592293393312,17592232591124,17592231963820,0.9935297 -2228,17592297863558,17592232591124,17592231963820,0.99429643 -2229,17592284640086,17592232591124,17592231963820,0.9934564 -2230,17592299148481,17592232591124,17592231963820,0.99287033 -2231,17592294413541,17592232591124,17592231963820,0.99404836 -2232,17592290313402,17592232591124,17592231963820,0.99343026 -2233,17592288577988,17592232591124,17592231963820,0.99382883 -2234,17592284633399,17592232591124,17592231963820,0.9931435 -2235,17592299660237,17592232591124,17592231963820,0.9939778 -2236,17592300879526,17592232591124,17592231963820,0.9948103 -2237,17592291564609,17592232591124,17592231963820,0.99418443 -2238,17592292984145,17592232591124,17592231963820,0.993547 -2239,17592299962837,17592232591124,17592231963820,0.9964773 -2240,17592299658577,17592232591124,17592231963820,0.9938659 -2241,17592299456660,17592232591124,17592231963820,0.9967432 -2242,17592297109502,17592232591124,17592231963820,0.9941273 -2243,17592301487770,17592232591124,17592231963820,0.9951019 -2244,17592299148532,17592232591124,17592231963820,0.9935418 -2245,17592286803709,17592232591124,17592231963820,0.99451435 -2246,17592297424431,17592232591124,17592231963820,0.9793013 -2247,17592299664193,17592232591124,17592231963820,0.9926809 -2248,17592292416093,17592232591124,17592231963820,0.9945332 -2249,17592286970790,17592232591124,17592231963820,0.9964759 -2250,17592289104611,17592232591124,17592231963820,0.9941626 -2251,17592301105512,17592232591124,17592231963820,0.99420875 -2252,17592296358618,17592232591124,17592231963820,0.99291223 -2253,17592291070130,17592232591124,17592231963820,0.9952905 -2254,17592293393398,17592232591124,17592231963820,0.994028 -2255,17592288575007,17592232591124,17592231963820,0.9882855 -2256,17592292222294,17592232591124,17592231963820,0.99414694 -2257,17592296240743,17592232591124,17592231963820,0.99743336 -2258,17592301376824,17592232591124,17592231963820,0.9964006 -2259,17592297589129,17592232591124,17592231963820,0.9943012 -2260,17592295556855,17592232591124,17592231963820,0.9941886 -2261,17592300909642,17592232591124,17592231963820,0.9758145 -2262,17592293381037,17592232591124,17592231963820,0.9889558 -2263,17592284634369,17592232591124,17592231963820,0.9929809 -2264,17592283996166,17592232591124,17592231963820,0.98572654 -2265,17592292378387,17592232591124,17592231963820,0.98620915 -2266,17592300875176,17592232591124,17592231963820,0.9987379 -2267,17592288586536,17592232591124,17592231963820,0.9945206 -2268,17592299307878,17592232591124,17592231963820,0.98061925 -2269,17592289099313,17592232591124,17592231963820,0.99784863 -2270,17592288586685,17592232591124,17592231963820,0.9941467 -2271,17592301694892,17592232591124,17592231963820,0.9893357 -2272,17592289099341,17592232591124,17592231963820,0.9976909 -2273,17592294413577,17592232591124,17592231963820,0.9940844 -2274,17592300879614,17592232591124,17592231963820,0.9946522 -2275,17592288573991,17592232591124,17592231963820,0.99387884 -2276,17592301109224,17592232591124,17592231963820,0.99528575 -2277,17592284633442,17592232591124,17592231963820,0.99313146 -2278,17592299664120,17592232591124,17592231963820,0.9936488 -2279,17592301488444,17592232591124,17592231963820,0.99787074 -2280,17592288549670,17592232591124,17592231963820,0.99349135 -2281,17592289635900,17592232591124,17592231963820,0.99323153 -2282,17592294272026,17592232591124,17592231963820,0.9740388 -2283,17592284098675,17592232591124,17592231963820,0.9829667 -2284,17592293386451,17592232591124,17592231963820,0.9934384 -2285,17592299070064,17592232591124,17592231963820,0.99550915 -2286,17592287528055,17592232591124,17592231963820,0.9965894 -2287,17592291559172,17592232591124,17592231963820,0.99383545 -2288,17592292378365,17592232591124,17592231963820,0.97322273 -2289,17592293393362,17592232591124,17592231963820,0.99355364 -2290,17592292993252,17592232591124,17592231963820,0.9897741 -2291,17592287740620,17592232591124,17592231963820,0.9935193 -2292,17592293393217,17592232591124,17592231963820,0.993214 -2293,17592295565422,17592232591124,17592231963820,0.9946389 -2294,17592301487991,17592232591124,17592231963820,0.99624443 -2295,17592286403061,17592232591124,17592231963820,0.96432644 -2296,17592301488185,17592232591124,17592231963820,0.99787384 -2297,17592286794097,17592232591124,17592231963820,0.99398583 -2298,17592284633501,17592232591124,17592231963820,0.99336 -2299,17592301487819,17592232591124,17592231963820,0.99600893 -2300,17592301219828,17592232591124,17592231963820,0.99315774 -2301,17592289640551,17592232591124,17592231963820,0.99273956 -2302,17592297109608,17592232591124,17592231963820,0.99388343 -2303,17592292379387,17592232591124,17592231963820,0.9877234 -2304,17592295556783,17592232591124,17592231963820,0.99440044 -2305,17592301488575,17592232591124,17592231963820,0.9982796 -2306,17592295100761,17592232591124,17592231963820,0.9966078 -2307,17592294404317,17592232591124,17592231963820,0.9938869 -2308,17592294407907,17592232591124,17592231963820,0.99534214 -2309,17592290316550,17592232591124,17592231963820,0.99355066 -2310,17592298332131,17592232591124,17592231963820,0.9977184 -2311,17592284542768,17592232591124,17592231963820,0.9961652 -2312,17592297111460,17592232591124,17592231963820,0.9989168 -2313,17592287783493,17592232591124,17592231963820,0.98957765 -2314,17592298381110,17592232591124,17592231963820,0.9952351 -2315,17592300020629,17592232591124,17592231963820,0.9909106 -2316,17592287320212,17592232591124,17592231963820,0.98076266 -2317,17592287746182,17592232591124,17592231963820,0.9932833 -2318,17592299664155,17592232591124,17592231963820,0.99371815 -2319,17592294413555,17592232591124,17592231963820,0.99352795 -2320,17592295553983,17592232591124,17592231963820,0.96532077 -2321,17592299658547,17592232591124,17592231963820,0.9934218 -2322,17592297109573,17592232591124,17592231963820,0.9937792 -2323,17592301201209,17592232591124,17592231963820,0.9897767 -2324,17592300172721,17592232591124,17592231963820,0.99393797 -2325,17592294404273,17592232591124,17592231963820,0.9940025 -2326,17592286793969,17592232591124,17592231963820,0.9937863 -2327,17592286970649,17592232591124,17592231963820,0.979707 -2328,17592295101694,17592232591124,17592231963820,0.99418527 -2329,17592288586607,17592232591124,17592231963820,0.9942579 -2330,17592299148426,17592232591124,17592231963820,0.9933723 -2331,17592288577917,17592232591124,17592231963820,0.99427557 -2332,17592301005650,17592232591124,17592231963820,0.9946883 -2333,17592300688216,17592232591124,17592231963820,0.99426407 -2334,17592299148446,17592232591124,17592231963820,0.9929822 -2335,17592301579874,17592232591124,17592231963820,0.9932146 -2336,17592290466021,17592232591124,17592231963820,0.9776556 -2337,17592298974748,17592232591124,17592231963820,0.90070003 -2338,17592293171898,17592232591124,17592231963820,0.9800165 -2339,17592300172688,17592232591124,17592231963820,0.9939152 -2340,17592296037164,17592232591124,17592231963820,0.9932828 -2341,17592298381048,17592232591124,17592231963820,0.9944947 -2342,17592301485397,17592232591124,17592231963820,0.99339044 -2343,17592287321506,17592232591124,17592231963820,0.9927527 -2344,17592299548057,17592232591124,17592231963820,0.99895406 -2345,17592285519126,17592232591124,17592231963820,0.9960723 -2346,17592300879392,17592232591124,17592231963820,0.99392945 -2347,17592297116909,17592232591124,17592231963820,0.99391425 -2348,17592301485420,17592232591124,17592231963820,0.9935188 -2349,17592293386486,17592232591124,17592231963820,0.99355316 -2350,17592298332087,17592232591124,17592231963820,0.9939728 -2351,17592292811044,17592232591124,17592231963820,0.9934293 -2352,17592300169512,17592232591124,17592231963820,0.99380594 -2353,17592300879428,17592232591124,17592231963820,0.99447143 -2354,17592286804077,17592232591124,17592231963820,0.9942216 -2355,17592301313002,17592232591124,17592231963820,0.99076027 -2356,17592300932999,17592232591124,17592231963820,0.97888637 -2357,17592296358653,17592232591124,17592231963820,0.99316776 -2358,17592291718316,17592232591124,17592231963820,0.97227365 -2359,17592287783687,17592232591124,17592231963820,0.99242795 -2360,17592287746096,17592232591124,17592231963820,0.99801755 -2361,17592286732046,17592232591124,17592231963820,0.9711706 -2362,17592301704939,17592232843885,17592231963828,0.8861773 -2363,17592301198893,17592232843885,17592231963828,0.87976104 -2364,17592300853830,17592232621199,17592231963828,0.8381831 -2365,17592296696798,17592232887653,17592231963828,0.9237918 -2366,17592301313142,17592250212199,17592231963836,0.9349539 -2367,17592285657617,17592208671087,17592231963842,0.9996773 -2368,17592293732255,17592186045950,17592231963842,0.9960209 -2369,17592290467383,17592186045950,17592231963842,0.9928072 -2370,17592287451436,17592186045950,17592231963842,0.99292773 -2371,17592288195548,17592186045950,17592231963842,0.99091035 -2372,17592299962738,17592186045950,17592231963842,0.99875385 -2373,17592301580084,17592232591035,17592232547885,0.82319933 -2375,17592301670799,17592256947782,17592232547885,0.96790546 -2376,17592298920923,17592232586918,17592232547894,0.9334237 -2377,17592287528233,17592232631874,17592232547979,0.999856 -2382,17592301553697,17592232602473,17592232547979,0.9989579 -2383,17592301221201,17592232602473,17592232547979,0.9988372 -2384,17592300527331,17592232690262,17592232547979,0.9879047 -2385,17592300487323,17592235156904,17592232547979,0.8449573 -2386,17592301714089,17592232621199,17592232547981,0.998376 -2387,17592301263817,17592232621199,17592232547981,0.99753773 -2388,17592301293600,17592233402899,17592232556021,0.8260203 -2389,17592301293617,17592233402899,17592232556021,0.82622916 -2390,17592292219988,17592232691478,17592232560237,0.99868906 -2391,17592300688157,17592232691478,17592232560237,0.9990136 -2392,17592286393688,17592232691478,17592232560237,0.99901694 -2393,17592292218534,17592232691478,17592232560237,0.9985949 -2394,17592286794252,17592232691478,17592232560237,0.9945232 -2395,17592287324266,17592232691478,17592232560237,0.998815 -2396,17592300690016,17592232691478,17592232560237,0.9984663 -2397,17592289636466,17592232691478,17592232560237,0.9989929 -2398,17592297845414,17592232691478,17592232560237,0.9986081 -2399,17592288581839,17592232691478,17592232560237,0.99880004 -2400,17592287737753,17592232691478,17592232560237,0.9987324 -2401,17592300527495,17592232691478,17592232560237,0.9991556 -2402,17592288581832,17592232691478,17592232560237,0.9986826 -2403,17592293386388,17592232691478,17592232560237,0.9946441 -2404,17592291557303,17592232691478,17592232560237,0.99844927 -2405,17592292806576,17592232691478,17592232560237,0.9974983 -2406,17592300689974,17592232691478,17592232560237,0.9987338 -2407,17592290313424,17592232691478,17592232560237,0.9946076 -2408,17592301201197,17592232691478,17592232560237,0.99944484 -2409,17592299659307,17592232691478,17592232560237,0.9993593 -2410,17592289634204,17592232691478,17592232560237,0.9988207 -2411,17592293389118,17592232691478,17592232560237,0.99860996 -2412,17592297844356,17592232691478,17592232560237,0.99889624 -2413,17592294814648,17592232691478,17592232560237,0.99865717 -2414,17592287742974,17592232691478,17592232560237,0.99848217 -2415,17592287743058,17592232691478,17592232560237,0.9985307 -2416,17592286390177,17592232691478,17592232560237,0.99836004 -2417,17592287320182,17592232691478,17592232560237,0.9988355 -2418,17592287740513,17592232691478,17592232560237,0.9946067 -2419,17592290614707,17592232691478,17592232560237,0.998522 -2420,17592299660569,17592232691478,17592232560237,0.99879265 -2421,17592300690163,17592232691478,17592232560237,0.998635 -2422,17592297845467,17592232691478,17592232560237,0.99876225 -2423,17592295557825,17592232691478,17592232560237,0.9987029 -2424,17592293389146,17592232691478,17592232560237,0.9985375 -2425,17592294811862,17592232691478,17592232560237,0.9982946 -2426,17592300874603,17592232691478,17592232560237,0.99505436 -2427,17592296371987,17592232691478,17592232560237,0.9983598 -2428,17592301222294,17592232691478,17592232560237,0.99860877 -2429,17592290614799,17592232691478,17592232560237,0.9985162 -2430,17592287324215,17592232691478,17592232560237,0.9988655 -2431,17592286393615,17592232691478,17592232560237,0.9988323 -2432,17592288579123,17592232691478,17592232560237,0.9991188 -2433,17592298332171,17592232691478,17592232560237,0.9963288 -2434,17592301483932,17592232691478,17592232560237,0.99908566 -2435,17592301382846,17592232691478,17592232560237,0.9993332 -2436,17592300690152,17592232691478,17592232560237,0.99873286 -2437,17592290313875,17592232691478,17592232560237,0.99910605 -2438,17592292219824,17592232691478,17592232560237,0.9986566 -2439,17592296372010,17592232691478,17592232560237,0.99845976 -2440,17592288578003,17592232691478,17592232560237,0.9963935 -2441,17592294405539,17592232691478,17592232560237,0.99888813 -2442,17592294401949,17592232691478,17592232560237,0.998505 -2443,17592299660387,17592232691478,17592232560237,0.9986413 -2444,17592287321970,17592232691478,17592232560237,0.99924624 -2445,17592284630601,17592232691478,17592232560237,0.99861425 -2446,17592293384164,17592232691478,17592232560237,0.99875975 -2447,17592296358646,17592232691478,17592232560237,0.99464434 -2448,17592300941686,17592232691478,17592232560237,0.9995561 -2449,17592301483258,17592232691478,17592232560237,0.9984226 -2450,17592285154225,17592232691478,17592232560237,0.99868274 -2451,17592294814626,17592232691478,17592232560237,0.9986486 -2452,17592291557253,17592232691478,17592232560237,0.9982053 -2453,17592296370191,17592232691478,17592232560237,0.9990031 -2454,17592301382835,17592232691478,17592232560237,0.9992478 -2455,17592301483221,17592232691478,17592232560237,0.9983781 -2456,17592285155219,17592232691478,17592232560237,0.99890214 -2457,17592301389240,17592232691478,17592232560237,0.99912024 -2458,17592300878059,17592232881734,17592232816885,0.9910239 ") +0,17592303537523,17592258359126,17592231963518,0.99299365 +1,17592303537147,17592258359126,17592231963518,0.96583205 +2,17592303537597,17592258359126,17592231963518,0.99067414 +3,17592303537068,17592258359126,17592231963518,0.98934895 +4,17592303537170,17592258359126,17592231963518,0.9698965 +5,17592303537456,17592258359126,17592231963518,0.98918194 +6,17592303537484,17592258359126,17592231963518,0.9910801 +7,17592303537587,17592258359126,17592231963518,0.98813736 +8,17592303537518,17592258359126,17592231963518,0.9903795 +9,17592303537227,17592258359126,17592231963518,0.9905804 +10,17592303537323,17592258359126,17592231963518,0.9906528 +11,17592303537063,17592258359126,17592231963518,0.98957115 +12,17592298332146,17592232637375,17592231963534,0.9400033 +13,17592288577974,17592232637375,17592231963534,0.95458937 +14,17592298332092,17592232637375,17592231963534,0.9400127 +15,17592292217964,17592232637375,17592231963534,0.8990274 +16,17592302648444,17592232637375,17592231963534,0.9166894 +17,17592298332141,17592232637375,17592231963534,0.9400313 +18,17592286794203,17592232637375,17592231963534,0.92148405 +19,17592303190389,17592232637375,17592231963534,0.8656949 +20,17592288577868,17592232637375,17592231963534,0.9545747 +21,17592294813156,17592232637375,17592231963534,0.91666824 +22,17592286794083,17592232637375,17592231963534,0.8752697 +23,17592294813121,17592232637375,17592231963534,0.9167388 +24,17592292217799,17592232637375,17592231963534,0.8990075 +25,17592300874541,17592232637375,17592231963534,0.9569063 +26,17592303190399,17592232637375,17592231963534,0.8656603 +27,17592292217913,17592232637375,17592231963534,0.8990855 +28,17592297843700,17592232637375,17592231963534,0.92574835 +29,17592300874501,17592232637375,17592231963534,0.9055912 +30,17592298332192,17592232637375,17592231963534,0.9399932 +31,17592300874587,17592232637375,17592231963534,0.9569222 +32,17592298332156,17592232637375,17592231963534,0.94000417 +33,17592298332203,17592232637375,17592231963534,0.94004834 +34,17592300874506,17592232637375,17592231963534,0.95688677 +35,17592302648464,17592232637375,17592231963534,0.91672873 +36,17592297843720,17592232637375,17592231963534,0.9257693 +37,17592302648449,17592232637375,17592231963534,0.9167185 +38,17592286794224,17592232637375,17592231963534,0.9215001 +39,17592286794452,17592232637375,17592231963534,0.8752567 +40,17592286794154,17592232637375,17592231963534,0.92146516 +41,17592302648495,17592232637375,17592231963534,0.9167114 +42,17592294813191,17592232637375,17592231963534,0.9167084 +43,17592286794189,17592232637375,17592231963534,0.8752203 +44,17592292217841,17592232637375,17592231963534,0.89904433 +45,17592303190404,17592232637375,17592231963534,0.8656369 +46,17592300874608,17592232637375,17592231963534,0.9569226 +47,17592288577946,17592232637375,17592231963534,0.95460373 +48,17592292217792,17592232637375,17592231963534,0.8990815 +49,17592303190430,17592232637375,17592231963534,0.8656071 +50,17592297843675,17592232637375,17592231963534,0.9257521 +51,17592294813107,17592232637375,17592231963534,0.9167208 +52,17592300874551,17592232637375,17592231963534,0.9055724 +53,17592294813170,17592232637375,17592231963534,0.91670054 +54,17592294813163,17592232637375,17592231963534,0.91668177 +55,17592286794111,17592232637375,17592231963534,0.9214765 +56,17592302648484,17592232637375,17592231963534,0.91670156 +57,17592288577896,17592232637375,17592231963534,0.9545876 +58,17592286794372,17592232637375,17592231963534,0.87528014 +59,17592292217950,17592232637375,17592231963534,0.8990102 +60,17592302648500,17592232637375,17592231963534,0.9167172 +61,17592300874633,17592232637375,17592231963534,0.9055763 +62,17592300874582,17592232637375,17592231963534,0.9055899 +63,17592297843710,17592232637375,17592231963534,0.9257909 +64,17592288577960,17592232637375,17592231963534,0.954593 +65,17592303190394,17592232637375,17592231963534,0.8656655 +66,17592300874643,17592232637375,17592231963534,0.9568935 +67,17592303190440,17592232637375,17592231963534,0.8655446 +68,17592300874613,17592232637375,17592231963534,0.90556324 +69,17592289099485,17592232637375,17592231963534,0.89900255 +70,17592298332106,17592232637375,17592231963534,0.9400209 +71,17592288577882,17592232637375,17592231963534,0.9546046 +72,17592297843685,17592232637375,17592231963534,0.92576414 +73,17592286794104,17592232637375,17592231963534,0.87521845 +74,17592289099499,17592232637375,17592231963534,0.89899445 +75,17592286794351,17592232637375,17592231963534,0.87524253 +76,17592286794273,17592232637375,17592231963534,0.9214921 +77,17592289099384,17592232637375,17592231963534,0.8990238 +78,17592300874659,17592232637375,17592231963534,0.90558577 +79,17592300874676,17592232637375,17592231963534,0.9055928 +80,17592303190409,17592232637375,17592231963534,0.86561924 +81,17592286794358,17592232637375,17592231963534,0.8751893 +82,17592286794133,17592232637375,17592231963534,0.9214842 +83,17592292217806,17592232637375,17592231963534,0.899091 +84,17592289099377,17592232637375,17592231963534,0.8990482 +85,17592300874562,17592232637375,17592231963534,0.9569107 +86,17592289099405,17592232637375,17592231963534,0.89907223 +87,17592288577861,17592232637375,17592231963534,0.9545896 +88,17592286794302,17592232637375,17592231963534,0.9214913 +89,17592302648459,17592232637375,17592231963534,0.9167422 +90,17592297843680,17592232637375,17592231963534,0.9257594 +91,17592297843695,17592232637375,17592231963534,0.9257205 +92,17592289099427,17592232637375,17592231963534,0.8990004 +93,17592300874546,17592232637375,17592231963534,0.9569126 +94,17592294813177,17592232637375,17592231963534,0.9167312 +95,17592289099492,17592232637375,17592231963534,0.89906096 +96,17592302952543,17592186140402,17592231963534,0.9995548 +97,17592303537058,17592186140402,17592231963534,0.99285364 +98,17592300170546,17592186140402,17592231963534,0.99944985 +99,17592303469332,17592186140402,17592231963534,0.9991844 +100,17592303025256,17592186140402,17592231963534,0.9996444 +101,17592303470530,17592186140402,17592231963534,0.99949497 +102,17592301629391,17592186140402,17592231963534,0.9984238 +103,17592303058044,17592186140402,17592231963534,0.99910545 +104,17592303241014,17592186140402,17592231963534,0.9989459 +105,17592300690220,17592186140402,17592231963534,0.9995858 +106,17592303467994,17592186140402,17592231963534,0.99599946 +107,17592303187462,17592186140402,17592231963534,0.99934465 +108,17592303468023,17592186140402,17592231963534,0.9961842 +109,17592299660767,17592186140402,17592231963534,0.999074 +110,17592297112709,17592186140402,17592231963534,0.99916714 +111,17592301629411,17592186140402,17592231963534,0.99842477 +112,17592303190191,17592186140402,17592231963534,0.98376393 +113,17592299861099,17592186140402,17592231963534,0.99657166 +114,17592292219770,17592186140402,17592231963534,0.9994489 +115,17592303537095,17592186140402,17592231963534,0.9918537 +116,17592295560528,17592186140402,17592231963534,0.9994134 +117,17592297586749,17592186140402,17592231963534,0.99959606 +118,17592301629381,17592186140402,17592231963534,0.9984231 +119,17592301629437,17592186140402,17592231963534,0.9984262 +120,17592301629386,17592186140402,17592231963534,0.9984238 +121,17592303535785,17592186140402,17592231963534,0.99674654 +122,17592303537142,17592186140402,17592231963534,0.98639894 +123,17592301483242,17592186140402,17592231963534,0.99930143 +124,17592301629370,17592186140402,17592231963534,0.99842286 +125,17592298349037,17592186140402,17592231963534,0.9991175 +126,17592299660455,17592186140402,17592231963534,0.9996568 +127,17592303243903,17592186140402,17592231963534,0.99947137 +128,17592292416749,17592186140402,17592231963534,0.99936956 +129,17592297112462,17592186140402,17592231963534,0.9996772 +130,17592301940527,17592186140402,17592231963534,0.9992241 +131,17592301629400,17592186140402,17592231963534,0.9984238 +132,17592300170541,17592186140402,17592231963534,0.9996892 +133,17592302740797,17592186140402,17592231963534,0.999701 +134,17592301629375,17592186140402,17592231963534,0.99842286 +135,17592303537422,17592186140402,17592231963534,0.97925204 +136,17592296370234,17592186140402,17592231963534,0.9915081 +137,17592298974895,17592186140402,17592231963534,0.9965549 +138,17592303329383,17592186140402,17592231963534,0.99959797 +139,17592303470481,17592186140402,17592231963534,0.99974835 +140,17592301629422,17592186140402,17592231963534,0.998425 +141,17592301629432,17592186140402,17592231963534,0.99842525 +142,17592296358911,17592186140402,17592231963534,0.9994594 +143,17592301629427,17592186140402,17592231963534,0.998425 +144,17592301629406,17592186140402,17592231963534,0.9984243 +145,17592301629360,17592186140402,17592231963534,0.99841905 +146,17592301629416,17592186140402,17592231963534,0.998425 +147,17592286798737,17592186140402,17592231963534,0.9990901 +148,17592303023114,17592186140402,17592231963534,0.9998083 +149,17592301629365,17592186140402,17592231963534,0.9984226 +153,17592285291939,17592233156052,17592231963534,0.99620295 +154,17592295505339,17592233156052,17592231963534,0.99651915 +155,17592287262379,17592233156052,17592231963534,0.9970638 +156,17592295620941,17592233156052,17592231963534,0.9979712 +157,17592303470761,17592236928831,17592231963534,0.9962976 +158,17592303026473,17592232608408,17592231963535,0.9982183 +159,17592301481309,17592232608408,17592231963535,0.9988188 +160,17592284548410,17592232608408,17592231963535,0.99962896 +161,17592302642438,17592232608408,17592231963535,0.998926 +162,17592303304203,17592232608408,17592231963535,0.997807 +163,17592303176278,17592232608408,17592231963535,0.9993457 +164,17592303176273,17592232608408,17592231963535,0.99924886 +165,17592284548417,17592232608408,17592231963535,0.9996387 +166,17592303176472,17592232608408,17592231963535,0.99881107 +167,17592303190148,17592232608408,17592231963535,0.9997103 +168,17592302671714,17592232608408,17592231963535,0.99835193 +169,17592302660112,17592232608408,17592231963535,0.9992166 +170,17592302473428,17592232599670,17592231963537,0.98484004 +171,17592288549663,17592232599670,17592231963537,0.9933669 +172,17592302473407,17592232599670,17592231963537,0.97273767 +173,17592303466704,17592233196269,17592231963549,0.998096 +174,17592289696476,17592233196269,17592231963549,0.9984828 +175,17592303254365,17592233196269,17592231963549,0.9997505 +176,17592301107944,17592233196269,17592231963549,0.9995033 +177,17592289696046,17592233398504,17592231963549,0.9990235 +178,17592292227391,17592233398504,17592231963549,0.9989993 +179,17592292862825,17592233398504,17592231963549,0.9990328 +180,17592293873201,17592233398504,17592231963549,0.99828243 +181,17592293873216,17592233398504,17592231963549,0.99837744 +182,17592292862854,17592233398504,17592231963549,0.99890333 +183,17592295101687,17592232627053,17592231963549,0.99971676 +184,17592292215696,17592232627053,17592231963549,0.99986434 +185,17592302810835,17592232627053,17592231963549,0.9998579 +186,17592301579649,17592232627053,17592231963549,0.99998575 +187,17592301579726,17592232627053,17592231963549,0.9999868 +188,17592301355088,17592232627053,17592231963549,0.9996273 +189,17592303536157,17592232626960,17592231963549,0.9955552 +190,17592291070309,17592233194815,17592231963555,0.99998826 +191,17592302822338,17592233194815,17592231963555,0.9999959 +192,17592289199379,17592233194815,17592231963555,0.9999731 +193,17592290466949,17592233194815,17592231963555,0.99998397 +194,17592302823493,17592233194815,17592231963555,0.99999005 +195,17592288682819,17592233194815,17592231963555,0.9999903 +196,17592300794373,17592233194815,17592231963555,0.99998945 +197,17592292862793,17592233194815,17592231963555,0.99997705 +198,17592301579731,17592232596991,17592231963555,0.99956757 +199,17592301579615,17592232596991,17592231963555,0.9995783 +200,17592301579699,17592232596991,17592231963555,0.99967515 +201,17592301105517,17592205946557,17592231963556,0.9963455 +202,17592303254402,17592233192003,17592231963556,0.9997771 +203,17592299929875,17592233192003,17592231963556,0.99863726 +204,17592303470412,17592233192003,17592231963556,0.99927807 +205,17592300850722,17592186045966,17592231963556,0.95982337 +206,17592302821426,17592186045966,17592231963556,0.9434553 +207,17592300794285,17592186045966,17592231963556,0.82297164 +208,17592301099085,17592186045966,17592231963556,0.9050214 +209,17592302471768,17592186045966,17592231963556,0.9592871 +210,17592291561699,17592187880299,17592231963556,0.99948984 +211,17592300170917,17592187880299,17592231963556,0.9998033 +212,17592301221196,17592187880299,17592231963556,0.99994665 +213,17592287322041,17592187880299,17592231963556,0.999013 +214,17592303468405,17592187880299,17592231963556,0.9922336 +215,17592300169715,17592232598266,17592231963557,0.99835503 +216,17592303219482,17592232598266,17592231963557,0.99988574 +217,17592288682413,17592232598266,17592231963557,0.99988395 +218,17592302823449,17592232598266,17592231963557,0.99978757 +219,17592303219487,17592232598266,17592231963557,0.9998861 +220,17592302473054,17592232598266,17592231963557,0.9997411 +221,17592294272741,17592232598266,17592231963557,0.99981713 +222,17592293878547,17592232598266,17592231963557,0.99959904 +223,17592287451358,17592232598266,17592231963557,0.9994651 +224,17592302111828,17592232598266,17592231963557,0.99986076 +225,17592301480588,17592232598266,17592231963557,0.9996519 +226,17592294782160,17592232598266,17592231963557,0.99987435 +227,17592292226748,17592232598266,17592231963557,0.9961663 +228,17592288549038,17592232598266,17592231963557,0.99984574 +229,17592302822948,17592232598266,17592231963557,0.9998998 +230,17592290467054,17592232598266,17592231963557,0.9994777 +231,17592283995973,17592232598266,17592231963557,0.9985739 +232,17592286803932,17592232598266,17592231963557,0.9999296 +233,17592292379907,17592232598266,17592231963557,0.9999475 +234,17592303218763,17592232598266,17592231963557,0.99695045 +235,17592289044791,17592232598266,17592231963557,0.99616283 +236,17592284925355,17592232598266,17592231963557,0.9987922 +237,17592301427512,17592232598266,17592231963557,0.9991866 +238,17592302779975,17592232598266,17592231963557,0.99987507 +239,17592301427518,17592232598266,17592231963557,0.9991866 +240,17592289199462,17592232598266,17592231963557,0.99797666 +241,17592294782167,17592232598266,17592231963557,0.9998739 +242,17592291563945,17592232598266,17592231963557,0.9916644 +243,17592301001864,17592232598266,17592231963557,0.9998481 +244,17592302751714,17592232598266,17592231963557,0.9995596 +245,17592303466630,17592232598266,17592231963557,0.99999505 +246,17592289696016,17592232598266,17592231963557,0.9994826 +247,17592302557094,17592232598266,17592231963557,0.9997257 +248,17592302111849,17592232598266,17592231963557,0.99963677 +249,17592301689506,17592232598266,17592231963557,0.9997947 +250,17592303057862,17592232598266,17592231963557,0.9998536 +251,17592288549031,17592232598266,17592231963557,0.99984646 +252,17592303218773,17592232598266,17592231963557,0.9969588 +253,17592303336893,17592232598266,17592231963557,0.9963374 +254,17592303467202,17592232598266,17592231963557,0.99949294 +255,17592302111708,17592232598266,17592231963557,0.9998734 +256,17592297088680,17592232598266,17592231963557,0.9997859 +257,17592301580308,17592232598266,17592231963557,0.999665 +258,17592289635858,17592232598266,17592231963557,0.99948364 +259,17592294272748,17592232598266,17592231963557,0.9998162 +260,17592302952516,17592232598266,17592231963557,0.99981546 +261,17592295101361,17592232598266,17592231963557,0.9998591 +262,17592292226734,17592232598266,17592231963557,0.9961615 +263,17592284301293,17592232598266,17592231963557,0.99943745 +264,17592287183412,17592232598266,17592231963557,0.9991145 +265,17592301995671,17592232598266,17592231963557,0.998807 +266,17592289045277,17592232598266,17592231963557,0.99988383 +267,17592297966612,17592232598266,17592231963557,0.99980736 +268,17592292226741,17592232598266,17592231963557,0.99616176 +269,17592292808412,17592232598266,17592231963557,0.99938756 +270,17592303218768,17592232598266,17592231963557,0.9969538 +271,17592301580303,17592232598266,17592231963557,0.9996666 +272,17592293878554,17592232598266,17592231963557,0.99959785 +273,17592287451351,17592232598266,17592231963557,0.9994668 +274,17592295101702,17592232598266,17592231963557,0.99991614 +275,17592303191752,17592233194715,17592231963557,0.8081558 +276,17592289319436,17592187232462,17592231963565,0.99979496 +278,17592295560514,17592186046061,17592231963575,0.99744856 +279,17592303469242,17592186046061,17592231963575,0.9980003 +280,17592290614760,17592186046061,17592231963575,0.9985247 +281,17592297845357,17592186046061,17592231963575,0.99870396 +282,17592294814461,17592186046061,17592231963575,0.9987182 +283,17592286397899,17592186046061,17592231963575,0.9989174 +284,17592298348960,17592186046061,17592231963575,0.9986782 +285,17592301483355,17592186046061,17592231963575,0.9982732 +286,17592294408142,17592186046061,17592231963575,0.99850094 +287,17592302828870,17592186046061,17592231963575,0.99879956 +288,17592287742937,17592186046061,17592231963575,0.9985284 +289,17592297112499,17592186046061,17592231963575,0.99866235 +290,17592300170556,17592186046061,17592231963575,0.9986548 +291,17592299660726,17592186046061,17592231963575,0.9981876 +292,17592292219929,17592186046061,17592231963575,0.9987208 +293,17592288581952,17592186046061,17592231963575,0.9987201 +294,17592292808714,17592186046061,17592231963575,0.99860024 +295,17592300876963,17592186046061,17592231963575,0.9988062 +296,17592295626109,17592235156949,17592231963584,0.9948958 +297,17592295626057,17592235156949,17592231963584,0.99746495 +298,17592299860849,17592235156949,17592231963584,0.99611896 +306,17592303531313,17592219117073,17592231963596,0.999041 +307,17592301482694,17592219117073,17592231963596,0.99912167 +308,17592303191335,17592219117073,17592231963596,0.99903566 +309,17592301106642,17592219117073,17592231963596,0.9988435 +310,17592302959441,17592233191274,17592231963597,0.99977946 +311,17592286403086,17592233191274,17592231963597,0.99994427 +312,17592290886559,17592233219111,17592231963597,0.9995467 +313,17592303424653,17592233219111,17592231963597,0.9970223 +314,17592291211461,17592233219111,17592231963597,0.999345 +315,17592287974803,17592233219111,17592231963597,0.9995766 +316,17592290935154,17592233219111,17592231963597,0.99931604 +317,17592285291644,17592233219111,17592231963597,0.9994882 +318,17592288195563,17592233219111,17592231963597,0.99927855 +319,17592303176149,17592236644349,17592231963597,0.99978685 +320,17592302958932,17592236644349,17592231963597,0.99985504 +321,17592303176098,17592236644349,17592231963597,0.99981666 +322,17592302779821,17592236644349,17592231963597,0.9929779 +323,17592303466839,17592236479615,17592231963597,0.9337668 +324,17592303190935,17592235917721,17592231963597,0.99994165 +325,17592303469839,17592234847698,17592231963597,0.97436756 +326,17592303266560,17592234847698,17592231963597,0.99459076 +327,17592303266571,17592234847698,17592231963597,0.99457884 +328,17592286952545,17592233219442,17592231963597,0.99957925 +329,17592302473818,17592233219442,17592231963597,0.9982398 +330,17592289640234,17592233219442,17592231963597,0.99983907 +331,17592303191259,17592285043244,17592231963605,0.99426115 +332,17592301956479,17592285043244,17592231963605,0.99569947 +333,17592302249387,17592285043244,17592231963605,0.9965828 +334,17592303468704,17592276545704,17592231963605,0.99933845 +335,17592302828660,17592276545704,17592231963605,0.9997995 +336,17592301956245,17592276545704,17592231963605,0.99970996 +337,17592302248932,17592276545704,17592231963605,0.99980164 +338,17592299695147,17592186046138,17592231963605,0.9986114 +339,17592284159046,17592232603005,17592231963609,0.8301225 +342,17592303219251,17592210442508,17592231963609,0.9125328 +343,17592303523275,17592186045722,17592231963609,0.99514395 +344,17592302959479,17592186045722,17592231963609,0.9998966 +346,17592303357623,17592186045722,17592231963609,0.98573774 +347,17592303357633,17592186045722,17592231963609,0.98571503 +348,17592301715517,17592186045722,17592231963609,0.98160505 +349,17592303357628,17592186045722,17592231963609,0.9857167 +350,17592303424631,17592186045722,17592231963609,0.96990573 +357,17592303531424,17592186046061,17592231963609,0.9220181 +360,17592303467534,17592186045650,17592231963609,0.9928715 +364,17592287527757,17592232648982,17592231963621,0.9954097 +366,17592284301324,17592232648982,17592231963621,0.99580866 +368,17592284529729,17592232648982,17592231963621,0.99539393 +369,17592286970801,17592232648982,17592231963621,0.9944796 +370,17592284301317,17592232648982,17592231963621,0.9923447 +373,17592286951468,17592232648982,17592231963621,0.99764585 +374,17592290885965,17592232648982,17592231963621,0.9977493 +375,17592286951475,17592232648982,17592231963621,0.9971598 +377,17592284529887,17592232648982,17592231963621,0.99867594 +379,17592302070031,17592232648982,17592231963621,0.9967514 +380,17592295100761,17592232648982,17592231963621,0.99441653 +382,17592301629450,17592279366721,17592231963655,0.99771446 +383,17592303466385,17592186046303,17592231963661,0.99605346 +384,17592288585986,17592186046303,17592231963661,0.9957766 +385,17592303466481,17592186046303,17592231963661,0.99605405 +386,17592303468639,17592186046303,17592231963661,0.9850967 +387,17592303191053,17592186046303,17592231963661,0.97453076 +388,17592303469986,17592186046303,17592231963661,0.99258 +389,17592289640279,17592186046303,17592231963661,0.97614014 +390,17592303324896,17592186046303,17592231963661,0.99347216 +391,17592291564358,17592186046303,17592231963661,0.99408394 +392,17592303468628,17592186046303,17592231963661,0.985096 +393,17592302473418,17592186046303,17592231963661,0.9931615 +394,17592291564351,17592186046303,17592231963661,0.995781 +395,17592303468678,17592186046303,17592231963661,0.985096 +396,17592303468644,17592186046303,17592231963661,0.98509574 +397,17592303466455,17592186046303,17592231963661,0.9960536 +398,17592301772998,17592186046303,17592231963661,0.9364411 +399,17592290316394,17592186046303,17592231963661,0.9867614 +400,17592303468673,17592186046303,17592231963661,0.9850966 +401,17592303466435,17592186046303,17592231963661,0.9960536 +402,17592287327013,17592186046303,17592231963661,0.98224694 +403,17592302649029,17592186046303,17592231963661,0.9907827 +404,17592303466450,17592186046303,17592231963661,0.9960536 +405,17592303466445,17592186046303,17592231963661,0.99605346 +406,17592288585993,17592186046303,17592231963661,0.9929957 +407,17592303468715,17592186046303,17592231963661,0.98509645 +408,17592300170877,17592186046303,17592231963661,0.9842315 +409,17592292417812,17592186046303,17592231963661,0.99345595 +410,17592284034363,17592186046303,17592231963661,0.9886964 +411,17592303466412,17592186046303,17592231963661,0.9960536 +412,17592303468699,17592186046303,17592231963661,0.98509645 +413,17592303466407,17592186046303,17592231963661,0.9960536 +414,17592295556825,17592186046303,17592231963661,0.99361664 +415,17592288585964,17592186046303,17592231963661,0.9965973 +416,17592303468623,17592186046303,17592231963661,0.9850967 +417,17592303468683,17592186046303,17592231963661,0.9850962 +418,17592303468688,17592186046303,17592231963661,0.9850967 +419,17592287326982,17592186046303,17592231963661,0.9761197 +420,17592301221206,17592186046303,17592231963661,0.98835766 +421,17592303466465,17592186046303,17592231963661,0.99605334 +422,17592303190795,17592186046303,17592231963661,0.99461985 +423,17592302398081,17592232649801,17592231963661,0.99196976 +424,17592303085209,17592232649801,17592231963661,0.9906929 +425,17592303399603,17592232649801,17592231963661,0.9823404 +426,17592302487860,17592235156904,17592231963661,0.98962593 +427,17592303470323,17592232667967,17592231963671,0.9929953 +428,17592303470340,17592232667967,17592231963671,0.9926202 +429,17592300878625,17592233189204,17592231963671,0.9767368 +431,17592303241297,17592232692180,17592231963671,0.9107251 +432,17592295560431,17592232692180,17592231963671,0.9473053 +433,17592303026493,17592232887653,17592231963682,0.9996086 +434,17592289973749,17592186045962,17592231963682,0.9990988 +435,17592303399672,17592186045962,17592231963682,0.9983579 +436,17592300681566,17592186045962,17592231963682,0.9767385 +437,17592301628742,17592186045962,17592231963682,0.99891645 +439,17592288074792,17592232666485,17592231963685,0.80898184 +441,17592301811030,17592232666485,17592231963685,0.8611046 +442,17592287263256,17592232666485,17592231963685,0.8221864 +444,17592301185913,17592232666485,17592231963685,0.8204169 +445,17592289974241,17592232666485,17592231963685,0.8214171 +446,17592302823444,17592232666485,17592231963685,0.8567834 +447,17592302823488,17592232666485,17592231963685,0.8102341 +448,17592301185908,17592232666485,17592231963685,0.82017255 +449,17592297088666,17592232666485,17592231963685,0.83920395 +450,17592289974248,17592232666485,17592231963685,0.8180167 +451,17592284301665,17592232666485,17592231963685,0.9109052 +452,17592299308055,17592232666485,17592231963685,0.9203596 +453,17592288682812,17592232666485,17592231963685,0.8737395 +454,17592291798579,17592232666485,17592231963685,0.8716404 +455,17592298556743,17592232666485,17592231963685,0.92550296 +456,17592301580297,17592232666485,17592231963685,0.80848837 +460,17592284658478,17592232666485,17592231963685,0.8844621 +461,17592287263249,17592232666485,17592231963685,0.82027936 +462,17592301355434,17592232666485,17592231963685,0.87981683 +463,17592293172432,17592232666485,17592231963685,0.9273163 +464,17592296506965,17592232666485,17592231963685,0.9011083 +465,17592301427498,17592232666485,17592231963685,0.8923608 +466,17592302945470,17592232666485,17592231963685,0.84909433 +470,17592285657498,17592232666485,17592231963685,0.91403264 +471,17592301580292,17592232666485,17592231963685,0.81192845 +473,17592299308050,17592232666485,17592231963685,0.8687036 +474,17592294319057,17592232666485,17592231963685,0.8788177 +475,17592293073139,17592232666485,17592231963685,0.91703284 +476,17592293380910,17592232666485,17592231963685,0.85448486 +477,17592294272726,17592232666485,17592231963685,0.8325066 +481,17592288549010,17592232666485,17592231963685,0.8591715 +482,17592293380903,17592232666485,17592231963685,0.85587245 +483,17592298253577,17592232666485,17592231963685,0.8188421 +484,17592293073154,17592232666485,17592231963685,0.91779727 +485,17592294589731,17592232666485,17592231963685,0.9085405 +486,17592292986871,17592232666485,17592231963685,0.843855 +487,17592285291391,17592232666485,17592231963685,0.8349509 +488,17592292986864,17592232666485,17592231963685,0.8469449 +489,17592301355439,17592232666485,17592231963685,0.8798894 +490,17592302823335,17592232666485,17592231963685,0.8314915 +491,17592301580286,17592232666485,17592231963685,0.8125033 +493,17592302945465,17592232666485,17592231963685,0.8490704 +494,17592301001859,17592232666485,17592231963685,0.8264248 +495,17592285291384,17592232666485,17592231963685,0.861928 +496,17592298992674,17592232666485,17592231963685,0.8135497 +497,17592287263263,17592232666485,17592231963685,0.8899312 +499,17592288830909,17592232666485,17592231963685,0.8984257 +501,17592301427507,17592232666485,17592231963685,0.8924147 +502,17592293172439,17592232666485,17592231963685,0.9297531 +503,17592285291369,17592232666485,17592231963685,0.8300851 +505,17592303357885,17592232591058,17592231963685,0.9844089 +506,17592294589932,17592232591058,17592231963685,0.98739445 +507,17592301474651,17592232591058,17592231963685,0.9404762 +508,17592299431012,17592232591058,17592231963685,0.93423814 +509,17592301940105,17592232591058,17592231963685,0.9148003 +510,17592301354949,17592232591058,17592231963685,0.8636786 +512,17592299431017,17592232591058,17592231963685,0.9360781 +513,17592303324836,17592214452849,17592231963685,0.99971044 +514,17592288195402,17592186852306,17592231963685,0.9998336 +515,17592285291406,17592186852306,17592231963685,0.9986542 +516,17592284542933,17592186852306,17592231963685,0.9986627 +517,17592287783220,17592186852306,17592231963685,0.99853116 +518,17592294272707,17592186852306,17592231963685,0.9982295 +519,17592301027420,17592186852306,17592231963685,0.9985614 +520,17592303254495,17592186852306,17592231963685,0.99796236 +521,17592303254231,17592186852306,17592231963685,0.99906284 +522,17592298253572,17592186852306,17592231963685,0.99747175 +523,17592302254226,17592186852306,17592231963685,0.9991118 +524,17592289319246,17592186852306,17592231963685,0.9992252 +525,17592291682026,17592186852306,17592231963685,0.99848545 +526,17592284727102,17592186852306,17592231963685,0.9990279 +527,17592302642498,17592186852306,17592231963685,0.97951907 +528,17592289045270,17592186852306,17592231963685,0.9973936 +529,17592285657491,17592186852306,17592231963685,0.9990803 +530,17592285900540,17592234202676,17592231963685,0.976065 +531,17592293732144,17592234202676,17592231963685,0.98852664 +532,17592290886405,17592234202676,17592231963685,0.9894133 +533,17592289199432,17592234202676,17592231963685,0.9910604 +534,17592287393621,17592234202676,17592231963685,0.99096435 +535,17592292862818,17592234202676,17592231963685,0.98447627 +536,17592303014677,17592232591106,17592231963685,0.96323144 +537,17592303020531,17592232591106,17592231963685,0.97583336 +538,17592302751865,17592232591106,17592231963685,0.8205525 +539,17592300794362,17592194416704,17592231963685,0.9981101 +540,17592302254221,17592194416704,17592231963685,0.99945843 +541,17592299654751,17592194416704,17592231963685,0.99865335 +542,17592288073805,17592232561698,17592231963685,0.99841976 +543,17592302069855,17592232561698,17592231963685,0.9970503 +544,17592292670283,17592232561698,17592231963685,0.9965066 +545,17592295230662,17592232561698,17592231963685,0.9979971 +546,17592303254455,17592232561698,17592231963685,0.998791 +547,17592302945312,17592232561698,17592231963685,0.998643 +548,17592302892249,17592232561698,17592231963685,0.9998174 +549,17592301773097,17592232561698,17592231963685,0.9997678 +550,17592287451066,17592232561698,17592231963685,0.9987369 +551,17592287392983,17592232561698,17592231963685,0.99861354 +552,17592303466530,17592234066756,17592231963686,0.99918085 +553,17592294399742,17592234066756,17592231963686,0.9995088 +554,17592287736441,17592234066756,17592231963686,0.99926376 +555,17592289199757,17592271091419,17592231963686,0.9707206 +556,17592289199675,17592271091419,17592231963686,0.9716063 +557,17592292863027,17592271091419,17592231963686,0.9534887 +558,17592292863088,17592271091419,17592231963686,0.95206296 +559,17592286731957,17592271091419,17592231963686,0.9716253 +560,17592286731999,17592271091419,17592231963686,0.9707206 +561,17592283996283,17592271091419,17592231963686,0.9566193 +562,17592283996470,17592271091419,17592231963686,0.9553828 +563,17592303175586,17592232942740,17592231963686,0.9592178 +565,17592286731964,17592271094543,17592231963686,0.82992935 +566,17592289199682,17592271094543,17592231963686,0.8298047 +569,17592303470142,17592186045782,17592231963689,0.9968244 +570,17592303193181,17592232942740,17592231963706,0.990429 +571,17592303467624,17592236479615,17592231963706,0.99569756 +572,17592303468348,17592236479615,17592231963706,0.9929084 +573,17592301579976,17592236479615,17592231963706,0.9966092 +574,17592303424872,17592236479615,17592231963706,0.99725777 +575,17592292214488,17592233191858,17592231963706,0.9981777 +576,17592288573609,17592233191858,17592231963706,0.9966762 +577,17592288549506,17592187880390,17592231963708,0.9988038 +578,17592292669720,17592187880390,17592231963708,0.99911845 +579,17592303358062,17592187880390,17592231963708,0.9979381 +580,17592291211523,17592187880390,17592231963708,0.99890774 +581,17592303425033,17592187880390,17592231963708,0.9981518 +582,17592285291765,17592187880390,17592231963708,0.9986632 +583,17592293381096,17592187880390,17592231963708,0.99788266 +584,17592287783500,17592187880390,17592231963708,0.998142 +585,17592290886771,17592187880390,17592231963708,0.99817926 +586,17592303023172,17592283916609,17592231963710,0.9058403 +587,17592303469949,17592225869517,17592231963733,0.98284876 +588,17592302044926,17592225869517,17592231963733,0.99511117 +589,17592302045103,17592225869517,17592231963733,0.9958299 +590,17592303534435,17592225869517,17592231963733,0.8139173 +591,17592303534430,17592225869517,17592231963733,0.81126034 +592,17592290935133,17592232930998,17592231963733,0.9986511 +593,17592288549345,17592232930998,17592231963733,0.9989941 +594,17592303553291,17592233917027,17592231963733,0.99179804 +595,17592303470802,17592234202639,17592231963733,0.9749877 +596,17592302111557,17592285548178,17592231963743,0.9987682 +597,17592297109495,17592285548178,17592231963743,0.9989398 +598,17592303337048,17592285548178,17592231963743,0.9998781 +599,17592303336997,17592285548178,17592231963743,0.99990636 +600,17592287740550,17592285548178,17592231963743,0.99897337 +601,17592303337199,17592285548178,17592231963743,0.9999065 +602,17592301955206,17592285548178,17592231963743,0.99924517 +603,17592303332468,17592285548178,17592231963743,0.9964632 +604,17592303337022,17592285548178,17592231963743,0.9999142 +605,17592302254711,17592285548178,17592231963743,0.9999562 +606,17592302111607,17592285548178,17592231963743,0.99864274 +607,17592297109580,17592285548178,17592231963743,0.99895597 +608,17592303337136,17592285548178,17592231963743,0.9999266 +609,17592291559286,17592285548178,17592231963743,0.9991595 +610,17592293386437,17592285548178,17592231963743,0.99921125 +611,17592302111338,17592285548178,17592231963743,0.998768 +612,17592303337172,17592285548178,17592231963743,0.9998928 +613,17592303337043,17592285548178,17592231963743,0.9999142 +614,17592303337053,17592285548178,17592231963743,0.9998781 +615,17592302111677,17592285548178,17592231963743,0.99876225 +616,17592288707701,17592285548178,17592231963743,0.93040186 +617,17592303112871,17592285548178,17592231963743,0.9983826 +618,17592302111479,17592285548178,17592231963743,0.9986442 +619,17592302111272,17592285548178,17592231963743,0.9986431 +620,17592287740408,17592285548178,17592231963743,0.9992826 +621,17592303337098,17592285548178,17592231963743,0.99992424 +622,17592303196750,17592285548178,17592231963743,0.9982595 +623,17592301219833,17592285548178,17592231963743,0.9996947 +624,17592296358552,17592285548178,17592231963743,0.9989946 +625,17592302111292,17592285548178,17592231963743,0.9987663 +626,17592303337162,17592285548178,17592231963743,0.99992687 +627,17592303112861,17592285548178,17592231963743,0.99838537 +628,17592303337038,17592285548178,17592231963743,0.9999142 +629,17592303337157,17592285548178,17592231963743,0.99992687 +630,17592303337131,17592285548178,17592231963743,0.99992675 +631,17592299148456,17592285548178,17592231963743,0.99920803 +632,17592302111532,17592285548178,17592231963743,0.99846345 +633,17592302111406,17592285548178,17592231963743,0.9986319 +634,17592286794445,17592285548178,17592231963743,0.9990791 +635,17592303112851,17592285548178,17592231963743,0.9983861 +636,17592303337188,17592285548178,17592231963743,0.99990624 +637,17592293386409,17592285548178,17592231963743,0.9992888 +638,17592303112866,17592285548178,17592231963743,0.9983826 +639,17592303337017,17592285548178,17592231963743,0.9999139 +640,17592303337167,17592285548178,17592231963743,0.99989337 +641,17592303112893,17592285548178,17592231963743,0.99838287 +642,17592302111411,17592285548178,17592231963743,0.99846345 +643,17592301481293,17592285548178,17592231963743,0.99899125 +644,17592303337012,17592285548178,17592231963743,0.9999135 +645,17592303336986,17592285548178,17592231963743,0.9999061 +646,17592303337007,17592285548178,17592231963743,0.999914 +647,17592302111282,17592285548178,17592231963743,0.99877 +648,17592303196745,17592285548178,17592231963743,0.9982602 +649,17592299148501,17592285548178,17592231963743,0.9992912 +650,17592303246498,17592285548178,17592231963743,0.9989774 +651,17592303337141,17592285548178,17592231963743,0.99992675 +652,17592303337120,17592285548178,17592231963743,0.9999227 +653,17592303337064,17592285548178,17592231963743,0.99987835 +654,17592301105522,17592285548178,17592231963743,0.9997239 +655,17592303112856,17592285548178,17592231963743,0.9983856 +656,17592290674153,17592285548178,17592231963743,0.99897337 +657,17592303337183,17592285548178,17592231963743,0.99989337 +658,17592303337033,17592285548178,17592231963743,0.9999141 +659,17592303112888,17592285548178,17592231963743,0.9983857 +660,17592303337146,17592285548178,17592231963743,0.99992687 +661,17592303337002,17592285548178,17592231963743,0.999914 +662,17592303353943,17592285548178,17592231963743,0.9978265 +663,17592303337109,17592285548178,17592231963743,0.9999055 +664,17592303332463,17592285548178,17592231963743,0.9964632 +665,17592303112846,17592285548178,17592231963743,0.9983881 +666,17592286794012,17592285548178,17592231963743,0.99893886 +667,17592302254727,17592285548178,17592231963743,0.9999562 +668,17592293386395,17592285548178,17592231963743,0.9991106 +669,17592289635844,17592285548178,17592231963743,0.9996977 +670,17592302254700,17592285548178,17592231963743,0.9999564 +671,17592292416793,17592232587778,17592231963743,0.9990957 +672,17592292220025,17592232587778,17592231963743,0.99898434 +673,17592303192197,17592232587778,17592231963743,0.9992331 +674,17592286398064,17592232587778,17592231963743,0.99927044 +675,17592299660741,17592232587778,17592231963743,0.9993974 +676,17592292219884,17592232587778,17592231963743,0.9991286 +677,17592301957288,17592232587778,17592231963743,0.9994067 +678,17592302653960,17592232587778,17592231963743,0.99948996 +679,17592292416763,17592232587778,17592231963743,0.99887216 +680,17592293389167,17592232587778,17592231963743,0.9994577 +681,17592299660628,17592232587778,17592231963743,0.9993734 +682,17592297112477,17592232587778,17592231963743,0.9993165 +683,17592287324326,17592232587778,17592231963743,0.9991718 +684,17592294408255,17592232587778,17592231963743,0.9991645 +685,17592292219922,17592232587778,17592231963743,0.9987404 +686,17592300690183,17592232587778,17592231963743,0.99935967 +687,17592300876999,17592232587778,17592231963743,0.99941194 +688,17592295560324,17592232587778,17592231963743,0.9991998 +689,17592289638346,17592232587778,17592231963743,0.9988212 +690,17592297845340,17592232587778,17592231963743,0.99940526 +691,17592300170442,17592232587778,17592231963743,0.9991275 +692,17592286398071,17592232587778,17592231963743,0.998366 +693,17592285156206,17592232587778,17592231963743,0.9989834 +694,17592293389043,17592232587778,17592231963743,0.99905306 +695,17592302653679,17592232587778,17592231963743,0.9991626 +696,17592299660586,17592232587778,17592231963743,0.99946105 +697,17592292219951,17592232587778,17592231963743,0.9991707 +698,17592292219981,17592232587778,17592231963743,0.99945605 +699,17592302258195,17592232587778,17592231963743,0.9991525 +700,17592285156311,17592232587778,17592231963743,0.9988848 +701,17592299660823,17592232587778,17592231963743,0.99926436 +702,17592287743157,17592232587778,17592231963743,0.9994081 +703,17592299660731,17592232587778,17592231963743,0.9989741 +704,17592289638323,17592232587778,17592231963743,0.99911296 +705,17592288581773,17592232587778,17592231963743,0.99920446 +706,17592287324223,17592232587778,17592231963743,0.99930406 +707,17592285156282,17592232587778,17592231963743,0.99897027 +708,17592300876984,17592232587778,17592231963743,0.9990858 +709,17592300170508,17592232587778,17592231963743,0.9990396 +710,17592303469293,17592232587778,17592231963743,0.9991262 +711,17592291562010,17592232587778,17592231963743,0.99945486 +712,17592303469247,17592232587778,17592231963743,0.9992776 +713,17592287742952,17592232587778,17592231963743,0.99895644 +714,17592300690131,17592232587778,17592231963743,0.99916595 +715,17592287324295,17592232587778,17592231963743,0.9993792 +716,17592286397884,17592232587778,17592231963743,0.9989712 +717,17592297845325,17592232587778,17592231963743,0.9989624 +718,17592294408270,17592232587778,17592231963743,0.9990384 +719,17592288581945,17592232587778,17592231963743,0.9992404 +720,17592303192236,17592232587778,17592231963743,0.9994422 +721,17592285156221,17592232587778,17592231963743,0.998495 +722,17592291561973,17592232587778,17592231963743,0.9992127 +723,17592292219717,17592232587778,17592231963743,0.9987693 +724,17592291561781,17592232587778,17592231963743,0.99936384 +725,17592288581795,17592232587778,17592231963743,0.999029 +726,17592290314941,17592232587778,17592231963743,0.9992148 +727,17592297586778,17592232587778,17592231963743,0.9987793 +728,17592301957293,17592232587778,17592231963743,0.9993184 +729,17592293389221,17592232587778,17592231963743,0.9992323 +730,17592292219703,17592232587778,17592231963743,0.9991502 +731,17592291561980,17592232587778,17592231963743,0.99902385 +732,17592299660564,17592232587778,17592231963743,0.99913585 +733,17592286398132,17592232587778,17592231963743,0.9992259 +734,17592291561966,17592232587778,17592231963743,0.9992373 +735,17592294408111,17592232587778,17592231963743,0.9991934 +736,17592300170513,17592232587778,17592231963743,0.9991537 +737,17592286398235,17592232587778,17592231963743,0.99923575 +738,17592301220934,17592232587778,17592231963743,0.9994236 +739,17592293389050,17592232587778,17592231963743,0.9990434 +740,17592291561729,17592232587778,17592231963743,0.9993358 +741,17592298348933,17592232587778,17592231963743,0.999248 +742,17592299660772,17592232587778,17592231963743,0.99930525 +743,17592297586785,17592232587778,17592231963743,0.9988798 +744,17592297112633,17592232587778,17592231963743,0.99943864 +745,17592286398001,17592232587778,17592231963743,0.9991337 +746,17592303192186,17592232587778,17592231963743,0.99926674 +747,17592289093001,17592232587778,17592231963743,0.99874836 +748,17592303192279,17592232587778,17592231963743,0.99918526 +749,17592294408149,17592232587778,17592231963743,0.9990364 +750,17592297845472,17592232587778,17592231963743,0.9991657 +751,17592287324091,17592232587778,17592231963743,0.9992795 +752,17592294408195,17592232587778,17592231963743,0.999023 +753,17592292416800,17592232587778,17592231963743,0.9991773 +754,17592287742989,17592232587778,17592231963743,0.9994222 +755,17592286798957,17592232587778,17592231963743,0.99923027 +756,17592286398173,17592232587778,17592231963743,0.99895036 +757,17592292219974,17592232587778,17592231963743,0.99880844 +758,17592288581825,17592232587778,17592231963743,0.99900097 +759,17592293389013,17592232587778,17592231963743,0.9989605 +760,17592302258161,17592232587778,17592231963743,0.9993481 +761,17592291561842,17592232587778,17592231963743,0.99937516 +762,17592292219801,17592232587778,17592231963743,0.9992428 +763,17592291561857,17592232587778,17592231963743,0.99924254 +764,17592297845477,17592232587778,17592231963743,0.99933237 +765,17592292220003,17592232587778,17592231963743,0.9992066 +766,17592294814619,17592232587778,17592231963743,0.99933165 +767,17592287324238,17592232587778,17592231963743,0.99892753 +768,17592286397986,17592232587778,17592231963743,0.99892324 +769,17592300690210,17592232587778,17592231963743,0.9992517 +770,17592300876878,17592232587778,17592231963743,0.99932665 +771,17592292219846,17592232587778,17592231963743,0.9993885 +772,17592297845335,17592232587778,17592231963743,0.9994317 +773,17592293389153,17592232587778,17592231963743,0.999185 +774,17592301957435,17592232587778,17592231963743,0.999441 +775,17592297586764,17592232587778,17592231963743,0.9989867 +776,17592286390373,17592232691474,17592231963743,0.8951738 +777,17592288574969,17592232691474,17592231963743,0.8969485 +778,17592286390430,17592232691474,17592231963743,0.89886695 +779,17592303470153,17592232691474,17592231963743,0.9925346 +780,17592303470072,17592232691474,17592231963743,0.99409646 +781,17592289634090,17592232691474,17592231963743,0.8886622 +782,17592292415582,17592232691474,17592231963743,0.87993705 +783,17592291557296,17592232691474,17592231963743,0.8991922 +784,17592303337859,17592232691474,17592231963743,0.99803895 +785,17592293384171,17592232691474,17592231963743,0.8893584 +786,17592288574918,17592232691474,17592231963743,0.89908594 +787,17592303470137,17592232691474,17592231963743,0.99374354 +788,17592303470206,17592232691474,17592231963743,0.94473535 +789,17592303424902,17592232691474,17592231963743,0.9978221 +790,17592303139812,17592232881685,17592231963743,0.99644643 +791,17592302045988,17592232932379,17592231963746,0.9990024 +792,17592302111970,17592232591127,17592231963747,0.9979578 +793,17592303469980,17592232591127,17592231963747,0.9993834 +794,17592302557032,17592232591127,17592231963747,0.99776465 +795,17592302111657,17592232591127,17592231963747,0.9979571 +796,17592303471015,17592186046073,17592231963751,0.9993981 +797,17592303026010,17592186046073,17592231963751,0.99841404 +798,17592303026018,17592186046073,17592231963751,0.9983986 +799,17592303467584,17592186045714,17592231963751,0.98863 +800,17592303467613,17592186045714,17592231963751,0.9875201 +801,17592292417797,17592186045902,17592231963764,0.999745 +802,17592302248719,17592186045902,17592231963764,0.9988319 +803,17592303189743,17592186045902,17592231963764,0.9963726 +804,17592303190906,17592186045902,17592231963764,0.9988176 +805,17592302247292,17592186045902,17592231963764,0.99668735 +806,17592294816394,17592186045902,17592231963764,0.999441 +807,17592285519293,17592186045902,17592231963764,0.9991687 +808,17592303333559,17592186045902,17592231963764,0.99946725 +809,17592302650419,17592186045902,17592231963764,0.9994 +810,17592303191152,17592186045902,17592231963764,0.9991008 +811,17592302248966,17592186045902,17592231963764,0.9992103 +812,17592295564932,17592186045902,17592231963764,0.99971855 +813,17592303191036,17592186045902,17592231963764,0.99585164 +814,17592303189273,17592186045902,17592231963764,0.9984527 +815,17592294412988,17592186045902,17592231963764,0.9997573 +816,17592302648987,17592186045902,17592231963764,0.9990777 +817,17592302647759,17592186045902,17592231963764,0.99829316 +819,17592302647237,17592186045902,17592231963764,0.9991662 +820,17592303176325,17592186045902,17592231963764,0.997959 +821,17592294412966,17592186045902,17592231963764,0.99965656 +822,17592302246428,17592186045902,17592231963764,0.99878716 +823,17592295564925,17592186045902,17592231963764,0.9996364 +824,17592292222111,17592186045902,17592231963764,0.9997692 +825,17592302476881,17592186045902,17592231963764,0.9956861 +826,17592303057475,17592186045902,17592231963764,0.9993784 +827,17592291682150,17592186045902,17592231963764,0.9993568 +828,17592302249291,17592186045902,17592231963764,0.99909496 +829,17592286403093,17592186045902,17592231963764,0.9993302 +830,17592284035141,17592186045902,17592231963764,0.9996157 +831,17592295564858,17592186045902,17592231963764,0.9996364 +832,17592302648897,17592186045902,17592231963764,0.99935 +833,17592301519694,17592186045902,17592231963764,0.9996395 +834,17592285291157,17592232598118,17592231963765,0.99944794 +835,17592285290840,17592232598118,17592231963765,0.9997456 +836,17592287393192,17592232598118,17592231963765,0.99928784 +837,17592286952223,17592232598118,17592231963765,0.9988843 +838,17592287183175,17592232598118,17592231963765,0.99919325 +839,17592285900399,17592232598118,17592231963765,0.9994627 +840,17592287451240,17592232598118,17592231963765,0.9993679 +841,17592286577786,17592232598118,17592231963765,0.99959594 +842,17592287183190,17592232598118,17592231963765,0.9992323 +843,17592285657340,17592232598118,17592231963765,0.9992757 +844,17592286970959,17592232598118,17592231963765,0.9988998 +845,17592285900406,17592232598118,17592231963765,0.99948543 +846,17592284098260,17592232598118,17592231963765,0.99916214 +847,17592285291173,17592232598118,17592231963765,0.9994477 +848,17592284658284,17592232598118,17592231963765,0.99940145 +849,17592284158791,17592232598118,17592231963765,0.9991294 +850,17592301628753,17592233187395,17592231963765,0.99974275 +851,17592293878720,17592232819201,17592231963776,0.9989129 +852,17592284727271,17592232819201,17592231963776,0.9991562 +853,17592287783398,17592232819201,17592231963776,0.9989724 +854,17592287783405,17592232819201,17592231963776,0.99900573 +855,17592288549322,17592232819201,17592231963776,0.9979865 +856,17592287183838,17592232819201,17592231963776,0.9994458 +857,17592287783439,17592232819201,17592231963776,0.998986 +858,17592290467922,17592232819201,17592231963776,0.9963868 +859,17592292862619,17592232819201,17592231963776,0.9908814 +860,17592286732100,17592232819201,17592231963776,0.99236137 +861,17592287745723,17592233187928,17592231963776,0.9999748 +862,17592303394303,17592233187928,17592231963776,0.9998355 +863,17592299548154,17592233187928,17592231963776,0.9989693 +864,17592303469209,17592233187928,17592231963776,0.9999165 +865,17592303393809,17592233187928,17592231963776,0.9998281 +866,17592295560386,17592232599204,17592231963778,0.99925315 +867,17592288582057,17592232599204,17592231963778,0.9998553 +868,17592290312368,17592232599204,17592231963778,0.99995166 +869,17592297845452,17592232599204,17592231963778,0.9998574 +870,17592287324281,17592232599204,17592231963778,0.9990068 +871,17592301106957,17592232599204,17592231963778,0.9997566 +872,17592286397828,17592232599204,17592231963778,0.99985933 +873,17592287324193,17592232599204,17592231963778,0.99914664 +874,17592299660751,17592232599204,17592231963778,0.9995472 +875,17592292416807,17592232599204,17592231963778,0.99985266 +876,17592289638270,17592232599204,17592231963778,0.99900323 +877,17592292219988,17592232599204,17592231963778,0.99986863 +878,17592292219915,17592232599204,17592231963778,0.99985456 +879,17592303192251,17592232599204,17592231963778,0.99984264 +880,17592295560470,17592232599204,17592231963778,0.9992109 +881,17592294401837,17592232599204,17592231963778,0.99994355 +882,17592287324259,17592232599204,17592231963778,0.9995999 +883,17592289638193,17592232599204,17592231963778,0.99958223 +884,17592299660437,17592232599204,17592231963778,0.9988643 +885,17592301483376,17592232599204,17592231963778,0.99942935 +886,17592297112513,17592232599204,17592231963778,0.9996749 +887,17592288581766,17592232599204,17592231963778,0.9998009 +888,17592290312354,17592232599204,17592231963778,0.9999458 +889,17592291561943,17592232599204,17592231963778,0.99979854 +890,17592299660508,17592232599204,17592231963778,0.9995262 +891,17592300876873,17592232599204,17592231963778,0.99985456 +892,17592288581907,17592232599204,17592231963778,0.99985504 +893,17592303424308,17592232599204,17592231963778,0.99993104 +894,17592297845330,17592232599204,17592231963778,0.99985814 +895,17592294811862,17592232599204,17592231963778,0.9999644 +896,17592292416726,17592232599204,17592231963778,0.9998534 +897,17592289092871,17592232599204,17592231963778,0.99985504 +898,17592287324266,17592232599204,17592231963778,0.99961966 +899,17592286397979,17592232599204,17592231963778,0.9998331 +900,17592300690016,17592232599204,17592231963778,0.9998634 +901,17592294408332,17592232599204,17592231963778,0.9998417 +902,17592291561766,17592232599204,17592231963778,0.99980044 +903,17592290614722,17592232599204,17592231963778,0.9995443 +904,17592286397821,17592232599204,17592231963778,0.999799 +905,17592292219740,17592232599204,17592231963778,0.99985385 +906,17592302652430,17592232599204,17592231963778,0.9998586 +907,17592297845414,17592232599204,17592231963778,0.999891 +908,17592294814468,17592232599204,17592231963778,0.999866 +909,17592288581839,17592232599204,17592231963778,0.9998779 +910,17592286398117,17592232599204,17592231963778,0.9998598 +911,17592288581810,17592232599204,17592231963778,0.999856 +912,17592300689934,17592232599204,17592231963778,0.99984694 +913,17592290614799,17592232599204,17592231963778,0.9996642 +914,17592285156236,17592232599204,17592231963778,0.99970055 +915,17592292219831,17592232599204,17592231963778,0.99982 +916,17592298348928,17592232599204,17592231963778,0.99983644 +917,17592287324215,17592232599204,17592231963778,0.9996311 +918,17592287737753,17592232599204,17592231963778,0.999975 +919,17592295553881,17592232599204,17592231963778,0.9998899 +920,17592288581780,17592232599204,17592231963778,0.9997692 +921,17592301957312,17592232599204,17592231963778,0.99972296 +922,17592301957401,17592232599204,17592231963778,0.9997463 +923,17592303192246,17592232599204,17592231963778,0.9991373 +924,17592286390328,17592232599204,17592231963778,0.9999444 +925,17592288581959,17592232599204,17592231963778,0.99980235 +926,17592287324123,17592232599204,17592231963778,0.9996026 +927,17592290314927,17592232599204,17592231963778,0.99960023 +928,17592297845462,17592232599204,17592231963778,0.99986506 +929,17592286798918,17592232599204,17592231963778,0.999841 +930,17592288581938,17592232599204,17592231963778,0.9998002 +931,17592299660800,17592232599204,17592231963778,0.99978375 +932,17592297112648,17592232599204,17592231963778,0.9998224 +933,17592303192215,17592232599204,17592231963778,0.9991255 +934,17592302258078,17592232599204,17592231963778,0.9998405 +935,17592301483350,17592232599204,17592231963778,0.9994308 +936,17592299660370,17592232599204,17592231963778,0.99978137 +937,17592297112619,17592232599204,17592231963778,0.9998207 +938,17592303469203,17592232599204,17592231963778,0.99915344 +939,17592292416770,17592232599204,17592231963778,0.99985266 +940,17592302258114,17592232599204,17592231963778,0.99983764 +941,17592298349032,17592232599204,17592231963778,0.99983454 +942,17592287742967,17592232599204,17592231963778,0.9995473 +943,17592288581862,17592232599204,17592231963778,0.99985504 +944,17592288581832,17592232599204,17592231963778,0.9998798 +945,17592286798896,17592232599204,17592231963778,0.9998348 +946,17592300690152,17592232599204,17592231963778,0.9998615 +947,17592286397868,17592232599204,17592231963778,0.99983215 +948,17592294408209,17592232599204,17592231963778,0.9996817 +949,17592295560286,17592232599204,17592231963778,0.9998586 +950,17592302258243,17592232599204,17592231963778,0.9998393 +951,17592298348943,17592232599204,17592231963778,0.99982 +952,17592297586900,17592232599204,17592231963778,0.9997909 +953,17592294408386,17592232599204,17592231963778,0.9997461 +954,17592291557303,17592232599204,17592231963778,0.99997395 +955,17592297586907,17592232599204,17592231963778,0.9997523 +956,17592291561736,17592232599204,17592231963778,0.9997997 +957,17592292219824,17592232599204,17592231963778,0.99987316 +958,17592294408429,17592232599204,17592231963778,0.9998009 +959,17592295560477,17592232599204,17592231963778,0.99977493 +960,17592300690178,17592232599204,17592231963778,0.9998443 +961,17592299099366,17592232599204,17592231963778,0.99992734 +962,17592301957406,17592232599204,17592231963778,0.9997456 +963,17592297112492,17592232599204,17592231963778,0.99963266 +964,17592287324252,17592232599204,17592231963778,0.9990471 +965,17592289638392,17592232599204,17592231963778,0.99914503 +966,17592301957354,17592232599204,17592231963778,0.99974716 +967,17592292934341,17592232599204,17592231963778,0.9999494 +968,17592300690173,17592232599204,17592231963778,0.9997773 +969,17592293388999,17592232599204,17592231963778,0.9994267 +970,17592286390304,17592232599204,17592231963778,0.9999444 +971,17592299099361,17592232599204,17592231963778,0.99993044 +972,17592297112612,17592232599204,17592231963778,0.99981785 +973,17592297112663,17592232599204,17592231963778,0.999671 +974,17592300170551,17592232599204,17592231963778,0.9997554 +975,17592287743112,17592232599204,17592231963778,0.9995863 +976,17592293389088,17592232599204,17592231963778,0.99972737 +977,17592293389036,17592232599204,17592231963778,0.9994241 +978,17592302258147,17592232599204,17592231963778,0.99985147 +979,17592299660420,17592232599204,17592231963778,0.99954206 +980,17592292806576,17592232599204,17592231963778,0.99993557 +981,17592295560535,17592232599204,17592231963778,0.99985933 +982,17592285156251,17592232599204,17592231963778,0.9996598 +983,17592295553895,17592232599204,17592231963778,0.9999508 +984,17592300690011,17592232599204,17592231963778,0.999845 +985,17592286397757,17592232599204,17592231963778,0.9997778 +986,17592302654634,17592232599204,17592231963778,0.9998584 +987,17592294401949,17592232599204,17592231963778,0.9999744 +988,17592289092917,17592232599204,17592231963778,0.9998534 +989,17592289092848,17592232599204,17592231963778,0.9998534 +990,17592294814483,17592232599204,17592231963778,0.99976826 +991,17592303025201,17592232599204,17592231963778,0.99977446 +992,17592298348976,17592232599204,17592231963778,0.99977875 +993,17592293389095,17592232599204,17592231963778,0.99942076 +994,17592288581869,17592232599204,17592231963778,0.99973464 +995,17592286390222,17592232599204,17592231963778,0.9999525 +996,17592296358827,17592232599204,17592231963778,0.9993754 +997,17592292808854,17592232599204,17592231963778,0.99979854 +998,17592291562003,17592232599204,17592231963778,0.9997325 +999,17592299660387,17592232599204,17592231963778,0.9996318 +1000,17592301106946,17592232599204,17592231963778,0.9998119 +1001,17592300690021,17592232599204,17592231963778,0.9998176 +1002,17592299660699,17592232599204,17592231963778,0.9995391 +1003,17592300689974,17592232599204,17592231963778,0.99986005 +1004,17592300793905,17592232599204,17592231963778,0.9998667 +1005,17592287324052,17592232599204,17592231963778,0.99958295 +1006,17592292219877,17592232599204,17592231963778,0.99986243 +1007,17592300775260,17592232599204,17592231963778,0.9998792 +1008,17592297112439,17592232599204,17592231963778,0.99982095 +1009,17592302258250,17592232599204,17592231963778,0.99984527 +1010,17592288574904,17592232599204,17592231963778,0.9999698 +1011,17592286397861,17592232599204,17592231963778,0.99983335 +1012,17592301714392,17592232599204,17592231963778,0.99993056 +1013,17592303469252,17592232599204,17592231963778,0.9992771 +1014,17592297112506,17592232599204,17592231963778,0.99967396 +1015,17592300798572,17592232599204,17592231963778,0.99986887 +1016,17592298348905,17592232599204,17592231963778,0.9998348 +1017,17592294408436,17592232599204,17592231963778,0.9997455 +1018,17592299660756,17592232599204,17592231963778,0.9997852 +1019,17592291561928,17592232599204,17592231963778,0.9998536 +1020,17592289634204,17592232599204,17592231963778,0.99997216 +1021,17592289638385,17592232599204,17592231963778,0.9990451 +1022,17592292215741,17592232599204,17592231963778,0.9999599 +1023,17592294408076,17592232599204,17592231963778,0.99983835 +1024,17592293389118,17592232599204,17592231963778,0.9994556 +1025,17592300690038,17592232599204,17592231963778,0.9998443 +1026,17592302822356,17592232599204,17592231963778,0.9986307 +1027,17592290314897,17592232599204,17592231963778,0.99959964 +1028,17592286398204,17592232599204,17592231963778,0.9998603 +1029,17592299660661,17592232599204,17592231963778,0.9995908 +1030,17592287324177,17592232599204,17592231963778,0.9996007 +1031,17592297845429,17592232599204,17592231963778,0.9998591 +1032,17592294814648,17592232599204,17592231963778,0.9998973 +1033,17592294408339,17592232599204,17592231963778,0.9998386 +1034,17592301220476,17592232599204,17592231963778,0.9999533 +1035,17592287742974,17592232599204,17592231963778,0.99961406 +1036,17592291557282,17592232599204,17592231963778,0.99991673 +1037,17592295560309,17592232599204,17592231963778,0.9998176 +1038,17592294408293,17592232599204,17592231963778,0.9997461 +1039,17592299660623,17592232599204,17592231963778,0.9988991 +1040,17592292808815,17592232599204,17592231963778,0.9993969 +1041,17592303192241,17592232599204,17592231963778,0.9991323 +1042,17592286798964,17592232599204,17592231963778,0.9998367 +1043,17592286398212,17592232599204,17592231963778,0.9998195 +1044,17592303357650,17592232599204,17592231963778,0.99992627 +1045,17592301957283,17592232599204,17592231963778,0.9997269 +1046,17592284630601,17592232599204,17592231963778,0.9999729 +1047,17592286390177,17592232599204,17592231963778,0.99996585 +1048,17592297112626,17592232599204,17592231963778,0.9996747 +1049,17592293384164,17592232599204,17592231963778,0.99997216 +1050,17592303097790,17592232599204,17592231963778,0.9990203 +1051,17592299099345,17592232599204,17592231963778,0.9999271 +1052,17592301957486,17592232599204,17592231963778,0.99968076 +1053,17592300876889,17592232599204,17592231963778,0.99985504 +1054,17592289092947,17592232599204,17592231963778,0.99982095 +1055,17592298349027,17592232599204,17592231963778,0.9998367 +1056,17592302654577,17592232599204,17592231963778,0.9998667 +1057,17592287320182,17592232599204,17592231963778,0.999973 +1058,17592292219710,17592232599204,17592231963778,0.999779 +1059,17592296371942,17592232599204,17592231963778,0.9996617 +1060,17592291561827,17592232599204,17592231963778,0.9998002 +1061,17592295560379,17592232599204,17592231963778,0.9992473 +1062,17592297265952,17592232599204,17592231963778,0.99992365 +1063,17592289092778,17592232599204,17592231963778,0.9998634 +1064,17592287742996,17592232599204,17592231963778,0.9997997 +1065,17592302477070,17592232599204,17592231963778,0.99976754 +1066,17592290614707,17592232599204,17592231963778,0.99965286 +1067,17592301483258,17592232599204,17592231963778,0.9995424 +1068,17592299660569,17592232599204,17592231963778,0.99962264 +1069,17592290314882,17592232599204,17592231963778,0.9995995 +1070,17592289097869,17592232599204,17592231963778,0.9999599 +1071,17592300690163,17592232599204,17592231963778,0.9998529 +1072,17592286397835,17592232599204,17592231963778,0.9997543 +1073,17592302258181,17592232599204,17592231963778,0.99984217 +1074,17592285154225,17592232599204,17592231963778,0.9999755 +1075,17592294408045,17592232599204,17592231963778,0.9998398 +1076,17592300170447,17592232599204,17592231963778,0.9997176 +1077,17592294814626,17592232599204,17592231963778,0.9998849 +1078,17592297845467,17592232599204,17592231963778,0.9998854 +1079,17592292808721,17592232599204,17592231963778,0.99975574 +1080,17592291557253,17592232599204,17592231963778,0.9999694 +1081,17592295560593,17592232599204,17592231963778,0.9998579 +1082,17592302652260,17592232599204,17592231963778,0.9998574 +1083,17592303357525,17592232599204,17592231963778,0.9999487 +1084,17592293389132,17592232599204,17592231963778,0.9994215 +1085,17592299660677,17592232599204,17592231963778,0.999784 +1086,17592289092994,17592232599204,17592231963778,0.99978113 +1087,17592301483312,17592232599204,17592231963778,0.9994303 +1088,17592301220895,17592232599204,17592231963778,0.99939454 +1089,17592300420016,17592232599204,17592231963778,0.999893 +1090,17592293389146,17592232599204,17592231963778,0.99947697 +1091,17592303357977,17592232599204,17592231963778,0.9999444 +1092,17592293389057,17592232599204,17592231963778,0.9995076 +1093,17592294401830,17592232599204,17592231963778,0.99994355 +1094,17592286798722,17592232599204,17592231963778,0.999835 +1095,17592301483345,17592232599204,17592231963778,0.9995112 +1096,17592292219936,17592232599204,17592231963778,0.9998555 +1097,17592300876894,17592232599204,17592231963778,0.99985576 +1098,17592303357571,17592232599204,17592231963778,0.9998935 +1099,17592291561804,17592232599204,17592231963778,0.9997709 +1100,17592296358918,17592232599204,17592231963778,0.99925613 +1101,17592295560637,17592232599204,17592231963778,0.9992467 +1102,17592290314934,17592232599204,17592231963778,0.9995834 +1103,17592303025251,17592232599204,17592231963778,0.9998188 +1104,17592301483221,17592232599204,17592231963778,0.99952894 +1105,17592286397964,17592232599204,17592231963778,0.9998658 +1106,17592286398009,17592232599204,17592231963778,0.99983263 +1107,17592294408415,17592232599204,17592231963778,0.99972177 +1108,17592299660710,17592232599204,17592231963778,0.99953467 +1109,17592300876916,17592232599204,17592231963778,0.9998634 +1110,17592287322071,17592233350185,17592231963779,0.98692745 +1111,17592303525655,17592233350185,17592231963779,0.9987817 +1112,17592284033037,17592233350185,17592231963779,0.99080676 +1113,17592289636415,17592233350185,17592231963779,0.9879766 +1114,17592299659276,17592233350185,17592231963779,0.992854 +1115,17592301220188,17592233350185,17592231963779,0.99240464 +1116,17592303468390,17592233350185,17592231963779,0.98873115 +1117,17592299861289,17592233350185,17592231963779,0.9998708 +1118,17592297110802,17592233350185,17592231963779,0.99307615 +1119,17592287321992,17592233350185,17592231963779,0.98691356 +1120,17592293387349,17592233350185,17592231963779,0.99192834 +1121,17592289636365,17592233350185,17592231963779,0.9879892 +1122,17592303252433,17592233350185,17592231963779,0.99685585 +1123,17592301220178,17592233350185,17592231963779,0.9923966 +1124,17592284033044,17592233350185,17592231963779,0.99080676 +1125,17592293387378,17592233350185,17592231963779,0.99193674 +1126,17592297110788,17592233350185,17592231963779,0.99252933 +1127,17592303525639,17592233350185,17592231963779,0.9987812 +1128,17592284033023,17592233350185,17592231963779,0.99091804 +1129,17592297110795,17592233350185,17592231963779,0.99307615 +1130,17592303525660,17592233350185,17592231963779,0.99878335 +1131,17592299659329,17592233350185,17592231963779,0.9928617 +1132,17592303468400,17592233350185,17592231963779,0.9887191 +1133,17592292417924,17592232928385,17592231963779,0.9999748 +1134,17592297863542,17592232928385,17592231963779,0.99997693 +1135,17592288586692,17592232928385,17592231963779,0.9999743 +1136,17592291564545,17592232928385,17592231963779,0.9999743 +1137,17592303304187,17592232928385,17592231963779,0.99994844 +1138,17592294413676,17592232928385,17592231963779,0.9999706 +1139,17592292222453,17592232928385,17592231963779,0.9999772 +1140,17592301960192,17592232928385,17592231963779,0.9999706 +1141,17592303268164,17592232928385,17592231963779,0.9999446 +1142,17592295565393,17592232928385,17592231963779,0.99997646 +1143,17592302256390,17592232928385,17592231963779,0.9999767 +1144,17592300879403,17592232928385,17592231963779,0.99997693 +1145,17592294413669,17592232928385,17592231963779,0.9999767 +1146,17592303467787,17592232928385,17592231963779,0.9996909 +1147,17592300879656,17592232928385,17592231963779,0.9999754 +1148,17592302647770,17592232928385,17592231963779,0.9999806 +1149,17592288586572,17592232928385,17592231963779,0.9999772 +1150,17592303467355,17592232928385,17592231963779,0.9999407 +1151,17592303469743,17592232928385,17592231963779,0.98233944 +1152,17592303254336,17592232928385,17592231963779,0.99963534 +1153,17592301222242,17592232928385,17592231963779,0.9999488 +1154,17592303467805,17592232928385,17592231963779,0.99979043 +1155,17592303336812,17592232586913,17592231963785,0.8405241 +1156,17592302471182,17592232586918,17592231963796,0.99854547 +1157,17592297634904,17592232586918,17592231963796,0.99890286 +1158,17592286803559,17592232586918,17592231963796,0.999481 +1159,17592298381078,17592232586918,17592231963796,0.9995397 +1160,17592299860722,17592232586918,17592231963796,0.9984945 +1161,17592303531760,17592232586918,17592231963796,0.9985801 +1162,17592287746253,17592232586918,17592231963796,0.9996241 +1163,17592303525426,17592232586918,17592231963796,0.9992265 +1164,17592303218844,17592232586918,17592231963796,0.99947613 +1165,17592303531737,17592232586918,17592231963796,0.9984833 +1166,17592297117044,17592232586918,17592231963796,0.9996631 +1167,17592303218459,17592232586918,17592231963796,0.9984883 +1168,17592287746291,17592232586918,17592231963796,0.9996155 +1169,17592303218541,17592232586918,17592231963796,0.99743795 +1170,17592286804105,17592232586918,17592231963796,0.9985664 +1171,17592301960121,17592232586918,17592231963796,0.99963975 +1172,17592300172693,17592232586918,17592231963796,0.9996174 +1173,17592301960247,17592232586918,17592231963796,0.99964714 +1174,17592303424318,17592232586918,17592231963796,0.99713945 +1175,17592290316564,17592232586918,17592231963796,0.9996243 +1176,17592303531765,17592232586918,17592231963796,0.9984512 +1177,17592303535796,17592232586918,17592231963796,0.99676734 +1178,17592300172709,17592232586918,17592231963796,0.9996426 +1179,17592291779028,17592232586918,17592231963796,0.9763651 +1180,17592286803509,17592232586918,17592231963796,0.99856687 +1181,17592303189778,17592232586918,17592231963796,0.9996161 +1182,17592296373371,17592232586918,17592231963796,0.9995287 +1183,17592297589150,17592232586918,17592231963796,0.9995975 +1184,17592299250519,17592232586918,17592231963796,0.9992141 +1185,17592284640035,17592232586918,17592231963796,0.9996375 +1186,17592303530843,17592232586918,17592231963796,0.99891835 +1187,17592296373385,17592232586918,17592231963796,0.99953264 +1188,17592301000809,17592232586918,17592231963796,0.99692494 +1189,17592286803744,17592232586918,17592231963796,0.99856603 +1190,17592286804091,17592232586918,17592231963796,0.99963844 +1191,17592300879408,17592232586918,17592231963796,0.9994136 +1192,17592284640093,17592232586918,17592231963796,0.99963963 +1193,17592294413606,17592232586918,17592231963796,0.9995752 +1194,17592286803659,17592232586918,17592231963796,0.99856555 +1195,17592291998187,17592232586918,17592231963796,0.99930876 +1196,17592303194531,17592232586918,17592231963796,0.9969148 +1197,17592289946282,17592232586918,17592231963796,0.9983308 +1198,17592299860758,17592232586918,17592231963796,0.99900895 +1199,17592303535927,17592232586918,17592231963796,0.99893016 +1200,17592303194549,17592232586918,17592231963796,0.99621415 +1201,17592286804162,17592232586918,17592231963796,0.9996469 +1202,17592286804062,17592232586918,17592231963796,0.99962705 +1203,17592293393305,17592232586918,17592231963796,0.9995757 +1204,17592303535910,17592232586918,17592231963796,0.99883646 +1205,17592296373364,17592232586918,17592231963796,0.9995436 +1206,17592302830165,17592232586918,17592231963796,0.9995591 +1207,17592293393326,17592232586918,17592231963796,0.99959344 +1208,17592290316522,17592232586918,17592231963796,0.9996335 +1209,17592300879541,17592232586918,17592231963796,0.9995186 +1210,17592286804119,17592232586918,17592231963796,0.9985658 +1211,17592287746211,17592232586918,17592231963796,0.9996335 +1212,17592290316515,17592232586918,17592231963796,0.9996105 +1213,17592291779021,17592232586918,17592231963796,0.97633964 +1214,17592303218807,17592232586918,17592231963796,0.9994503 +1215,17592301960288,17592232586918,17592231963796,0.99961954 +1216,17592286803516,17592232586918,17592231963796,0.9985664 +1217,17592303469748,17592232586918,17592231963796,0.99772376 +1218,17592292222364,17592232586918,17592231963796,0.9995335 +1219,17592291681495,17592232586918,17592231963796,0.9994822 +1220,17592302471078,17592232586918,17592231963796,0.99895597 +1221,17592286803716,17592232586918,17592231963796,0.99856627 +1222,17592293393239,17592232586918,17592231963796,0.9995828 +1223,17592296373407,17592232586918,17592231963796,0.9996351 +1224,17592297265720,17592232586918,17592231963796,0.99888766 +1225,17592292215710,17592232843885,17592231963796,0.99958426 +1226,17592286390192,17592232843885,17592231963796,0.9996513 +1227,17592290312361,17592232843885,17592231963796,0.9950046 +1228,17592288575051,17592232843885,17592231963796,0.99797946 +1229,17592287740450,17592232843885,17592231963796,0.9889589 +1230,17592291557317,17592232843885,17592231963796,0.9980388 +1231,17592286390423,17592232843885,17592231963796,0.99947304 +1232,17592291557267,17592232843885,17592231963796,0.99915224 +1233,17592287320100,17592232843885,17592231963796,0.99371934 +1234,17592289097900,17592232843885,17592231963796,0.99957603 +1235,17592286390170,17592232843885,17592231963796,0.9984162 +1236,17592287737827,17592232843885,17592231963796,0.9992509 +1237,17592286390387,17592232843885,17592231963796,0.99867284 +1238,17592289634174,17592232843885,17592231963796,0.98729557 +1239,17592292806493,17592232843885,17592231963796,0.9927042 +1240,17592296941144,17592232843885,17592231963796,0.997542 +1241,17592301545149,17592232843885,17592231963796,0.995812 +1242,17592289634211,17592232843885,17592231963796,0.99160033 +1243,17592294401927,17592232843885,17592231963796,0.99889266 +1244,17592294401865,17592232843885,17592231963796,0.99875337 +1245,17592287737804,17592232843885,17592231963796,0.9967909 +1246,17592285154202,17592232843885,17592231963796,0.9981865 +1247,17592303218985,17592232843885,17592231963796,0.9932473 +1248,17592295553888,17592232843885,17592231963796,0.9674239 +1249,17592291557171,17592232843885,17592231963796,0.99905187 +1250,17592303471358,17592232843885,17592231963796,0.9930766 +1251,17592288574911,17592232843885,17592231963796,0.9992109 +1252,17592288574947,17592232843885,17592231963796,0.9991651 +1253,17592303448341,17592232843885,17592231963796,0.96326613 +1254,17592285154187,17592232843885,17592231963796,0.9987817 +1255,17592291557289,17592232843885,17592231963796,0.9977712 +1256,17592293384201,17592232843885,17592231963796,0.98880666 +1257,17592284032032,17592232843885,17592231963796,0.9919651 +1258,17592286390118,17592232843885,17592231963796,0.99941885 +1259,17592295553946,17592232843885,17592231963796,0.99948746 +1260,17592294811906,17592232843885,17592231963796,0.9993765 +1261,17592287320137,17592232843885,17592231963796,0.986913 +1262,17592286390437,17592232843885,17592231963796,0.9993506 +1263,17592294401787,17592232843885,17592231963796,0.9988884 +1264,17592292415575,17592232843885,17592231963796,0.9996111 +1265,17592293384178,17592232843885,17592231963796,0.9943434 +1266,17592287320168,17592232843885,17592231963796,0.9886202 +1267,17592290312339,17592232843885,17592231963796,0.98865974 +1268,17592294401844,17592232843885,17592231963796,0.9984262 +1269,17592286390416,17592232843885,17592231963796,0.9984574 +1270,17592295553960,17592232843885,17592231963796,0.9994815 +1271,17592284031995,17592232843885,17592231963796,0.9846328 +1272,17592287737768,17592232843885,17592231963796,0.99773437 +1273,17592284630560,17592232843885,17592231963796,0.9930324 +1274,17592292806539,17592232843885,17592231963796,0.99971044 +1275,17592294811921,17592232843885,17592231963796,0.9994093 +1276,17592285154172,17592232843885,17592231963796,0.99609107 +1277,17592284630591,17592232843885,17592231963796,0.9832082 +1278,17592292806486,17592232843885,17592231963796,0.9995251 +1279,17592286390147,17592232843885,17592231963796,0.99966013 +1280,17592291557215,17592232843885,17592231963796,0.9968636 +1281,17592286390460,17592232843885,17592231963796,0.9986456 +1282,17592295553990,17592232843885,17592231963796,0.9996724 +1283,17592303268232,17592232843885,17592231963796,0.99292845 +1284,17592301620128,17592232843885,17592231963796,0.9989884 +1285,17592302660990,17592232843885,17592231963796,0.99946344 +1286,17592296941784,17592232843885,17592231963796,0.99482906 +1287,17592284032010,17592232843885,17592231963796,0.9826919 +1288,17592303304374,17592232843885,17592231963796,0.97399217 +1289,17592300170912,17592232843885,17592231963796,0.9965391 +1290,17592288574940,17592232843885,17592231963796,0.99905175 +1291,17592291557310,17592232843885,17592231963796,0.99925995 +1292,17592287320212,17592232843885,17592231963796,0.9938099 +1293,17592295553983,17592232843885,17592231963796,0.9775152 +1294,17592303535938,17592232843885,17592231963796,0.9988619 +1295,17592289634152,17592232843885,17592231963796,0.9890907 +1296,17592295553953,17592232843885,17592231963796,0.99974895 +1298,17592291211420,17592232929447,17592231963796,0.9977649 +1299,17592288831006,17592232929447,17592231963796,0.9977805 +1300,17592284301795,17592232929447,17592231963796,0.9972456 +1301,17592303424359,17592232929447,17592231963796,0.97769266 +1302,17592288831013,17592232929447,17592231963796,0.99790156 +1303,17592293172535,17592232929447,17592231963796,0.99741834 +1304,17592291909877,17592232929447,17592231963796,0.9974868 +1305,17592286971180,17592232929447,17592231963796,0.9967728 +1306,17592293172500,17592232929447,17592231963796,0.9971925 +1307,17592288195514,17592232929447,17592231963796,0.99791217 +1308,17592292669552,17592232929447,17592231963796,0.997551 +1309,17592289415739,17592232929447,17592231963796,0.9967391 +1310,17592285657576,17592232929447,17592231963796,0.9977115 +1311,17592288831020,17592232929447,17592231963796,0.997503 +1312,17592285657590,17592232929447,17592231963796,0.9978522 +1313,17592290467194,17592232929447,17592231963796,0.99761254 +1314,17592293172507,17592232929447,17592231963796,0.997255 +1315,17592289415746,17592232929447,17592231963796,0.99690115 +1316,17592293878652,17592232929447,17592231963796,0.9979036 +1317,17592288195521,17592232929447,17592231963796,0.99751776 +1318,17592284925415,17592232929447,17592231963796,0.99777263 +1319,17592291211434,17592232929447,17592231963796,0.9978966 +1320,17592286971173,17592232929447,17592231963796,0.9965735 +1321,17592289415753,17592232929447,17592231963796,0.99639136 +1322,17592303337321,17592232929447,17592231963796,0.99465257 +1323,17592292669545,17592232929447,17592231963796,0.9974003 +1324,17592293878625,17592232929447,17592231963796,0.99751097 +1325,17592287528152,17592232929447,17592231963796,0.9972156 +1326,17592290467187,17592232929447,17592231963796,0.99716955 +1327,17592284925401,17592232929447,17592231963796,0.9976355 +1328,17592303467324,17592232929447,17592231963796,0.99455595 +1329,17592292669559,17592232929447,17592231963796,0.9970912 +1330,17592286222215,17592232929447,17592231963796,0.997277 +1331,17592291909863,17592232929447,17592231963796,0.9977603 +1332,17592293172514,17592232929447,17592231963796,0.99695975 +1333,17592284301763,17592232929447,17592231963796,0.9972442 +1334,17592286222200,17592232929447,17592231963796,0.99756855 +1335,17592284301756,17592232929447,17592231963796,0.99740267 +1336,17592286222222,17592232929447,17592231963796,0.9977127 +1337,17592291211427,17592232929447,17592231963796,0.99749446 +1339,17592293878618,17592232929447,17592231963796,0.99777335 +1340,17592287528145,17592232929447,17592231963796,0.99764574 +1341,17592284301788,17592232929447,17592231963796,0.9967646 +1342,17592285657583,17592232929447,17592231963796,0.99743325 +1343,17592301956340,17592232929447,17592231963796,0.99971104 +1344,17592287528138,17592232929447,17592231963796,0.9975021 +1345,17592288195507,17592232929447,17592231963796,0.9977862 +1346,17592293172521,17592232929447,17592231963796,0.99735844 +1347,17592284925408,17592232929447,17592231963796,0.9973563 +1348,17592302248714,17592232929447,17592231963796,0.9967707 +1349,17592293172528,17592232929447,17592231963796,0.9968867 +1350,17592284301774,17592232929447,17592231963796,0.9969495 +1351,17592291909870,17592232929447,17592231963796,0.9978933 +1352,17592290467180,17592232929447,17592231963796,0.99745876 +1353,17592302247357,17592232929447,17592231963796,0.9985002 +1354,17592286971187,17592232929447,17592231963796,0.9962356 +1355,17592284301781,17592232929447,17592231963796,0.9970725 +1356,17592301319535,17592232586913,17592231963796,0.9897857 +1357,17592299861072,17592232586913,17592231963796,0.99715716 +1358,17592302820717,17592232586913,17592231963796,0.9965232 +1359,17592291997934,17592232586913,17592231963796,0.99740386 +1360,17592303393845,17592232586913,17592231963796,0.998796 +1361,17592302247352,17592232586913,17592231963796,0.9986633 +1362,17592291998060,17592232586913,17592231963796,0.9979136 +1363,17592302396839,17592232586913,17592231963796,0.99677366 +1364,17592302821530,17592232586913,17592231963796,0.9984883 +1365,17592303189725,17592232586913,17592231963796,0.99865216 +1366,17592302249712,17592232586913,17592231963796,0.9924154 +1367,17592289945259,17592232586913,17592231963796,0.9972984 +1368,17592301832638,17592232586913,17592231963796,0.99906695 +1369,17592295625985,17592232586913,17592231963796,0.9980278 +1370,17592303337362,17592232586913,17592231963796,0.9925728 +1371,17592303332491,17592232586913,17592231963796,0.9857765 +1372,17592296941137,17592232586913,17592231963796,0.99360335 +1373,17592299861232,17592232586913,17592231963796,0.99718153 +1374,17592299860822,17592232586913,17592231963796,0.9972663 +1375,17592295626373,17592232586913,17592231963796,0.99697185 +1376,17592303027119,17592232586913,17592231963796,0.99023354 +1377,17592291563938,17592232586913,17592231963796,0.97533435 +1378,17592303448081,17592232586913,17592231963796,0.9967493 +1379,17592295626638,17592232586913,17592231963796,0.9982473 +1380,17592299861034,17592232586913,17592231963796,0.9975154 +1381,17592301960412,17592232586913,17592231963796,0.9938388 +1382,17592295626553,17592232586913,17592231963796,0.9976147 +1383,17592302397116,17592232586913,17592231963796,0.9985195 +1384,17592302923666,17592232586913,17592231963796,0.9806702 +1385,17592289946260,17592232586913,17592231963796,0.99765277 +1386,17592299861263,17592232586913,17592231963796,0.99832124 +1387,17592303332708,17592232586913,17592231963796,0.98693544 +1388,17592295626697,17592232586913,17592231963796,0.9965005 +1389,17592298910880,17592232586913,17592231963796,0.9914385 +1390,17592302647787,17592232586913,17592231963796,0.9982877 +1391,17592302247368,17592232586913,17592231963796,0.9983887 +1392,17592303467276,17592232586913,17592231963796,0.9985512 +1393,17592303448086,17592232586913,17592231963796,0.99676067 +1394,17592303024899,17592232586913,17592231963796,0.9995257 +1395,17592303471327,17592232586913,17592231963796,0.9940553 +1396,17592302850313,17592232586913,17592231963796,0.9960939 +1397,17592303332568,17592232586913,17592231963796,0.98527324 +1398,17592296941791,17592232586913,17592231963796,0.9874615 +1399,17592301953782,17592232586913,17592231963796,0.99863476 +1400,17592289199764,17592271093058,17592231963796,0.9192197 +1401,17592289199690,17592271093058,17592231963796,0.93996036 +1402,17592286732007,17592271093058,17592231963796,0.9192197 +1403,17592292863041,17592271093058,17592231963796,0.96101344 +1404,17592291798802,17592271093058,17592231963796,0.9822418 +1405,17592286731950,17592271093058,17592231963796,0.9398044 +1406,17592283996290,17592271093058,17592231963796,0.95918936 +1407,17592283996545,17592271093058,17592231963796,0.945592 +1408,17592292863095,17592271093058,17592231963796,0.9482615 +1409,17592302472433,17592232572803,17592231963796,0.9964885 +1410,17592302249356,17592232572803,17592231963796,0.99439 +1411,17592303393977,17592232572803,17592231963796,0.9899795 +1412,17592303324571,17592232572803,17592231963796,0.9921352 +1413,17592303024967,17592232572803,17592231963796,0.99278355 +1414,17592301836799,17592232572803,17592231963796,0.9941855 +1415,17592302472339,17592232572803,17592231963796,0.99494916 +1416,17592302254984,17592232572803,17592231963796,0.9968989 +1417,17592302472386,17592232572803,17592231963796,0.99531627 +1418,17592302706964,17592232572803,17592231963796,0.9955781 +1419,17592302472422,17592232572803,17592231963796,0.9954692 +1420,17592303468874,17592232572803,17592231963796,0.9896147 +1421,17592303324566,17592232572803,17592231963796,0.9921352 +1422,17592303470312,17592232572803,17592231963796,0.9949538 +1423,17592302251395,17592255282971,17592231963796,0.9882306 +1424,17592303025078,17592255282971,17592231963796,0.9927054 +1425,17592303025073,17592255282971,17592231963796,0.9990746 +1426,17592302251470,17592255282971,17592231963796,0.99876297 +1427,17592303191983,17592255282971,17592231963796,0.8497072 +1428,17592303191972,17592255282971,17592231963796,0.9898827 +1429,17592303191994,17592255282971,17592231963796,0.9954641 +1430,17592302651772,17592255282971,17592231963796,0.9992666 +1431,17592302651781,17592255282971,17592231963796,0.9934665 +1432,17592302828832,17592255282971,17592231963796,0.99357826 +1433,17592302251059,17592255282971,17592231963796,0.9882369 +1434,17592303025089,17592255282971,17592231963796,0.99324703 +1435,17592302251264,17592255282971,17592231963796,0.98896796 +1436,17592302476957,17592255282971,17592231963796,0.9881249 +1437,17592302251547,17592255282971,17592231963796,0.99890596 +1438,17592302651752,17592255282971,17592231963796,0.99337125 +1439,17592303192010,17592255282971,17592231963796,0.98965967 +1440,17592302251327,17592255282971,17592231963796,0.99880475 +1441,17592302251129,17592255282971,17592231963796,0.9886265 +1442,17592302249467,17592259700961,17592231963796,0.9996401 +1443,17592302249426,17592259700961,17592231963796,0.99967074 +1444,17592303468924,17592259700961,17592231963796,0.9990829 +1445,17592302651289,17592259700961,17592231963796,0.99973655 +1446,17592303191270,17592259700961,17592231963796,0.99903375 +1447,17592302476858,17592259700961,17592231963796,0.9996797 +1448,17592302650454,17592259700961,17592231963796,0.9997176 +1449,17592303191248,17592259700961,17592231963796,0.99972093 +1450,17592302651272,17592259700961,17592231963796,0.99964535 +1451,17592302828801,17592259700961,17592231963796,0.9996412 +1452,17592291810468,17592271094543,17592231963796,0.9345076 +1453,17592302249344,17592276280219,17592231963796,0.99807787 +1454,17592303357667,17592263908391,17592231963796,0.90803754 +1455,17592298706428,17592186852442,17592231963800,0.997527 +1456,17592301312493,17592186852442,17592231963800,0.9972172 +1457,17592303140185,17592233201300,17592231963801,0.9998512 +1462,17592302470922,17592254852429,17592231963803,0.9959552 +1463,17592298522676,17592253861752,17592231963811,0.99861413 +1464,17592299470290,17592253861752,17592231963811,0.9993349 +1465,17592302397069,17592253861752,17592231963811,0.99896526 +1466,17592300681561,17592253861752,17592231963811,0.9992974 +1467,17592301237948,17592253861752,17592231963811,0.99877465 +1468,17592300260324,17592253861752,17592231963811,0.99871594 +1469,17592303246184,17592253861752,17592231963811,0.998705 +1470,17592303252438,17592232794328,17592231963811,0.92506534 +1471,17592302779715,17592232794328,17592231963811,0.9471816 +1472,17592302820480,17592232794328,17592231963811,0.9994826 +1473,17592301752542,17592232794328,17592231963811,0.93658555 +1474,17592302486708,17592232794328,17592231963811,0.99951595 +1475,17592298332121,17592232591124,17592231963820,0.9954824 +1476,17592287528248,17592232591124,17592231963820,0.9962745 +1477,17592285622656,17592232591124,17592231963820,0.99611944 +1478,17592294816601,17592232591124,17592231963820,0.99639475 +1479,17592291810331,17592232591124,17592231963820,0.99485517 +1480,17592302660850,17592232591124,17592231963820,0.9952568 +1481,17592295556769,17592232591124,17592231963820,0.99686086 +1482,17592286803969,17592232591124,17592231963820,0.9969349 +1483,17592294404259,17592232591124,17592231963820,0.9977976 +1484,17592292416086,17592232591124,17592231963820,0.99595904 +1485,17592295558734,17592232591124,17592231963820,0.9989693 +1486,17592286794316,17592232591124,17592231963820,0.9958419 +1487,17592286804041,17592232591124,17592231963820,0.993243 +1488,17592302648474,17592232591124,17592231963820,0.99644196 +1489,17592298381115,17592232591124,17592231963820,0.9940435 +1490,17592301485391,17592232591124,17592231963820,0.99593604 +1491,17592293588661,17592232591124,17592231963820,0.9959752 +1492,17592294401808,17592232591124,17592231963820,0.99615085 +1493,17592300420754,17592232591124,17592231963820,0.99650085 +1494,17592293386465,17592232591124,17592231963820,0.996642 +1495,17592300874486,17592232591124,17592231963820,0.99697435 +1496,17592286952752,17592232591124,17592231963820,0.99580985 +1497,17592284640014,17592232591124,17592231963820,0.99610424 +1498,17592286803602,17592232591124,17592231963820,0.9955944 +1499,17592291564567,17592232591124,17592231963820,0.99651796 +1500,17592297109587,17592232591124,17592231963820,0.99652445 +1501,17592287528522,17592232591124,17592231963820,0.9967563 +1502,17592286803997,17592232591124,17592231963820,0.9935558 +1503,17592300879551,17592232591124,17592231963820,0.9958801 +1504,17592302828296,17592232591124,17592231963820,0.99647826 +1505,17592290316529,17592232591124,17592231963820,0.996219 +1506,17592303471499,17592232591124,17592231963820,0.99485373 +1507,17592300169507,17592232591124,17592231963820,0.9971518 +1508,17592295556748,17592232591124,17592231963820,0.9963764 +1509,17592286804048,17592232591124,17592231963820,0.98966616 +1510,17592287528094,17592232591124,17592231963820,0.9959735 +1511,17592301105477,17592232591124,17592231963820,0.9966394 +1512,17592302248073,17592232591124,17592231963820,0.9969235 +1513,17592286794259,17592232591124,17592231963820,0.99712425 +1514,17592292983914,17592232591124,17592231963820,0.99554634 +1515,17592303219565,17592232591124,17592231963820,0.9964132 +1516,17592286952759,17592232591124,17592231963820,0.995674 +1517,17592300172731,17592232591124,17592231963820,0.99642813 +1518,17592300874516,17592232591124,17592231963820,0.99667585 +1519,17592301109234,17592232591124,17592231963820,0.994732 +1520,17592302648439,17592232591124,17592231963820,0.99624336 +1521,17592284035411,17592232591124,17592231963820,0.9953707 +1522,17592303194247,17592232591124,17592231963820,0.9927995 +1523,17592284925511,17592232591124,17592231963820,0.99624586 +1524,17592300874628,17592232591124,17592231963820,0.99622124 +1525,17592292416107,17592232591124,17592231963820,0.9960292 +1526,17592286794288,17592232591124,17592231963820,0.99715143 +1527,17592301027248,17592232591124,17592231963820,0.99386996 +1528,17592294472227,17592232591124,17592231963820,0.9989272 +1529,17592289104683,17592232591124,17592231963820,0.9941528 +1530,17592303189706,17592232591124,17592231963820,0.99144155 +1531,17592292811066,17592232591124,17592231963820,0.9945678 +1532,17592287736448,17592232591124,17592231963820,0.9947063 +1533,17592299664251,17592232591124,17592231963820,0.99579227 +1534,17592285623530,17592232591124,17592231963820,0.99603575 +1535,17592297109509,17592232591124,17592231963820,0.9972632 +1536,17592298381058,17592232591124,17592231963820,0.99377835 +1537,17592288577967,17592232591124,17592231963820,0.9972941 +1538,17592298332116,17592232591124,17592231963820,0.99618965 +1539,17592292811080,17592232591124,17592231963820,0.9946256 +1540,17592293386374,17592232591124,17592231963820,0.99688286 +1541,17592300874638,17592232591124,17592231963820,0.9970315 +1542,17592291564729,17592232591124,17592231963820,0.99539715 +1543,17592299663273,17592232591124,17592231963820,0.99556637 +1544,17592294401942,17592232591124,17592231963820,0.9963641 +1545,17592289104748,17592232591124,17592231963820,0.9959548 +1546,17592300874536,17592232591124,17592231963820,0.99595577 +1547,17592289640523,17592232591124,17592231963820,0.99523866 +1548,17592300874681,17592232591124,17592231963820,0.9964367 +1549,17592301867970,17592232591124,17592231963820,0.99689853 +1550,17592301960182,17592232591124,17592231963820,0.9964067 +1551,17592294413463,17592232591124,17592231963820,0.99613065 +1552,17592286794126,17592232591124,17592231963820,0.995788 +1553,17592294413627,17592232591124,17592231963820,0.99606997 +1554,17592301222258,17592232591124,17592231963820,0.99501586 +1555,17592293587884,17592232591124,17592231963820,0.998276 +1556,17592295556776,17592232591124,17592231963820,0.99640846 +1557,17592303468727,17592232591124,17592231963820,0.9986512 +1558,17592289099327,17592232591124,17592231963820,0.9964287 +1559,17592301105527,17592232591124,17592231963820,0.9960252 +1560,17592286794217,17592232591124,17592231963820,0.9972348 +1561,17592288586586,17592232591124,17592231963820,0.9962692 +1562,17592286794140,17592232591124,17592231963820,0.9965017 +1563,17592297584631,17592232591124,17592231963820,0.9972448 +1564,17592295564373,17592232591124,17592231963820,0.994128 +1565,17592288549119,17592232591124,17592231963820,0.99488336 +1566,17592297116923,17592232591124,17592231963820,0.99650633 +1567,17592297843654,17592232591124,17592231963820,0.9967228 +1568,17592292417917,17592232591124,17592231963820,0.99442554 +1569,17592291070333,17592232591124,17592231963820,0.99588674 +1570,17592301768985,17592232591124,17592231963820,0.99958175 +1571,17592293384142,17592232591124,17592231963820,0.99598116 +1572,17592291564574,17592232591124,17592231963820,0.9964189 +1573,17592297116930,17592232591124,17592231963820,0.9961481 +1574,17592299664171,17592232591124,17592231963820,0.9956471 +1575,17592301222263,17592232591124,17592231963820,0.9948025 +1576,17592289640509,17592232591124,17592231963820,0.99541944 +1577,17592303424313,17592232591124,17592231963820,0.99229324 +1578,17592290316536,17592232591124,17592231963820,0.996403 +1579,17592297117087,17592232591124,17592231963820,0.9958432 +1580,17592292415560,17592232591124,17592231963820,0.9940463 +1581,17592299663204,17592232591124,17592231963820,0.99565893 +1582,17592292222431,17592232591124,17592231963820,0.996019 +1583,17592303023977,17592232591124,17592231963820,0.9965227 +1584,17592287740436,17592232591124,17592231963820,0.99696803 +1585,17592303023967,17592232591124,17592231963820,0.9965652 +1586,17592286804140,17592232591124,17592231963820,0.99596167 +1587,17592288095574,17592232591124,17592231963820,0.99700063 +1588,17592301955211,17592232591124,17592231963820,0.9972438 +1589,17592301481304,17592232591124,17592231963820,0.9970389 +1590,17592286794048,17592232591124,17592231963820,0.9970839 +1591,17592286390274,17592232591124,17592231963820,0.99494517 +1592,17592300260329,17592232591124,17592231963820,0.991095 +1593,17592291559229,17592232591124,17592231963820,0.99672055 +1594,17592292934327,17592232591124,17592231963820,0.99601805 +1595,17592289635886,17592232591124,17592231963820,0.9962205 +1596,17592292379380,17592232591124,17592231963820,0.9940361 +1597,17592302476537,17592232591124,17592231963820,0.9971947 +1598,17592292807683,17592232591124,17592231963820,0.996383 +1599,17592295565364,17592232591124,17592231963820,0.9954546 +1600,17592289415671,17592232591124,17592231963820,0.9955259 +1601,17592289099455,17592232591124,17592231963820,0.99639857 +1602,17592291559186,17592232591124,17592231963820,0.9965974 +1603,17592296373357,17592232591124,17592231963820,0.99609154 +1604,17592292811094,17592232591124,17592231963820,0.9945524 +1605,17592293386472,17592232591124,17592231963820,0.9975477 +1606,17592297116959,17592232591124,17592231963820,0.9963386 +1607,17592297117131,17592232591124,17592231963820,0.99578595 +1608,17592287392998,17592232591124,17592231963820,0.99833244 +1609,17592294472234,17592232591124,17592231963820,0.9991594 +1610,17592300879398,17592232591124,17592231963820,0.99578375 +1611,17592289319257,17592232591124,17592231963820,0.99574345 +1612,17592287746082,17592232591124,17592231963820,0.9962185 +1613,17592288073722,17592232591124,17592231963820,0.9965029 +1614,17592300172703,17592232591124,17592231963820,0.9964873 +1615,17592301105532,17592232591124,17592231963820,0.99666065 +1616,17592303193411,17592232591124,17592231963820,0.99904305 +1617,17592299663225,17592232591124,17592231963820,0.9964615 +1618,17592293878380,17592232591124,17592231963820,0.99689144 +1619,17592299663235,17592232591124,17592231963820,0.99511355 +1620,17592301481278,17592232591124,17592231963820,0.99862903 +1621,17592302247266,17592232591124,17592231963820,0.99516517 +1622,17592289104626,17592232591124,17592231963820,0.99442303 +1623,17592292811073,17592232591124,17592231963820,0.9946968 +1624,17592286804027,17592232591124,17592231963820,0.9961923 +1625,17592298348121,17592232591124,17592231963820,0.9986987 +1626,17592292669657,17592232591124,17592231963820,0.99342513 +1627,17592303424804,17592232591124,17592231963820,0.99284357 +1628,17592297584697,17592232591124,17592231963820,0.9971349 +1629,17592300879501,17592232591124,17592231963820,0.99483156 +1630,17592284301698,17592232591124,17592231963820,0.99596703 +1631,17592302822915,17592232591124,17592231963820,0.9987373 +1632,17592292987267,17592232591124,17592231963820,0.9955823 +1633,17592302828291,17592232591124,17592231963820,0.9965377 +1634,17592285623318,17592232591124,17592231963820,0.9954953 +1635,17592293386339,17592232591124,17592231963820,0.9963964 +1636,17592300879465,17592232591124,17592231963820,0.99608845 +1637,17592299148436,17592232591124,17592231963820,0.9965999 +1638,17592289635837,17592232591124,17592231963820,0.9961777 +1639,17592301105487,17592232591124,17592231963820,0.9966497 +1640,17592301953746,17592232591124,17592231963820,0.9955106 +1641,17592286803831,17592232591124,17592231963820,0.99701536 +1642,17592297109650,17592232591124,17592231963820,0.9965103 +1643,17592299148461,17592232591124,17592231963820,0.996861 +1644,17592286803780,17592232591124,17592231963820,0.995013 +1645,17592292217855,17592232591124,17592231963820,0.9969999 +1646,17592287737775,17592232591124,17592231963820,0.99604267 +1647,17592292217827,17592232591124,17592231963820,0.99694806 +1648,17592300172743,17592232591124,17592231963820,0.99642175 +1649,17592300874511,17592232591124,17592231963820,0.9968333 +1650,17592298332219,17592232591124,17592231963820,0.99610484 +1651,17592299663881,17592232591124,17592231963820,0.9960164 +1652,17592288586664,17592232591124,17592231963820,0.9964708 +1653,17592302660872,17592232591124,17592231963820,0.99511915 +1654,17592297863487,17592232591124,17592231963820,0.995756 +1655,17592294412388,17592232591124,17592231963820,0.97872794 +1656,17592291564701,17592232591124,17592231963820,0.9966118 +1657,17592295565479,17592232591124,17592231963820,0.9952537 +1658,17592285291659,17592232591124,17592231963820,0.9957157 +1659,17592294472189,17592232591124,17592231963820,0.99876356 +1660,17592301955105,17592232591124,17592231963820,0.99733824 +1661,17592294413613,17592232591124,17592231963820,0.99571925 +1662,17592287327401,17592232591124,17592231963820,0.9958147 +1663,17592286794295,17592232591124,17592231963820,0.996609 +1664,17592290316578,17592232591124,17592231963820,0.9961936 +1665,17592291564708,17592232591124,17592231963820,0.99641675 +1666,17592294413498,17592232591124,17592231963820,0.996233 +1667,17592301105502,17592232591124,17592231963820,0.9966078 +1668,17592297109622,17592232591124,17592231963820,0.99707586 +1669,17592288577910,17592232591124,17592231963820,0.99732846 +1670,17592284301691,17592232591124,17592231963820,0.995824 +1671,17592297109474,17592232591124,17592231963820,0.99696034 +1672,17592303023983,17592232591124,17592231963820,0.99661076 +1673,17592303471195,17592232591124,17592231963820,0.99596155 +1674,17592300020634,17592232591124,17592231963820,0.99685115 +1675,17592286794069,17592232591124,17592231963820,0.9950921 +1676,17592294816594,17592232591124,17592231963820,0.9949259 +1677,17592300874531,17592232591124,17592231963820,0.99706024 +1678,17592302248094,17592232591124,17592231963820,0.99719226 +1679,17592292507822,17592232591124,17592231963820,0.9937451 +1680,17592301481319,17592232591124,17592231963820,0.9967164 +1681,17592294404360,17592232591124,17592231963820,0.99733406 +1682,17592284035418,17592232591124,17592231963820,0.9951481 +1683,17592283996159,17592232591124,17592231963820,0.9953667 +1684,17592303468074,17592232591124,17592231963820,0.99637055 +1685,17592296358660,17592232591124,17592231963820,0.9964601 +1686,17592301958039,17592232591124,17592231963820,0.98411757 +1687,17592287782743,17592232591124,17592231963820,0.9982473 +1688,17592286794238,17592232591124,17592231963820,0.9966647 +1689,17592303024013,17592232591124,17592231963820,0.99646926 +1690,17592293386346,17592232591124,17592231963820,0.9975559 +1691,17592297458476,17592232591124,17592231963820,0.9982803 +1692,17592301960141,17592232591124,17592231963820,0.99612707 +1693,17592287740478,17592232591124,17592231963820,0.9970951 +1694,17592292811101,17592232591124,17592231963820,0.99441606 +1695,17592300879443,17592232591124,17592231963820,0.9944144 +1696,17592292217943,17592232591124,17592231963820,0.9968246 +1697,17592297116097,17592232591124,17592231963820,0.9753987 +1698,17592303026730,17592232591124,17592231963820,0.9953325 +1699,17592298332111,17592232591124,17592231963820,0.9967538 +1700,17592287393757,17592232591124,17592231963820,0.9959852 +1701,17592299664150,17592232591124,17592231963820,0.99590695 +1702,17592294816608,17592232591124,17592231963820,0.99626815 +1703,17592286790662,17592232591124,17592231963820,0.9925742 +1704,17592286794076,17592232591124,17592231963820,0.99590504 +1705,17592301109245,17592232591124,17592231963820,0.9949828 +1706,17592299148431,17592232591124,17592231963820,0.99646556 +1707,17592287321520,17592232591124,17592231963820,0.9966346 +1708,17592289634137,17592232591124,17592231963820,0.99625295 +1709,17592301105492,17592232591124,17592231963820,0.9967007 +1710,17592301105466,17592232591124,17592231963820,0.9962038 +1711,17592286803773,17592232591124,17592231963820,0.9964488 +1712,17592299148506,17592232591124,17592231963820,0.9968997 +1713,17592284633536,17592232591124,17592231963820,0.9966205 +1714,17592291557222,17592232591124,17592231963820,0.9963443 +1715,17592294811869,17592232591124,17592231963820,0.99622124 +1716,17592301960146,17592232591124,17592231963820,0.9963936 +1717,17592286794182,17592232591124,17592231963820,0.99697495 +1718,17592292807653,17592232591124,17592231963820,0.996427 +1719,17592295556898,17592232591124,17592231963820,0.9969429 +1720,17592298332161,17592232591124,17592231963820,0.9961342 +1721,17592287528262,17592232591124,17592231963820,0.9961457 +1722,17592286222350,17592232591124,17592231963820,0.9947975 +1723,17592299148491,17592232591124,17592231963820,0.9962842 +1724,17592284159031,17592232591124,17592231963820,0.9959821 +1725,17592295565436,17592232591124,17592231963820,0.9944085 +1726,17592300169487,17592232591124,17592231963820,0.99726355 +1727,17592300172737,17592232591124,17592231963820,0.9965714 +1728,17592292417931,17592232591124,17592231963820,0.99456686 +1729,17592287746160,17592232591124,17592231963820,0.99580294 +1730,17592303530861,17592232591124,17592231963820,0.9716786 +1731,17592300169502,17592232591124,17592231963820,0.99730766 +1732,17592298332082,17592232591124,17592231963820,0.9961919 +1733,17592294413683,17592232591124,17592231963820,0.9966415 +1734,17592286794019,17592232591124,17592231963820,0.99588203 +1735,17592291557260,17592232591124,17592231963820,0.9966981 +1736,17592294472220,17592232591124,17592231963820,0.9990957 +1737,17592292222379,17592232591124,17592231963820,0.9958324 +1738,17592292807704,17592232591124,17592231963820,0.99601555 +1739,17592299664177,17592232591124,17592231963820,0.99617505 +1740,17592293386458,17592232591124,17592231963820,0.99759305 +1741,17592296358667,17592232591124,17592231963820,0.996685 +1742,17592298381053,17592232591124,17592231963820,0.9956496 +1743,17592286794337,17592232591124,17592231963820,0.9951596 +1744,17592290468211,17592232591124,17592231963820,0.9964234 +1745,17592292215703,17592232591124,17592231963820,0.9938491 +1746,17592299664226,17592232591124,17592231963820,0.99511987 +1747,17592287528087,17592232591124,17592231963820,0.99585605 +1748,17592289635893,17592232591124,17592231963820,0.996433 +1749,17592293384157,17592232591124,17592231963820,0.99629986 +1750,17592293393319,17592232591124,17592231963820,0.996092 +1751,17592303467223,17592232591124,17592231963820,0.99424344 +1752,17592292507401,17592232591124,17592231963820,0.9975582 +1753,17592291810718,17592232591124,17592231963820,0.9964038 +1754,17592298332151,17592232591124,17592231963820,0.9954718 +1755,17592294413527,17592232591124,17592231963820,0.996257 +1756,17592294404210,17592232591124,17592231963820,0.99672186 +1757,17592299664130,17592232591124,17592231963820,0.9962708 +1758,17592303024034,17592232591124,17592231963820,0.9965438 +1759,17592286206036,17592232591124,17592231963820,0.9950966 +1760,17592302660877,17592232591124,17592231963820,0.9948378 +1761,17592289104769,17592232591124,17592231963820,0.99608517 +1762,17592286794494,17592232591124,17592231963820,0.99525726 +1763,17592302256406,17592232591124,17592231963820,0.9961436 +1764,17592286794210,17592232591124,17592231963820,0.9962184 +1765,17592289640586,17592232591124,17592231963820,0.9956067 +1766,17592289635921,17592232591124,17592231963820,0.9966346 +1767,17592294412410,17592232591124,17592231963820,0.97790533 +1768,17592303468069,17592232591124,17592231963820,0.9966061 +1769,17592286794168,17592232591124,17592231963820,0.99719304 +1770,17592286794161,17592232591124,17592231963820,0.99584985 +1771,17592301481299,17592232591124,17592231963820,0.9969198 +1772,17592292983851,17592232591124,17592231963820,0.995693 +1773,17592302823703,17592232591124,17592231963820,0.99538505 +1774,17592299664166,17592232591124,17592231963820,0.9954189 +1775,17592285290527,17592232591124,17592231963820,0.9963283 +1776,17592287746075,17592232591124,17592231963820,0.9956771 +1777,17592299148486,17592232591124,17592231963820,0.99703544 +1778,17592288586643,17592232591124,17592231963820,0.99661475 +1779,17592301105507,17592232591124,17592231963820,0.996093 +1780,17592299664209,17592232591124,17592231963820,0.9952976 +1781,17592296373422,17592232591124,17592231963820,0.9953764 +1782,17592297116945,17592232591124,17592231963820,0.99614286 +1783,17592292217928,17592232591124,17592231963820,0.9969272 +1784,17592301955186,17592232591124,17592231963820,0.99715203 +1785,17592300169497,17592232591124,17592231963820,0.99729973 +1786,17592302660839,17592232591124,17592231963820,0.9949259 +1787,17592286794408,17592232591124,17592231963820,0.9972045 +1788,17592297589100,17592232591124,17592231963820,0.996397 +1789,17592293386367,17592232591124,17592231963820,0.9975014 +1790,17592292222460,17592232591124,17592231963820,0.99588287 +1791,17592297843715,17592232591124,17592231963820,0.9964462 +1792,17592297589086,17592232591124,17592231963820,0.99653435 +1793,17592295565429,17592232591124,17592231963820,0.99466705 +1794,17592284633450,17592232591124,17592231963820,0.99682784 +1795,17592303024024,17592232591124,17592231963820,0.9964094 +1796,17592290313373,17592232591124,17592231963820,0.9971292 +1797,17592289097862,17592232591124,17592231963820,0.99363995 +1798,17592287740394,17592232591124,17592231963820,0.9971869 +1799,17592303023378,17592232591124,17592231963820,0.99398035 +1800,17592286794401,17592232591124,17592231963820,0.99617815 +1801,17592287746146,17592232591124,17592231963820,0.99632126 +1802,17592302255658,17592232591124,17592231963820,0.99337715 +1803,17592301769691,17592232591124,17592231963820,0.9997113 +1804,17592286794459,17592232591124,17592231963820,0.9963185 +1805,17592288575044,17592232591124,17592231963820,0.9957119 +1806,17592286794473,17592232591124,17592231963820,0.9969502 +1807,17592284658566,17592232591124,17592231963820,0.99604475 +1808,17592290313387,17592232591124,17592231963820,0.9967262 +1809,17592290674146,17592232591124,17592231963820,0.9971869 +1810,17592286803824,17592232591124,17592231963820,0.99634063 +1811,17592296373400,17592232591124,17592231963820,0.99563414 +1812,17592295554027,17592232591124,17592231963820,0.9953198 +1813,17592292222322,17592232591124,17592231963820,0.9956916 +1814,17592289319763,17592232591124,17592231963820,0.9963854 +1815,17592292217820,17592232591124,17592231963820,0.9957311 +1816,17592285154150,17592232591124,17592231963820,0.9960336 +1817,17592291559151,17592232591124,17592231963820,0.9973287 +1818,17592302256431,17592232591124,17592231963820,0.9957196 +1819,17592302590752,17592232591124,17592231963820,0.994273 +1820,17592297584624,17592232591124,17592231963820,0.99722505 +1821,17592301955169,17592232591124,17592231963820,0.9966511 +1822,17592286804034,17592232591124,17592231963820,0.99529606 +1823,17592289635928,17592232591124,17592231963820,0.99636877 +1824,17592286971277,17592232591124,17592231963820,0.9958945 +1825,17592289099306,17592232591124,17592231963820,0.9969717 +1826,17592284633435,17592232591124,17592231963820,0.99692076 +1827,17592299148451,17592232591124,17592231963820,0.99625295 +1828,17592285623523,17592232591124,17592231963820,0.9960063 +1829,17592295565357,17592232591124,17592231963820,0.9952511 +1830,17592301811323,17592232591124,17592231963820,0.9970004 +1831,17592287740613,17592232591124,17592231963820,0.9967262 +1832,17592295556706,17592232591124,17592231963820,0.9964646 +1833,17592292811012,17592232591124,17592231963820,0.9948027 +1834,17592286205909,17592232591124,17592231963820,0.99417806 +1835,17592293393275,17592232591124,17592231963820,0.9956757 +1836,17592299664079,17592232591124,17592231963820,0.9961407 +1837,17592289199771,17592232591124,17592231963820,0.99360335 +1838,17592293588932,17592232591124,17592231963820,0.9967463 +1839,17592301485425,17592232591124,17592231963820,0.9956648 +1840,17592295556848,17592232591124,17592231963820,0.99613607 +1841,17592303190420,17592232591124,17592231963820,0.9959866 +1842,17592294472197,17592232591124,17592231963820,0.99877894 +1843,17592289099434,17592232591124,17592231963820,0.99649405 +1844,17592290887095,17592232591124,17592231963820,0.9967392 +1845,17592301486233,17592232591124,17592231963820,0.99500495 +1846,17592284557800,17592232591124,17592231963820,0.99634004 +1847,17592284640109,17592232591124,17592231963820,0.9959776 +1848,17592301689643,17592232591124,17592231963820,0.99683875 +1849,17592292807597,17592232591124,17592231963820,0.9960417 +1850,17592302248089,17592232591124,17592231963820,0.9967033 +1851,17592290313380,17592232591124,17592231963820,0.99668133 +1852,17592300874623,17592232591124,17592231963820,0.99591184 +1853,17592300429370,17592232591124,17592231963820,0.99664944 +1854,17592299659731,17592232591124,17592231963820,0.9990729 +1855,17592298332182,17592232591124,17592231963820,0.99556017 +1856,17592295565443,17592232591124,17592231963820,0.99528706 +1857,17592283995104,17592232591124,17592231963820,0.9980147 +1858,17592287263620,17592232591124,17592231963820,0.99574006 +1859,17592294404339,17592232591124,17592231963820,0.9967033 +1860,17592294472212,17592232591124,17592231963820,0.9983421 +1861,17592292222259,17592232591124,17592231963820,0.9960868 +1862,17592290316543,17592232591124,17592231963820,0.99600095 +1863,17592287740592,17592232591124,17592231963820,0.9966787 +1864,17592299658542,17592232591124,17592231963820,0.99700606 +1865,17592286794379,17592232591124,17592231963820,0.9971115 +1866,17592287740564,17592232591124,17592231963820,0.996932 +1867,17592291810338,17592232591124,17592231963820,0.9948208 +1868,17592292807725,17592232591124,17592231963820,0.9960018 +1869,17592284098528,17592232591124,17592231963820,0.99587053 +1870,17592302069894,17592232591124,17592231963820,0.99644077 +1871,17592292807660,17592232591124,17592231963820,0.9963764 +1872,17592292217890,17592232591124,17592231963820,0.99695307 +1873,17592293386381,17592232591124,17592231963820,0.99783844 +1874,17592284633479,17592232591124,17592231963820,0.99628156 +1875,17592284658512,17592232591124,17592231963820,0.995932 +1876,17592297843705,17592232591124,17592231963820,0.99677247 +1877,17592286390133,17592232591124,17592231963820,0.99514586 +1878,17592297584675,17592232591124,17592231963820,0.9971727 +1879,17592288574962,17592232591124,17592231963820,0.9957277 +1880,17592293386310,17592232591124,17592231963820,0.9970351 +1881,17592288586550,17592232591124,17592231963820,0.9961833 +1882,17592302397080,17592232591124,17592231963820,0.9903688 +1883,17592289318923,17592232591124,17592231963820,0.99798256 +1884,17592292222315,17592232591124,17592231963820,0.99610424 +1885,17592289200155,17592232591124,17592231963820,0.99528086 +1886,17592286793976,17592232591124,17592231963820,0.99656034 +1887,17592289099356,17592232591124,17592231963820,0.9965272 +1888,17592300874572,17592232591124,17592231963820,0.99615484 +1889,17592302069878,17592232591124,17592231963820,0.99641085 +1890,17592301694517,17592232591124,17592231963820,0.9969342 +1891,17592302248083,17592232591124,17592231963820,0.99715084 +1892,17592296373350,17592232591124,17592231963820,0.99566764 +1893,17592300879536,17592232591124,17592231963820,0.9962108 +1894,17592288577981,17592232591124,17592231963820,0.9971912 +1895,17592297863510,17592232591124,17592231963820,0.99563044 +1896,17592302477835,17592232591124,17592231963820,0.9964014 +1897,17592302248058,17592232591124,17592231963820,0.9970766 +1898,17592289099470,17592232591124,17592231963820,0.9969267 +1899,17592302829415,17592232591124,17592231963820,0.97602427 +1900,17592291810711,17592232591124,17592231963820,0.9964873 +1901,17592297109552,17592232591124,17592231963820,0.99704194 +1902,17592294813149,17592232591124,17592231963820,0.997192 +1903,17592289635872,17592232591124,17592231963820,0.9965997 +1904,17592303246274,17592232591124,17592231963820,0.9959668 +1905,17592291211389,17592232591124,17592231963820,0.9961686 +1906,17592298381068,17592232591124,17592231963820,0.995779 +1907,17592293386332,17592232591124,17592231963820,0.99691695 +1908,17592297589143,17592232591124,17592231963820,0.99623394 +1909,17592292806569,17592232591124,17592231963820,0.9954183 +1910,17592289199874,17592232591124,17592231963820,0.99397516 +1911,17592291559272,17592232591124,17592231963820,0.997018 +1912,17592297109636,17592232591124,17592231963820,0.9972932 +1913,17592302476542,17592232591124,17592231963820,0.9971537 +1914,17592302256374,17592232591124,17592231963820,0.99592084 +1915,17592287746132,17592232591124,17592231963820,0.9964 +1916,17592301867965,17592232591124,17592231963820,0.996883 +1917,17592284633543,17592232591124,17592231963820,0.996574 +1918,17592286803882,17592232591124,17592231963820,0.9969443 +1919,17592297116104,17592232591124,17592231963820,0.9751027 +1920,17592284098668,17592232591124,17592231963820,0.99567115 +1921,17592284301705,17592232591124,17592231963820,0.9958755 +1922,17592302647747,17592232591124,17592231963820,0.9938977 +1923,17592295556734,17592232591124,17592231963820,0.9969082 +1924,17592287744941,17592232591124,17592231963820,0.9936332 +1925,17592294413690,17592232591124,17592231963820,0.99640715 +1926,17592286804155,17592232591124,17592231963820,0.9966297 +1927,17592287320130,17592232591124,17592231963820,0.9958971 +1928,17592300874618,17592232591124,17592231963820,0.99648255 +1929,17592291564588,17592232591124,17592231963820,0.9963392 +1930,17592297584704,17592232591124,17592231963820,0.99726176 +1931,17592289640579,17592232591124,17592231963820,0.99528766 +1932,17592291559244,17592232591124,17592231963820,0.9971548 +1933,17592293386353,17592232591124,17592231963820,0.9966864 +1934,17592286794231,17592232591124,17592231963820,0.9958781 +1935,17592291564715,17592232591124,17592231963820,0.99602485 +1936,17592297863526,17592232591124,17592231963820,0.99572724 +1937,17592294412424,17592232591124,17592231963820,0.9749226 +1938,17592303024039,17592232591124,17592231963820,0.996609 +1939,17592289099420,17592232591124,17592231963820,0.9957779 +1940,17592301959505,17592232591124,17592231963820,0.9950125 +1941,17592302248042,17592232591124,17592231963820,0.9967329 +1942,17592284640028,17592232591124,17592231963820,0.9958119 +1943,17592289319485,17592232591124,17592231963820,0.9956783 +1944,17592286794062,17592232591124,17592231963820,0.9957938 +1945,17592293386493,17592232591124,17592231963820,0.99644125 +1946,17592303471180,17592232591124,17592231963820,0.995468 +1947,17592301481288,17592232591124,17592231963820,0.99688333 +1948,17592286794415,17592232591124,17592231963820,0.9950334 +1949,17592295556699,17592232591124,17592231963820,0.9965329 +1950,17592286803723,17592232591124,17592231963820,0.99607754 +1951,17592294813135,17592232591124,17592231963820,0.99620247 +1952,17592284301684,17592232591124,17592231963820,0.99381024 +1953,17592288577931,17592232591124,17592231963820,0.9972957 +1954,17592300879571,17592232591124,17592231963820,0.994689 +1955,17592292222393,17592232591124,17592231963820,0.9959574 +1956,17592293386416,17592232591124,17592231963820,0.997003 +1957,17592301109229,17592232591124,17592231963820,0.9948625 +1958,17592287485278,17592232591124,17592231963820,0.996389 +1959,17592294813128,17592232591124,17592231963820,0.99715346 +1960,17592295553997,17592232591124,17592231963820,0.99067354 +1961,17592300874686,17592232591124,17592231963820,0.99701965 +1962,17592297843690,17592232591124,17592231963820,0.99641794 +1963,17592287528529,17592232591124,17592231963820,0.9968495 +1964,17592301959515,17592232591124,17592231963820,0.9950125 +1965,17592294412381,17592232591124,17592231963820,0.9758683 +1966,17592284552341,17592232591124,17592231963820,0.99645644 +1967,17592287746305,17592232591124,17592231963820,0.9960001 +1968,17592284640072,17592232591124,17592231963820,0.9962089 +1969,17592294404266,17592232591124,17592231963820,0.9970761 +1970,17592286794034,17592232591124,17592231963820,0.9969117 +1971,17592297863552,17592232591124,17592231963820,0.99558395 +1972,17592303023992,17592232591124,17592231963820,0.9964878 +1973,17592292416079,17592232591124,17592231963820,0.9958854 +1974,17592303468079,17592232591124,17592231963820,0.9967588 +1975,17592291910013,17592232591124,17592231963820,0.9953427 +1976,17592295556804,17592232591124,17592231963820,0.99694026 +1977,17592290313417,17592232591124,17592231963820,0.9969313 +1978,17592301105482,17592232591124,17592231963820,0.996595 +1979,17592294413505,17592232591124,17592231963820,0.9959548 +1980,17592287746239,17592232591124,17592231963820,0.9965206 +1981,17592293393210,17592232591124,17592231963820,0.99554676 +1982,17592286793997,17592232591124,17592231963820,0.9966168 +1983,17592292807667,17592232591124,17592231963820,0.9964353 +1984,17592286803983,17592232591124,17592231963820,0.9934459 +1985,17592302476548,17592232591124,17592231963820,0.99814355 +1986,17592284528338,17592232591124,17592231963820,0.9981637 +1987,17592301482130,17592232591124,17592231963820,0.9987047 +1988,17592288578017,17592232591124,17592231963820,0.99690366 +1989,17592288586678,17592232591124,17592231963820,0.9957887 +1990,17592301482399,17592232591124,17592231963820,0.9991329 +1991,17592293172604,17592232591124,17592231963820,0.9959237 +1992,17592300874577,17592232591124,17592231963820,0.9970156 +1993,17592291564666,17592232591124,17592231963820,0.9965583 +1994,17592289634167,17592232591124,17592231963820,0.99638087 +1995,17592298381083,17592232591124,17592231963820,0.9939133 +1996,17592294404238,17592232591124,17592231963820,0.9969509 +1997,17592284544343,17592232591124,17592231963820,0.99569625 +1998,17592302256421,17592232591124,17592231963820,0.9963835 +1999,17592294404395,17592232591124,17592231963820,0.9972437 +2000,17592301956402,17592232591124,17592231963820,0.9991669 +2001,17592292417910,17592232591124,17592231963820,0.9946967 +2002,17592284301275,17592232591124,17592231963820,0.99677914 +2003,17592296373429,17592232591124,17592231963820,0.9958489 +2004,17592286794480,17592232591124,17592231963820,0.997287 +2005,17592303190425,17592232591124,17592231963820,0.9948069 +2006,17592301955084,17592232591124,17592231963820,0.99695116 +2007,17592286794147,17592232591124,17592231963820,0.99732375 +2008,17592289640516,17592232591124,17592231963820,0.9953235 +2009,17592301485410,17592232591124,17592231963820,0.99589187 +2010,17592289640912,17592232591124,17592231963820,0.9947712 +2011,17592286803939,17592232591124,17592231963820,0.9963305 +2012,17592292807690,17592232591124,17592231963820,0.9964481 +2013,17592291069932,17592232591124,17592231963820,0.99698186 +2014,17592293588771,17592232591124,17592231963820,0.9959757 +2015,17592290313438,17592232591124,17592231963820,0.9969672 +2016,17592292378497,17592232591124,17592231963820,0.99775743 +2017,17592302830186,17592232591124,17592231963820,0.99527663 +2018,17592301956397,17592232591124,17592231963820,0.9988386 +2019,17592300874491,17592232591124,17592231963820,0.99707574 +2020,17592301955110,17592232591124,17592231963820,0.997651 +2021,17592289104704,17592232591124,17592231963820,0.99469125 +2022,17592292222280,17592232591124,17592231963820,0.99424523 +2023,17592296373378,17592232591124,17592231963820,0.995915 +2024,17592287746218,17592232591124,17592231963820,0.99650145 +2025,17592292807625,17592232591124,17592231963820,0.99635714 +2026,17592295556692,17592232591124,17592231963820,0.9968951 +2027,17592302248078,17592232591124,17592231963820,0.9969733 +2028,17592299664140,17592232591124,17592231963820,0.99633217 +2029,17592286803652,17592232591124,17592231963820,0.99704885 +2030,17592292217848,17592232591124,17592231963820,0.9967719 +2031,17592287740485,17592232591124,17592231963820,0.99712825 +2032,17592298332166,17592232591124,17592231963820,0.99619466 +2033,17592301185568,17592232591124,17592231963820,0.9962223 +2034,17592291557193,17592232591124,17592231963820,0.9965384 +2035,17592302256411,17592232591124,17592231963820,0.99627435 +2036,17592290886398,17592232591124,17592231963820,0.9957712 +2037,17592303468064,17592232591124,17592231963820,0.9963278 +2038,17592303219347,17592232591124,17592231963820,0.99790883 +2039,17592303467207,17592232591124,17592231963820,0.99474066 +2040,17592295556762,17592232591124,17592231963820,0.9961857 +2041,17592287327387,17592232591124,17592231963820,0.99532443 +2042,17592286793990,17592232591124,17592231963820,0.9966847 +2043,17592287740585,17592232591124,17592231963820,0.9963507 +2044,17592303194252,17592232591124,17592231963820,0.9947472 +2045,17592294401823,17592232591124,17592231963820,0.996389 +2046,17592291559214,17592232591124,17592231963820,0.9965724 +2047,17592302256379,17592232591124,17592231963820,0.9960652 +2048,17592292508136,17592232591124,17592231963820,0.995166 +2049,17592286971103,17592232591124,17592231963820,0.99575335 +2050,17592290468327,17592232591124,17592231963820,0.9969293 +2051,17592286952745,17592232591124,17592231963820,0.99564695 +2052,17592286803925,17592232591124,17592231963820,0.9964761 +2053,17592287746153,17592232591124,17592231963820,0.9954177 +2054,17592292217876,17592232591124,17592231963820,0.99647033 +2055,17592303471504,17592232591124,17592231963820,0.9947229 +2056,17592289099363,17592232591124,17592231963820,0.99699706 +2057,17592297117016,17592232591124,17592231963820,0.9954401 +2058,17592288577889,17592232591124,17592231963820,0.9970175 +2059,17592300879661,17592232591124,17592231963820,0.99449205 +2060,17592301960277,17592232591124,17592231963820,0.99557835 +2061,17592289099441,17592232591124,17592231963820,0.99654007 +2062,17592297109594,17592232591124,17592231963820,0.99675083 +2063,17592294404367,17592232591124,17592231963820,0.9971151 +2064,17592287327394,17592232591124,17592231963820,0.99560446 +2065,17592303023997,17592232591124,17592231963820,0.9965606 +2066,17592286803630,17592232591124,17592231963820,0.99631673 +2067,17592302256395,17592232591124,17592231963820,0.99625605 +2068,17592297843659,17592232591124,17592231963820,0.9966633 +2069,17592301960166,17592232591124,17592231963820,0.99655855 +2070,17592284658581,17592232591124,17592231963820,0.9959645 +2071,17592284301267,17592232591124,17592231963820,0.99666977 +2072,17592297109629,17592232591124,17592231963820,0.99696684 +2073,17592286803588,17592232591124,17592231963820,0.99560124 +2074,17592291559158,17592232591124,17592231963820,0.9972964 +2075,17592294816580,17592232591124,17592231963820,0.994839 +2076,17592286794309,17592232591124,17592231963820,0.99656546 +2077,17592284727278,17592232591124,17592231963820,0.99614406 +2078,17592294404388,17592232591124,17592231963820,0.9971164 +2079,17592299658582,17592232591124,17592231963820,0.99671984 +2080,17592287321528,17592232591124,17592231963820,0.9964329 +2081,17592301219838,17592232591124,17592231963820,0.996017 +2082,17592297863547,17592232591124,17592231963820,0.9954446 +2083,17592286794266,17592232591124,17592231963820,0.9972199 +2084,17592298381088,17592232591124,17592231963820,0.9938611 +2085,17592286952449,17592232591124,17592231963820,0.9957963 +2086,17592303026710,17592232591124,17592231963820,0.99545366 +2087,17592291564644,17592232591124,17592231963820,0.99548686 +2088,17592296358610,17592232591124,17592231963820,0.99671984 +2089,17592293732780,17592232591124,17592231963820,0.99689484 +2090,17592292217785,17592232591124,17592231963820,0.9957759 +2091,17592294404381,17592232591124,17592231963820,0.9969721 +2092,17592301670492,17592232591124,17592231963820,0.9961357 +2093,17592286803953,17592232591124,17592231963820,0.99546576 +2094,17592295556790,17592232591124,17592231963820,0.9964768 +2095,17592289640530,17592232591124,17592231963820,0.9958138 +2096,17592296358783,17592232591124,17592231963820,0.9991139 +2097,17592295556713,17592232591124,17592231963820,0.9964398 +2098,17592290674191,17592232591124,17592231963820,0.9972185 +2099,17592297589079,17592232591124,17592231963820,0.99649715 +2100,17592287740492,17592232591124,17592231963820,0.99636877 +2101,17592303024002,17592232591124,17592231963820,0.9965997 +2102,17592292807604,17592232591124,17592231963820,0.99592656 +2103,17592300688948,17592232591124,17592231963820,0.9991156 +2104,17592288577854,17592232591124,17592231963820,0.9969715 +2105,17592292807646,17592232591124,17592231963820,0.9963618 +2106,17592302472245,17592232591124,17592231963820,0.99675417 +2107,17592300169492,17592232591124,17592231963820,0.99718904 +2108,17592298332126,17592232591124,17592231963820,0.99680275 +2109,17592284633550,17592232591124,17592231963820,0.99657166 +2110,17592297109601,17592232591124,17592231963820,0.99718785 +2111,17592286803918,17592232591124,17592231963820,0.99528766 +2112,17592284633464,17592232591124,17592231963820,0.99782914 +2113,17592303468059,17592232591124,17592231963820,0.9965668 +2114,17592302256416,17592232591124,17592231963820,0.99561054 +2115,17592286803758,17592232591124,17592231963820,0.9964682 +2116,17592295553939,17592232591124,17592231963820,0.995082 +2117,17592284035396,17592232591124,17592231963820,0.99577874 +2118,17592297117094,17592232591124,17592231963820,0.9960014 +2119,17592297111467,17592232591124,17592231963820,0.9990607 +2120,17592295554004,17592232591124,17592231963820,0.99496365 +2121,17592289415948,17592232591124,17592231963820,0.99627256 +2122,17592299654427,17592232591124,17592231963820,0.9968225 +2123,17592294401794,17592232591124,17592231963820,0.9967171 +2124,17592286803688,17592232591124,17592231963820,0.9954368 +2125,17592302648479,17592232591124,17592231963820,0.99832016 +2126,17592289104662,17592232591124,17592231963820,0.996106 +2127,17592302249037,17592232591124,17592231963820,0.9981037 +2128,17592295565350,17592232591124,17592231963820,0.99537605 +2129,17592300874654,17592232591124,17592231963820,0.9961443 +2130,17592295565457,17592232591124,17592231963820,0.9954316 +2131,17592301960293,17592232591124,17592231963820,0.99648803 +2132,17592295565450,17592232591124,17592231963820,0.994952 +2133,17592287263807,17592232591124,17592231963820,0.9926751 +2134,17592294404217,17592232591124,17592231963820,0.9971882 +2135,17592294413599,17592232591124,17592231963820,0.99638563 +2136,17592286390140,17592232591124,17592231963820,0.9961521 +2137,17592295565472,17592232591124,17592231963820,0.9953345 +2138,17592297117009,17592232591124,17592231963820,0.99567246 +2139,17592300874481,17592232591124,17592231963820,0.9964885 +2140,17592300874691,17592232591124,17592231963820,0.99607456 +2141,17592300879470,17592232591124,17592231963820,0.9959943 +2142,17592303194289,17592232591124,17592231963820,0.9927287 +2143,17592293393341,17592232591124,17592231963820,0.9952989 +2144,17592299148471,17592232591124,17592231963820,0.9967892 +2145,17592287320243,17592232591124,17592231963820,0.9964139 +2146,17592295556720,17592232591124,17592231963820,0.99692744 +2147,17592301481283,17592232591124,17592231963820,0.99700326 +2148,17592298381100,17592232591124,17592231963820,0.99570274 +2149,17592300879418,17592232591124,17592231963820,0.9948256 +2150,17592287746204,17592232591124,17592231963820,0.9961954 +2151,17592302822326,17592232591124,17592231963820,0.9958587 +2152,17592284547248,17592232591124,17592231963820,0.9957086 +2153,17592297843664,17592232591124,17592231963820,0.9966068 +2154,17592290467024,17592232591124,17592231963820,0.99613327 +2155,17592288586593,17592232591124,17592231963820,0.99641675 +2156,17592289640565,17592232591124,17592231963820,0.9949881 +2157,17592302830160,17592232591124,17592231963820,0.99541605 +2158,17592291559179,17592232591124,17592231963820,0.9967386 +2159,17592302648469,17592232591124,17592231963820,0.99620247 +2160,17592297116966,17592232591124,17592231963820,0.9964355 +2161,17592302247255,17592232591124,17592231963820,0.9953134 +2162,17592299662768,17592232591124,17592231963820,0.994323 +2163,17592297584654,17592232591124,17592231963820,0.99728125 +2164,17592289099398,17592232591124,17592231963820,0.99695307 +2165,17592297109566,17592232591124,17592231963820,0.99685884 +2166,17592303468053,17592232591124,17592231963820,0.99672043 +2167,17592295565315,17592232591124,17592231963820,0.99523747 +2168,17592299148543,17592232591124,17592231963820,0.99664307 +2169,17592291563921,17592232591124,17592231963820,0.9932686 +2170,17592291564595,17592232591124,17592231963820,0.9962704 +2171,17592284640021,17592232591124,17592231963820,0.99617326 +2172,17592292227406,17592232591124,17592231963820,0.9877309 +2173,17592286803990,17592232591124,17592231963820,0.9949907 +2174,17592295553902,17592232591124,17592231963820,0.9950941 +2175,17592293380420,17592232591124,17592231963820,0.99817544 +2176,17592293393312,17592232591124,17592231963820,0.9961534 +2177,17592294404252,17592232591124,17592231963820,0.9971486 +2178,17592297863558,17592232591124,17592231963820,0.99516326 +2179,17592288095544,17592232591124,17592231963820,0.998366 +2180,17592288578010,17592232591124,17592231963820,0.9967946 +2181,17592284640086,17592232591124,17592231963820,0.996041 +2182,17592286804004,17592232591124,17592231963820,0.99680144 +2183,17592299148481,17592232591124,17592231963820,0.9965054 +2184,17592303194322,17592232591124,17592231963820,0.99504775 +2185,17592302249026,17592232591124,17592231963820,0.99880475 +2186,17592294413541,17592232591124,17592231963820,0.99639386 +2187,17592298332072,17592232591124,17592231963820,0.9967551 +2188,17592298332187,17592232591124,17592231963820,0.9962425 +2189,17592290313402,17592232591124,17592231963820,0.9970956 +2190,17592294413477,17592232591124,17592231963820,0.9959225 +2191,17592294412403,17592232591124,17592231963820,0.9752301 +2192,17592294401858,17592232591124,17592231963820,0.99595714 +2193,17592289640032,17592232591124,17592231963820,0.97539407 +2194,17592293393940,17592232591124,17592231963820,0.99500316 +2195,17592301955140,17592232591124,17592231963820,0.9966268 +2196,17592286794487,17592232591124,17592231963820,0.9966288 +2197,17592284547414,17592232591124,17592231963820,0.9957178 +2198,17592288577988,17592232591124,17592231963820,0.99725986 +2199,17592284633399,17592232591124,17592231963820,0.9969612 +2200,17592301960237,17592232591124,17592231963820,0.9957208 +2201,17592292507741,17592232591124,17592231963820,0.9925879 +2202,17592292222287,17592232591124,17592231963820,0.99415255 +2203,17592300879526,17592232591124,17592231963820,0.99450046 +2204,17592291564609,17592232591124,17592231963820,0.996181 +2205,17592292984145,17592232591124,17592231963820,0.9964386 +2206,17592289635830,17592232591124,17592231963820,0.9964715 +2207,17592299962837,17592232591124,17592231963820,0.998406 +2208,17592299658577,17592232591124,17592231963820,0.9969612 +2209,17592288575037,17592232591124,17592231963820,0.99673134 +2210,17592293393348,17592232591124,17592231963820,0.9970499 +2211,17592297109502,17592232591124,17592231963820,0.99701464 +2212,17592299148532,17592232591124,17592231963820,0.99707097 +2213,17592295556678,17592232591124,17592231963820,0.99571913 +2214,17592286803709,17592232591124,17592231963820,0.99565196 +2215,17592291559165,17592232591124,17592231963820,0.99719095 +2216,17592299664193,17592232591124,17592231963820,0.99535114 +2217,17592292416093,17592232591124,17592231963820,0.995963 +2218,17592286970790,17592232591124,17592231963820,0.99649894 +2219,17592290316557,17592232591124,17592231963820,0.9958842 +2220,17592289104611,17592232591124,17592231963820,0.9959759 +2221,17592301960252,17592232591124,17592231963820,0.99623346 +2222,17592301105497,17592232591124,17592231963820,0.9966445 +2223,17592301105512,17592232591124,17592231963820,0.99613905 +2224,17592303026715,17592232591124,17592231963820,0.99537605 +2225,17592296358618,17592232591124,17592231963820,0.9968264 +2226,17592303471113,17592232591124,17592231963820,0.9951933 +2227,17592293393398,17592232591124,17592231963820,0.9957251 +2228,17592288575007,17592232591124,17592231963820,0.9957772 +2229,17592292222294,17592232591124,17592231963820,0.9959788 +2230,17592292217957,17592232591124,17592231963820,0.9969034 +2231,17592299456655,17592232591124,17592231963820,0.99466217 +2232,17592301955089,17592232591124,17592231963820,0.99728024 +2233,17592297589129,17592232591124,17592231963820,0.99637294 +2234,17592295556855,17592232591124,17592231963820,0.9964866 +2235,17592299658587,17592232591124,17592231963820,0.9966995 +2236,17592299658602,17592232591124,17592231963820,0.9971361 +2237,17592303471133,17592232591124,17592231963820,0.9957018 +2238,17592300874598,17592232591124,17592231963820,0.9968618 +2239,17592293381037,17592232591124,17592231963820,0.99562985 +2240,17592283996166,17592232591124,17592231963820,0.9954939 +2241,17592292378387,17592232591124,17592231963820,0.9941982 +2242,17592284544501,17592232591124,17592231963820,0.9955089 +2243,17592292217813,17592232591124,17592231963820,0.9969708 +2244,17592303190435,17592232591124,17592231963820,0.9960367 +2245,17592301481314,17592232591124,17592231963820,0.9966773 +2246,17592288586536,17592232591124,17592231963820,0.9960165 +2247,17592289099313,17592232591124,17592231963820,0.99649006 +2248,17592303026720,17592232591124,17592231963820,0.9952503 +2249,17592293393246,17592232591124,17592231963820,0.9955788 +2250,17592288586685,17592232591124,17592231963820,0.99655807 +2251,17592295565415,17592232591124,17592231963820,0.9951163 +2252,17592292379220,17592232591124,17592231963820,0.99267995 +2253,17592289099341,17592232591124,17592231963820,0.9964263 +2254,17592294413577,17592232591124,17592231963820,0.9956107 +2255,17592300879614,17592232591124,17592231963820,0.9949682 +2256,17592287740557,17592232591124,17592231963820,0.9967398 +2257,17592301109224,17592232591124,17592231963820,0.99496114 +2258,17592286803537,17592232591124,17592231963820,0.9934064 +2259,17592284633442,17592232591124,17592231963820,0.9967905 +2260,17592299664120,17592232591124,17592231963820,0.99578494 +2261,17592288549670,17592232591124,17592231963820,0.996615 +2262,17592289635900,17592232591124,17592231963820,0.99635094 +2263,17592303190384,17592232591124,17592231963820,0.9947361 +2264,17592303471123,17592232591124,17592231963820,0.99550706 +2265,17592284098675,17592232591124,17592231963820,0.9958525 +2266,17592288575014,17592232591124,17592231963820,0.99504894 +2267,17592293386451,17592232591124,17592231963820,0.9967215 +2268,17592303471128,17592232591124,17592231963820,0.9957696 +2269,17592291559258,17592232591124,17592231963820,0.99729604 +2270,17592286804112,17592232591124,17592231963820,0.99547094 +2271,17592287528255,17592232591124,17592231963820,0.99616283 +2272,17592301408175,17592232591124,17592231963820,0.99677116 +2273,17592301955132,17592232591124,17592231963820,0.99690866 +2274,17592288577924,17592232591124,17592231963820,0.99715465 +2275,17592297116987,17592232591124,17592231963820,0.99660313 +2276,17592291559172,17592232591124,17592231963820,0.99725914 +2277,17592291564637,17592232591124,17592231963820,0.9964694 +2278,17592302828769,17592232591124,17592231963820,0.998896 +2279,17592293393362,17592232591124,17592231963820,0.99590516 +2280,17592287740620,17592232591124,17592231963820,0.9972179 +2281,17592300874526,17592232591124,17592231963820,0.9964474 +2282,17592293393217,17592232591124,17592231963820,0.99593747 +2283,17592294404231,17592232591124,17592231963820,0.9969063 +2284,17592287746298,17592232591124,17592231963820,0.99523854 +2285,17592295565422,17592232591124,17592231963820,0.9954121 +2286,17592286794097,17592232591124,17592231963820,0.99724525 +2287,17592284633501,17592232591124,17592231963820,0.99630415 +2288,17592297589115,17592232591124,17592231963820,0.9963652 +2289,17592287746068,17592232591124,17592231963820,0.99644524 +2290,17592294413470,17592232591124,17592231963820,0.996562 +2291,17592291070842,17592232591124,17592231963820,0.9969521 +2292,17592296358545,17592232591124,17592231963820,0.99649656 +2293,17592301219828,17592232591124,17592231963820,0.9960431 +2294,17592289640551,17592232591124,17592231963820,0.99554026 +2295,17592287263351,17592232591124,17592231963820,0.99576735 +2296,17592288577875,17592232591124,17592231963820,0.99694645 +2297,17592297109608,17592232591124,17592231963820,0.9967328 +2298,17592292417903,17592232591124,17592231963820,0.9945676 +2299,17592292379387,17592232591124,17592231963820,0.9937877 +2300,17592289104676,17592232591124,17592231963820,0.9945685 +2301,17592295556783,17592232591124,17592231963820,0.9965412 +2302,17592302069883,17592232591124,17592231963820,0.99634975 +2303,17592284035389,17592232591124,17592231963820,0.9955241 +2304,17592289099320,17592232591124,17592231963820,0.99596274 +2305,17592287321513,17592232591124,17592231963820,0.9964696 +2306,17592294404317,17592232591124,17592231963820,0.99727595 +2307,17592292807589,17592232591124,17592231963820,0.99586934 +2308,17592289104718,17592232591124,17592231963820,0.9942488 +2309,17592286794090,17592232591124,17592231963820,0.99686825 +2310,17592290316550,17592232591124,17592231963820,0.9956685 +2311,17592298332131,17592232591124,17592231963820,0.99620306 +2312,17592302248063,17592232591124,17592231963820,0.9971201 +2313,17592294413484,17592232591124,17592231963820,0.9961425 +2314,17592294412417,17592232591124,17592231963820,0.9775719 +2315,17592294404346,17592232591124,17592231963820,0.99730223 +2316,17592301960187,17592232591124,17592231963820,0.995956 +2317,17592286793962,17592232591124,17592231963820,0.99635595 +2318,17592297111460,17592232591124,17592231963820,0.99864465 +2319,17592302648454,17592232591124,17592231963820,0.9963776 +2320,17592287783493,17592232591124,17592231963820,0.9957329 +2321,17592298381110,17592232591124,17592231963820,0.99419093 +2322,17592292807632,17592232591124,17592231963820,0.9957936 +2323,17592291564538,17592232591124,17592231963820,0.99567723 +2324,17592297109488,17592232591124,17592231963820,0.9980135 +2325,17592286794344,17592232591124,17592231963820,0.99576306 +2326,17592301955041,17592232591124,17592231963820,0.997116 +2327,17592287746182,17592232591124,17592231963820,0.996338 +2328,17592302477840,17592232591124,17592231963820,0.99626696 +2329,17592287327408,17592232591124,17592231963820,0.99553907 +2330,17592299664155,17592232591124,17592231963820,0.9961109 +2331,17592294413555,17592232591124,17592231963820,0.99648565 +2332,17592298332214,17592232591124,17592231963820,0.9954311 +2333,17592301960131,17592232591124,17592231963820,0.9966434 +2334,17592301109219,17592232591124,17592231963820,0.9948557 +2335,17592299658547,17592232591124,17592231963820,0.9971697 +2336,17592301485415,17592232591124,17592231963820,0.9960908 +2337,17592297109573,17592232591124,17592231963820,0.99721944 +2338,17592294404332,17592232591124,17592231963820,0.99692327 +2339,17592300172721,17592232591124,17592231963820,0.9966332 +2340,17592294404273,17592232591124,17592231963820,0.99715024 +2341,17592303024029,17592232591124,17592231963820,0.99656856 +2342,17592286793969,17592232591124,17592231963820,0.9972568 +2343,17592293732286,17592232591124,17592231963820,0.99621606 +2344,17592287737782,17592232591124,17592231963820,0.9959096 +2345,17592284547572,17592232591124,17592231963820,0.9956231 +2346,17592295101694,17592232591124,17592231963820,0.9959308 +2347,17592294413491,17592232591124,17592231963820,0.9962759 +2348,17592288586607,17592232591124,17592231963820,0.99589187 +2349,17592303023972,17592232591124,17592231963820,0.9965455 +2350,17592299148426,17592232591124,17592231963820,0.9962789 +2351,17592297584668,17592232591124,17592231963820,0.99827635 +2352,17592288577917,17592232591124,17592231963820,0.9967671 +2353,17592299148446,17592232591124,17592231963820,0.9963259 +2354,17592289099391,17592232591124,17592231963820,0.99647033 +2355,17592286803861,17592232591124,17592231963820,0.99511474 +2356,17592303467218,17592232591124,17592231963820,0.99455655 +2357,17592300172688,17592232591124,17592231963820,0.9962708 +2358,17592296037164,17592232591124,17592231963820,0.9967235 +2359,17592300688927,17592232591124,17592231963820,0.99923766 +2360,17592287740506,17592232591124,17592231963820,0.99672055 +2361,17592298381048,17592232591124,17592231963820,0.99582267 +2362,17592301485397,17592232591124,17592231963820,0.99630594 +2363,17592287321506,17592232591124,17592231963820,0.99659956 +2364,17592299663209,17592232591124,17592231963820,0.99648637 +2365,17592286390395,17592232591124,17592231963820,0.99650395 +2366,17592289099370,17592232591124,17592231963820,0.9958848 +2367,17592294813142,17592232591124,17592231963820,0.99623406 +2368,17592300879392,17592232591124,17592231963820,0.9960787 +2369,17592297116909,17592232591124,17592231963820,0.9963196 +2370,17592295556727,17592232591124,17592231963820,0.9957397 +2371,17592300879561,17592232591124,17592231963820,0.99620354 +2372,17592289099448,17592232591124,17592231963820,0.9957317 +2373,17592285291429,17592232591124,17592231963820,0.9954418 +2374,17592301485420,17592232591124,17592231963820,0.9961547 +2375,17592301959510,17592232591124,17592231963820,0.9950125 +2376,17592293386486,17592232591124,17592231963820,0.99662584 +2377,17592298332087,17592232591124,17592231963820,0.99670357 +2378,17592292811044,17592232591124,17592231963820,0.99502593 +2379,17592301955221,17592232591124,17592231963820,0.9973025 +2380,17592300169512,17592232591124,17592231963820,0.99734324 +2381,17592295556797,17592232591124,17592231963820,0.9968905 +2382,17592300879428,17592232591124,17592231963820,0.9961205 +2383,17592286804077,17592232591124,17592231963820,0.995531 +2384,17592288586671,17592232591124,17592231963820,0.99641603 +2385,17592288586529,17592232591124,17592231963820,0.9956866 +2386,17592284633515,17592232591124,17592231963820,0.99660444 +2387,17592293380473,17592232591124,17592231963820,0.9982415 +2388,17592291559193,17592232591124,17592231963820,0.9969715 +2389,17592296358653,17592232591124,17592231963820,0.9968586 +2390,17592288586543,17592232591124,17592231963820,0.9960221 +2391,17592293386303,17592232591124,17592231963820,0.9975063 +2392,17592297109537,17592232591124,17592231963820,0.9968137 +2393,17592287783687,17592232591124,17592231963820,0.99450696 +2394,17592286803896,17592232591124,17592231963820,0.99315214 +2395,17592293732129,17592232591124,17592231963820,0.9960999 +2396,17592287746096,17592232591124,17592231963820,0.9969978 +2397,17592301769621,17592267095245,17592231963826,0.99650395 +2398,17592303537577,17592259596507,17592231963828,0.9891314 +2399,17592303537278,17592259596507,17592231963828,0.9928307 +2400,17592303467948,17592250212199,17592231963836,0.9973698 +2401,17592302249007,17592250212199,17592231963836,0.99567306 +2402,17592291798758,17592250212199,17592231963836,0.9806808 +2403,17592303470447,17592250212199,17592231963836,0.99330896 +2404,17592303468852,17592250212199,17592231963836,0.99733406 +2405,17592303254387,17592250212199,17592231963836,0.99539655 +2408,17592293732255,17592186045950,17592231963842,0.99388546 +2409,17592302717178,17592186045950,17592231963842,0.9970101 +2410,17592290467383,17592186045950,17592231963842,0.9926881 +2411,17592301579551,17592186045950,17592231963842,0.99939716 +2412,17592301694661,17592186045950,17592231963842,0.9995796 +2413,17592301773242,17592186045950,17592231963842,0.9965424 +2414,17592302258071,17592186045950,17592231963842,0.99890286 +2415,17592303081119,17592186045950,17592231963842,0.82202804 +2416,17592295560572,17592186045950,17592231963842,0.9988398 +2417,17592287451436,17592186045950,17592231963842,0.99432963 +2418,17592301773713,17592186045950,17592231963842,0.99667525 +2419,17592288195548,17592186045950,17592231963842,0.99219954 +2420,17592285657617,17592208671087,17592231963842,0.9999885 +2421,17592301201704,17592208671087,17592231963842,0.99184287 +2422,17592301773547,17592208671087,17592231963842,0.99998397 +2423,17592291608537,17592214750544,17592231963842,0.9995795 +2424,17592289199439,17592214750544,17592231963842,0.99955684 +2425,17592289974313,17592214750544,17592231963842,0.9996594 +2426,17592286222343,17592214750544,17592231963842,0.9996388 +2427,17592288831054,17592214750544,17592231963842,0.9996463 +2428,17592289199859,17592214750544,17592231963842,0.99959093 +2429,17592302044897,17592232545846,17592231963842,0.9991431 +2430,17592303163060,17592232545846,17592231963842,0.99873406 +2434,17592292669074,17592232603925,17592232547979,0.9994596 +2435,17592301026664,17592232603925,17592232547979,0.9994587 +2436,17592293171987,17592232603925,17592232547979,0.9995324 +2437,17592293171973,17592232603925,17592232547979,0.9994759 +2438,17592298893415,17592232603925,17592232547979,0.9998107 +2439,17592288830496,17592232603925,17592232547979,0.99951166 +2440,17592302069915,17592232603925,17592232547979,0.9998119 +2441,17592285291452,17592232603925,17592232547979,0.99993926 +2442,17592293171994,17592232603925,17592232547979,0.9994706 +2443,17592293171980,17592232603925,17592232547979,0.99944603 +2444,17592294589059,17592232603925,17592232547979,0.9995064 +2445,17592300020156,17592232603925,17592232547979,0.99958616 +2446,17592296297606,17592232603925,17592232547979,0.99980855 +2447,17592302069905,17592232603925,17592232547979,0.9998164 +2448,17592292862847,17592232603925,17592232547979,0.9998837 +2449,17592300020144,17592232603925,17592232547979,0.99958223 +2450,17592297823665,17592232603925,17592232547979,0.9997916 +2451,17592286222159,17592232603925,17592232547979,0.9997492 +2452,17592294589049,17592232603925,17592232547979,0.9995393 +2453,17592297882748,17592232603925,17592232547979,0.999678 +2454,17592302708414,17592232602473,17592232547979,0.9997293 +2455,17592293963095,17592220866441,17592232547981,0.99454004 +2456,17592301629460,17592276798231,17592232547984,0.91415024 +2457,17592303026045,17592189466616,17592232555135,0.9764893 +2458,17592302829883,17592189466616,17592232555135,0.97396815 +2459,17592302717389,17592186045950,17592232556044,0.96672505 +2460,17592301768703,17592236782005,17592232556126,0.99607205 +2461,17592301768819,17592236782005,17592232556126,0.9971085 +2462,17592300169517,17592232691478,17592232560237,0.9994284 +2463,17592302397880,17592232691478,17592232560237,0.9999284 +2464,17592286794252,17592232691478,17592232560237,0.9993931 +2465,17592300874603,17592232691478,17592232560237,0.99968493 +2466,17592298380439,17592232691478,17592232560237,0.9705103 +2467,17592298332171,17592232691478,17592232560237,0.9995863 +2468,17592293386388,17592232691478,17592232560237,0.99927807 +2469,17592288578003,17592232691478,17592232560237,0.99970603 +2470,17592302828302,17592232691478,17592232560237,0.9997039 +2471,17592301955120,17592232691478,17592232560237,0.99940836 +2472,17592290313424,17592232691478,17592232560237,0.999338 +2473,17592286794422,17592232691478,17592232560237,0.99942195 +2474,17592297584661,17592232691478,17592232560237,0.99944293 +2475,17592296358646,17592232691478,17592232560237,0.9992195 +2476,17592287740513,17592232691478,17592232560237,0.99934214 +2477,17592294404310,17592232691478,17592232560237,0.999447 +2478,17592292217778,17592232691478,17592232560237,0.9994427 +2479,17592303246306,17592232691478,17592232560237,0.9998917 +2480,17592301769416,17592232586913,17592238735682,0.89155835 +2481,17592301769439,17592255282972,17592238735682,0.96451527 +2482,17592301769727,17592255282972,17592238735682,0.9589415 +2483,17592301769332,17592255282972,17592238735682,0.9532804 +") + +(defn read-inference-manual [] + (let [numeric-code->account (into {} (dc/q '[:find ?nc ?a + :in $ + :where [?a :account/numeric-code ?nc]] + (dc/db conn))) + #_#_inference-account->account (into {} + (comp + (drop 1) + (map (fn [[a n]] + [(Long/parseLong a) (numeric-code->account (Long/parseLong n))]))) + (slurp-csv "/mnt/data/dev2/ml-test/input/accounts.csv")) + vendor-name->vendor (into {} (dc/q '[:find ?vn ?v + :in $ + :where [?v :vendor/name ?vn]] + (dc/db conn))) + #_#_inference-vendor->vendor (into {} + (comp + (drop 1) + (map (fn [[a n]] + [(Long/parseLong a) (vendor-name->vendor (Long/parseLong n))]))) + (slurp-csv "/mnt/data/dev2/ml-test/input/vendors.csv"))] + #_inference-vendor->vendor + (with-open [reader (java.io.StringReader. i)] + (->> (csv/read-csv reader) + (into [] + (comp + (drop 1) + (map (fn [[_ transaction best-vendor best-account account-confidence]] + {:db/id (Long/parseLong transaction) + :transaction/recommended-account (Long/parseLong best-account) + :transaction/account-confidence (Double/parseDouble account-confidence) + :transaction/recommended-vendor (Long/parseLong best-vendor)})))))))) (defn apply-inference [inference] (doseq [p (->> inference (partition-all 100))] diff --git a/src/clj/auto_ap/ssr/company/yodlee.clj b/src/clj/auto_ap/ssr/company/yodlee.clj index bef5d904..cb006311 100644 --- a/src/clj/auto_ap/ssr/company/yodlee.clj +++ b/src/clj/auto_ap/ssr/company/yodlee.clj @@ -14,7 +14,8 @@ [bidi.bidi :as bidi] [config.core :refer [env]] [datomic.api :as dc] - [hiccup2.core :as hiccup])) + [hiccup2.core :as hiccup] + [auto-ap.datomic :refer [pull-attr]])) (def default-read '[:db/id :yodlee-provider-account/last-updated @@ -47,6 +48,35 @@ fastlink.open({fastLinkURL: '%s', ] [:div])))) +(defn reauthenticate [{:keys [session form-params]}] + (html-response + (com/modal + {} + (com/modal-card + {} + [:div.flex [:div.p-2 "Yodlee Fastlink"] ] + [:div + [:div#fa-spot] + [:script {:lang "text/javascript"} + (hiccup/raw + (format " +fastlink.open({fastLinkURL: '%s', + accessToken: '%s', + params: {'configName': 'Aggregation', + 'providerAccountId': %d, + 'flow': 'edit'}}, + 'fa-spot'); + +" + (:yodlee2-fastlink env) + (yodlee/get-access-token (-> (pull-attr (dc/db conn) + {:yodlee-provider-account/client [:client/code]} + (Long/parseLong (get form-params "id"))) + :yodlee-provider-account/client + :client/code)) + (pull-attr (dc/db conn) :yodlee-provider-account/id (Long/parseLong (get form-params "id")))))]] + [:div])))) + (def grid-page {:id "yodlee-table" :nav (com/company-aside-nav) :id-fn :db/id @@ -71,7 +101,13 @@ fastlink.open({fastLinkURL: '%s', (com/button-icon {} svg/refresh) "Link new account")]) :row-buttons (fn [user e] - [(when (is-admin? user) + [ + (com/button {:hx-put (bidi/path-for ssr-routes/only-routes + :company-yodlee-provider-account-reauthenticate) + :color :primary + :hx-target "#modal-holder"} + "Reauthenticate") + (when (is-admin? user) (com/icon-button {:hx-put (bidi/path-for ssr-routes/only-routes :company-yodlee-provider-account-refresh) :hx-target "closest tr"} diff --git a/src/clj/auto_ap/ssr/components/buttons.clj b/src/clj/auto_ap/ssr/components/buttons.clj index 4a7f9762..564d2cf9 100644 --- a/src/clj/auto_ap/ssr/components/buttons.clj +++ b/src/clj/auto_ap/ssr/components/buttons.clj @@ -7,7 +7,7 @@ (defn button- [params & children] [:button (update params :class #(cond-> % - true (str " text-white focus:ring-4 font-bold rounded-lg text-sm px-5 py-2.5 text-center mr-2 inline-flex items-center hover:scale-105 transition duration-100 justify-center") + true (str " text-white focus:ring-4 font-bold rounded-lg text-xs p-3 text-center mr-2 inline-flex items-center hover:scale-105 transition duration-100 justify-center") (= :secondary (:color params)) (str " bg-blue-500 hover:bg-blue-600 focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700") (= :primary (:color params)) (str " bg-green-500 hover:bg-green-600 focus:ring-green-300 dark:bg-green-600 dark:hover:bg-green-700 "))) [:div.htmx-indicator.flex.items-center diff --git a/src/clj/auto_ap/ssr/core.clj b/src/clj/auto_ap/ssr/core.clj index aaa74c8a..7ebad6bd 100644 --- a/src/clj/auto_ap/ssr/core.clj +++ b/src/clj/auto_ap/ssr/core.clj @@ -37,6 +37,7 @@ :company-yodlee-table (wrap-client-redirect-unauthenticated (wrap-secure company-yodlee/table)) :company-yodlee-fastlink-dialog (wrap-client-redirect-unauthenticated (wrap-secure company-yodlee/fastlink-dialog)) :company-yodlee-provider-account-refresh (wrap-client-redirect-unauthenticated (wrap-admin company-yodlee/refresh-provider-account)) + :company-yodlee-provider-account-reauthenticate (wrap-client-redirect-unauthenticated (wrap-admin company-yodlee/reauthenticate)) :company-reports (wrap-client-redirect-unauthenticated (wrap-secure company-reports/page)) :company-reports-table (wrap-client-redirect-unauthenticated (wrap-secure company-reports/table)) :company-reports-delete (wrap-client-redirect-unauthenticated (wrap-admin company-reports/delete-report)) diff --git a/src/cljc/auto_ap/ssr_routes.cljc b/src/cljc/auto_ap/ssr_routes.cljc index 396b03c0..2a272611 100644 --- a/src/cljc/auto_ap/ssr_routes.cljc +++ b/src/cljc/auto_ap/ssr_routes.cljc @@ -32,7 +32,8 @@ "/yodlee" {"" {:get :company-yodlee} "/table" {:get :company-yodlee-table} "/fastlink" {:get :company-yodlee-fastlink-dialog} - "/refresh" {:put :company-yodlee-provider-account-refresh}} + "/refresh" {:put :company-yodlee-provider-account-refresh} + "/reauthenticate" {:put :company-yodlee-provider-account-reauthenticate}} "/plaid" {"" {:get :company-plaid} "/table" {:get :company-plaid-table}